in reply to Re^2: SOAP - Returning response from Server to Client request based on the <Action>
in thread SOAP - Returning response from Server to Client request based on the <Action>

The differing namespaces determine the SOAP version, the '1999' versions specify SOAP 1.1, you can set the version to 1.2 using the soapversion() method of SOAP::Lite

/J\

  • Comment on Re^3: SOAP - Returning response from Server to Client request based on the <Action>
  • Download Code