in reply to Re^3: Caturing incoming XML from SOAP server
in thread Caturing incoming XML from SOAP server
Thanks. I did use your code exactly. I just trapped the actual message coming into my server from the client with WireShark. The client is using a POST to send me the message. Apparently this changes how I should handle the message on my end since my test client that uses a soap 'call' method works fine. Can anyone shed light on this? It seems that all attributes are missing from the message once it gets to my soap server.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Caturing incoming XML from SOAP server
by Anonymous Monk on Feb 28, 2016 at 07:56 UTC |