chuck882 has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I am lost and looking for guidance. From a PERL Web Service server I simply want to get the XML sent to the server from the other system and get it into a text variable. I cannot seem to find a means to do that. I see where SOAP::SOM lets you parse SOAP responses to web services but I want to do this on the server end and jsut grab the whole XML message. Can anyone point me to a means to do this?
I do have stub programs working to both send (client) and receive (server) the message.
Thanks,
Chuck
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting XML to text
by derby (Abbot) on Aug 26, 2014 at 22:29 UTC | |
by chuck882 (Initiate) on Aug 27, 2014 at 18:52 UTC | |
by derby (Abbot) on Aug 28, 2014 at 01:42 UTC | |
by chuck882 (Initiate) on Aug 28, 2014 at 12:32 UTC | |
|
Re: Getting XML to text
by Anonymous Monk on Aug 26, 2014 at 20:03 UTC | |
by chuck882 (Initiate) on Aug 27, 2014 at 18:51 UTC | |
|
Re: Getting XML to text
by Anonymous Monk on Aug 28, 2014 at 07:30 UTC |