View Single Post
  #2  
Old 08-22-2006, 12:53 PM
raydex raydex is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
raydex is on a distinguished road
Default

Here's the debug:


Code:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:myURI">
<SOAP-ENV:Body>
<ns1:getMsg>
<param0>123412341</param0>
<param1>1</param1>
</ns1:getMsg>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I think I've found where the problem is... I think that you should change the tag <param0> into <message> and <param1> into <response>. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - trouble getting a response from the SOAP server
View Single Post
  #2  
Old 08-22-2006, 12:53 PM
raydex raydex is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
raydex is on a distinguished road
Default

Here's the debug:


Code:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:myURI">
<SOAP-ENV:Body>
<ns1:getMsg>
<param0>123412341</param0>
<param1>1</param1>
</ns1:getMsg>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I think I've found where the problem is... I think that you should change the tag <param0> into <message> and <param1> into <response>. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote