Closed (fixed)
Project:
SOAP Server
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2011 at 19:55 UTC
Updated:
12 Oct 2011 at 08:13 UTC
Hi All,
Please i need an help , i'm new to the webservices and all.
My task as a form developer i will create a form by using webform module in DRUPAL 7.
When a user comes and enter his data and submit form, through services module by soap server i need to get an xml for the submitted data.
Please anyone if help it would be gratefull.
Thanks,
RAJ
Thanks,
RAJ
Comments
Comment #1
marcingy commentedI don't believe the soap server has been updated to support drupal 7, moving to the appropriate queue though.
Comment #2
marcus_clements commentedI don't fully understand the issue.
If you need to make a webservices call after the user submits the form then you need a webservices client. This module implements a webservices server.
SOAP clients are quite straightforward to write using PHP 5 SOAP. Checkout the debug_client function in this module for a brief example.
Comment #3
marcus_clements commented