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...

Comments

johsw’s picture

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

musthaba’s picture

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

johsw’s picture

What webservice are you using?

musthaba’s picture

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.

johsw’s picture

whats' the name of the service?

musthaba’s picture

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

musthaba’s picture

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

johsw’s picture

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?