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 --