The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
29 views

Save a node from another site

I have a newspaper web based management system that allow users to manage articles and news and photo album using J2EE (Internal system to the newspaper) I need to make a website using drupal 7 to ...
0
votes
2answers
18 views

Querying a web service via WDSL

I am thinking about creating a search engine frontend for a special use case using Drupal 7. There are some modules in the module directory, and questions like Consume SOAP web service in Drupal 7 on ...
1
vote
0answers
18 views

Updating a Node's FID from file_usage_list

Alright, so this is a bit of an abstract concept; however, I'll give it a shot in accurately depicting the scenario. I am trying to automate content creation from a production environment down to a ...
0
votes
2answers
53 views

Weather information

I have different cities pages on my website need to display there weather conditions. For example if some one goes to Capetown page its weather can be shown in the block. Please suggest if there is ...
-1
votes
1answer
90 views

Web services example [closed]

I am new to drupal web services. I would like to get a good tutorial and example for web service using drupal services. Please suggest to me some websites that explain these things in a simple way. ...
0
votes
1answer
30 views

Parsing bad dates automatically with feeds and date api?

My company is trying to load an event calendar with events from another company's online calendar's web service. I'm using the Feeds Module and everything's working, except the dates because their ...
0
votes
1answer
45 views

How to make services node output of file to use external URL instead of public:// URI

I've got a basic web service defined in Drupal that returns JSON describing existing nodes on the server. Contained in the output is the key-value pair: "uri":"public://audio_snippets/01 ...
2
votes
1answer
210 views

Submit webform programmaticaly Drupal 7

I need to submit data to a webform (webform module drupal 7). I recieve data from POST submission from mobile application ("webservices"). So I try something like : $form_data = array(); ...
2
votes
0answers
371 views

Services module. How to construct the JSON data with session info for creating node?

Drupal 7 + Services 3.2 I am using Postman for Chrome (a http client) to test the API. What I want to do is login a user then create a node with the user by using the Drupal service API. Below ...
1
vote
1answer
191 views

Services module. How to register an user with the API?

Drupal 7.17 / Services 3.2 My setup: I follow the doc: http://drupal.org/node/1447020 With FireFox HttpRequester, tried to register a new user: Then I got 500 Internal error: Any ideas? ...
2
votes
1answer
120 views

Services module: What is 'Index' operation?

D7 / Services 3.2 retrieve / create / update / delete are very straightforward, make senses to me that matching 'CRUD', I don't understand what 'index' here does? Thanks.
0
votes
0answers
96 views

cannot update node via services + amfserver

I am flash developer and total newbie to Drupal. I am using D7 + Services 3 + amfserver. I am trying to update node (type – article) from flash client everything goes all right, when I check up node ...
0
votes
0answers
124 views

How to speed up json views in drupal 7

I am trying to get json response from my drupal7 site using Views. Example : www.mysite.com/company company refers to a view which was created using json document I also applied caching to the ...
0
votes
0answers
119 views

HTTPRL - Core http request error on Drupal 7

I'm getting the following error message in my status report: HTTPRL - Core drupal_http_request() Your system or network configuration does not allow Drupal to access web pages. This could be due ...
1
vote
1answer
155 views

Displaying data from a web service

I'm using Drupal 7, and I need to retrieve data from a web service. This data cannot be stored in the Drupal database due to regulations. What would be the best practice for retrieving this data: ...
2
votes
1answer
258 views

Getting views data as a REST service

I need a way to get the output of a view as a REST service in JSON format. I read about the RestfulWS and the Services modules, but I didn't find enough documentation. Are these straight forward, or ...
2
votes
2answers
216 views

Entity Reference create problem with REST server using Services

i'm building a web services and now i'm writing the documentation for the mobile developer. When i want to create/modify an entity reference Services 3 ask a stucture like this "field_organization": ...
2
votes
2answers
212 views

How do I invoke web services? [closed]

