in reply to Re^2: Caturing incoming XML from SOAP server
in thread Caturing incoming XML from SOAP server

I tried your example and I received this error: Can't call method "context" on unblessed reference at /var/www/soap/vbsservice.pm line 55.

Then you didn't try what I suggested, you probably left out the @ISA stuff

  • Comment on Re^3: Caturing incoming XML from SOAP server

Replies are listed 'Best First'.
Re^4: Caturing incoming XML from SOAP server
by gackles (Novice) on Feb 27, 2016 at 15:25 UTC

    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.

      that is silly, so I leave you with this, I'm out