That worked beautifully. Now the only thing that appears to be holding up my request is the SOAP-ENV prefix.
How would I go about modifying the envelope so that instead of SOAP-ENV, it would just say, for example, soap:Envelope instead of SOAP-ENV:Envelope? | [reply] |
I was reading through some forums and discovered that, from what I was able to comprehend, that this is because the messages is being encoded in SOAP-RPC and not doc/literal which is what the .NET service is looking for. Is this correct? Can anyone shed some light on this for me?
| [reply] |