NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
SOAP request using NUSOAP


Joined: 05 Jun 2009
Posts: 3
Reply with quote
I am urgently trying to get the correct parameters for a soap request, I am using a wsdl file: http://mywebserver/documents/Customized25.wsdl
I have created a soap client based on the wsdl above. Now I need to use some of the methods in the wsdl file, I am trying to use the method called customer_login_claim_request, but I am not able to get it to work, it takes the parameters as shown in this example

Schema

<customer_login_claim_request>
<attribute name="dsn"/>
<element name="user_login_data">
<element name = "login" type = "string"/>
<element name = "password" type = "string"/>
</element>
<element name="login" type="string"/>
</customer_login_claim_request>

Sample Request
<customer_login_claim_request>
<user_login_data>
<login>think</login>
<password>1</password>
</user_login_data>
<login>mypassword</login>
</customer_login_claim_request>

can I please get some advise and help on how I can call this method using the nusoap client, its very urgent as I really need to move on and get this to work.
Our server where the soap requests are sent are stored on our local server which is http://uk01dev01:88/soap.slap
please advise how I should be calling the method above.

best regards

Sean[/b]
View user's profileFind all posts by sfoley77Send private message
SOAP request using NUSOAP
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic