How to integrate another web service with drupal?

amohamed - May 29, 2008 - 05:43

I would like to get the user inputs from drupal cck module. After submitting those input values has to changed to xml file. XML file will be sent to the web service with proper format. Web service will return another xml file as output. Output XML file has to be parsed to display the result for the users. Is there any possibility or option for this tasks. Please give some idea regarding this task...

Start out by defining your

johsw - May 29, 2008 - 08:48

Start out by defining your cck content type. Then make a custom module and take a look at http://api.drupal.org/api/function/hook_nodeapi/5

Thank you for

amohamed - May 29, 2008 - 09:04

Thank you for your response. Whether any modules already exists for the above task? Other than custome module creation any other possibility is there?

What webservice are you

johsw - May 29, 2008 - 09:10

What webservice are you using?

Mine is

amohamed - May 29, 2008 - 09:19

I am going to use the web service for a third party site, by using the informations given by them. It will accept XML file as input and give XML file as output.

whats' the name of the

johsw - May 29, 2008 - 09:22

whats' the name of the service?

Web service name ?

amohamed - May 29, 2008 - 09:33

Based on the web service name any possibility there for module availability?

Web service name

amohamed - May 29, 2008 - 09:37

We are going to use XML RPC web service for our tasks

If you tell me the name of

johsw - May 29, 2008 - 10:46

If you tell me the name of the specific service, I can help you search for a module. Is it google, yahoo, amazon, google maps or something else?

 
 

Drupal is a registered trademark of Dries Buytaert.