I am working on a site, and I want to integrate my site with an external site; for that, I need to use web services to get data from the external server. I don't know the technology used by the ...
0
votes
2answers
187 views

How to fetch 10 10 records in json format using views

I am working on views(D7) for providing JSON web services ... I am using JSON_data_document module My question is How to get the data returned from the views in ten,ten records. Example : consider ...
4
votes
1answer
645 views

Clear example of Service module authentication and authorization

I've been playing around with Service module, which it seem the best module for exposing web service specificaly I have REST architecture. Nevertheless haven't been able to clear how does the ...
1
vote
0answers
183 views

Drupal Module as web service with SSL

I need to create a SOAP web service that gets user-related information, but I want to secure the service with two-way ssl certificates (mutual authentication). I have created a module that does the ...
2
votes
1answer
300 views

Services: Getting error 406 Node type is required - but I have specified the node type

I'm trying to create a node using jQuery to POST JSON. I get the following error returned by the server: Failed to load resource: the server responded with a status of 406 (Not Acceptable: Node type ...
0
votes
0answers
126 views

Services module in drupal 7 is returning NULL

I am using drupal 7 and created sample nodes. I enabled services module and REST api. When i try to call the data of a particular node like www.mydrupaltest.com/api/node/2 it is returning NULL. Does ...
0
votes
0answers
12 views

what arguments to pass when creating a new order through webserice using beecolony

I am using drupal 6.x with beecolony module 2.x... when creating a new order(beeColonyUser.newOrder) through webservice(java) it asks me to pass on Session ID and order how to pass the struct order ...
0
votes
0answers
311 views

Retrieve contents from a JSON URL using cURL and display them in an html table Drupal 7

I am trying to display contents retrieved from an external URL using jSON (the cURL method). So i wrote the below function: function file_get_contents_curl() { //jSON URL which should be requested ...
2
votes
0answers
245 views

use xmlrpc to create a node via services module 3.x and drupal 7

I want to use services module 3.x, drupal 7 and xmlrpc to create a node from a php client. However, I don't know how to deal with the authentication. I enable the session authentication but I don't ...
0
votes
1answer
77 views

How to create “Custom Forms” that trigger own business-logic / do not create any Content

I'm new to Drupal, so sorry for this maybe simple question. I'd like to create some kind of content-type, which a user can "create" and fill the forms, but instead of just saving the content to the ...
0
votes
1answer
217 views

Does drupal_http_request ever cache results?

Does drupal_http_request ever cache results? I am making a request that looks something like: $url = "http://www.example.com/some/rest/service?" . drupal_http_build_query(array( "id" => 1234, ...
2
votes
2answers
399 views

Unexpected session reset when making authenticated user REST requests using Services module in Drupal 7

I am using Drupal 7 and Services module To create endpoints for login and subsequent functionality exposed for logged in users As noted here and here, the ideal workflow should be -- Make a POST ...
2
votes
1answer
563 views

Drupal way of sending push notification to android devices

I am trying to send push notifications to Android, and Apple iOS devices. To store the device tokens, I am using cocoa rest client. For iOS devices that is fine, but I didn't understand how to store ...
1
vote
1answer
558 views

How to get video length of a youtube video in drupal7

I created a node in drupal7 which contains a youtube link. I installed youtube module in my site. with the help of this module i just created a field for inputting url to youtube video. every thing ...
0
votes
2answers
205 views

in drupal 7, how can drupal link to another remote service, consume the data in the web service such as nodejs?

I am using the drupal 7 for my CMS server, at the same time, I have a nodejs based server, I need the drupal link to my nodejs server in order to make drupal consume the data in the nodejs based ...
4
votes
3answers
526 views

What modules do I need to implement web services?

We have planned to create a bank loan application in Drupal. The Application does not have any own users records, but it completely depends on external service provider. For example, when we log in ...
1
vote
1answer
159 views

How to make my mobile app to work more faster when web services made from drupal7 REST services

We did an app based on drupal web services(REST server). The thing is the app is very slow on the device. The reason for this may be, the app requires 3 webservices to load initially. lile ...
1
vote
0answers
246 views

Web services in drupal7 for user profile

I am new to drupal cms. I am using drupal7. I created user registration page with profile content. now i want to insert or update or add information through web services. I am using REST server. ...
0
votes
5answers
2k views

500 Internal Server Error

I changed my server and when I uploaded my site this error appeared: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. ...
0
votes
1answer
175 views

how to give parameters in url for getting json parse for both taxonomy terms AND nodes

i created 2 nodes in Company CCK under taxonomy A, 2 nodes in Company CCk under taxonomy B. now i want to get a json parse for all the nodes in a taxonomy A. I tried like this ...
0
votes
1answer
207 views

Tracking Sessions and Calling a web service

I have a module that simply has a couple functions that retrieve cookie information, set cookie information and calls a web service using the web service client to help track the users information. ...
0
votes
1answer
192 views

No data returned when SSL enabled for REST server via services module

I am running a LAMP stack on CentOS with Drupal 6 and the latest Services module. Over HTTP the REST server I have running works fine and behaves as expected. When I installed an SSL certificate I ...
0
votes
1answer
302 views

Drupal 7 Ubercart Rest Services Module (API)

I'm looking for the best way to retrieve Ubercart orders and customers from a remote server. I'd like to plug in a connector the same way it works with Magento. I've played a little bit with Services ...
2
votes
1answer
187 views

Is there an example OAuth2 client module anywhere?

Similar to this post and this request, I'm creating a OAuth client in Drupal 7 but using OAuth2.0. There's an OAuth2 module with an unpublished Drupal 7 version that I've toyed with, but it's geared ...
1
vote
2answers
2k views

How to use drupal_http_request for send data?

I need some help in sending data in an array (POST) to a webservice (REST). I need some examples in how to use the function drupal_http_request(). Now, I'm using cURL with PHP but I need to replace ...
0
votes
3answers
1k views

Send data from a Drupal site to a web service

Is there an existing module that sends data from any form from my Drupal site to a web service? UPDATING my PROGRESS: Ok, I decided to continue my project using cURL. I created my form that contains ...
0
votes
1answer
590 views

The PUT request shows “HTTP/1.0 406 Not Acceptable: Missing node type”

I have been trying to update a node data from the PUT request using cURL. bit due to some reason its showing "HTTP/1.0 406 Not Acceptable: Missing node type", I think the request is done proper but ...
0
votes
0answers
41 views

Webservices in drupal 6 [duplicate]

Possible Duplicate: Fetch Content from another website into new i want to use web services in Druapal6. What i am truing to do ? I have 4 website . Main website Sub website 1 Sub ...
0
votes
2answers
881 views

How to convert a stdClass object to a SimpleXMLElement object

I have a JSON file from a web service and want to use this data with a Drupal module. However, this module expects XML data. So I have the idea of overwriting the module. To do this, I need to convert ...
5
votes
2answers
2k views

Using Drupal as client of a web service

I need to use Drupal as client for a web service, for extracting data, and showing it in a view or as content. (The format use is JSON or REST.) I use a Web Service Client module in Drupal 7, and the ...
0
votes
2answers
1k views

How to connect to drupal 7 using web service?

can I connect to my Drupal website using web services and pass a variable (with post method) to it? I know that forms in Drupal actually have hidden elements so that it is not possible to submit the ...
0
votes
2answers
462 views

Architecture for login in. Accessing Drupal serivces from a phonegap mobile app

I want admins login in a drupal website to create nodes that are specific to clients. And clients login in using a mobile app to retrieve the node's info. I'm not a 100% sure of the best ...
2
votes
0answers
346 views

Why is this Drupal services RESTful API not working?

I'm using the Services module on Drupal 7. I want to implement a service that allows me to submit a search term via AJAX, and receive an array containing the top 5 nodes (node id and title) that ...

1 2