NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
soapcall with xml


Joined: 13 Jun 2005
Posts: 1
Reply with quote
Hi Folks,

first of all thank you for the nusoap. I just started to play around with it and with soap. So of cause a question came up:

I have an xml-sample and wonder how I can make a soapcall with nusoap. I can access the wsdl on the server, but I am unsure what parameters I have to use with the $soapclient->call() functions. The XML sample is as follows:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <SOAP-ENV:Body>
      <tns:getConfiguration
         xmlns:tns="Map24Geomatcher" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <RequestHeader>
         <Map24ID>MY2343ID</Map24ID>
         </RequestHeader>
         <ConfigurationRequest/>
      </tns:getConfiguration>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


How would this result in arrays to use with the call function?

Thanks in advance
Regards
Volker
View user's profileFind all posts by sitekickSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Why don't you run NuSoap Wizard in PhpED?
It will show you all methods, their arguments and generate you code for calling them...
View user's profileFind all posts by dmitriSend private messageVisit poster's website
soapcall with xml
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