By musthaba on
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
Start out by defining your
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
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
What webservice are you using?
Mine is
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
whats' the name of the service?
Web service name ?
Based on the web service name any possibility there for module availability?
Web service name
We are going to use XML RPC web service for our tasks
If you tell me the name of
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?