markdibley has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I have a SOAP Lite server that does the usual thing - a CGI program that uses SOAP::Transport::HTTP::CGI ->dispatch_to(module) ->handle to pass the request on to the correct method.
However, this relies on the the XML being formed in such a way that the variables are always in the correct order with nothing missing. I would like to extract the variables from the XML myself so that I can be sure I know what each value is representing.
I have looked around and I can't find anything that seems to be concerned with this. Can anyone point me in the right direction. I have read various SOAP::Lite pages with no luck.
Thanks. Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading the SOAP Request (SOAP::Server::Parameters)
by Anonymous Monk on Jul 30, 2013 at 22:35 UTC | |
by hpham01 (Initiate) on Jul 31, 2013 at 07:01 UTC | |
by Anonymous Monk on Jul 31, 2013 at 07:44 UTC | |
by markdibley (Sexton) on Jul 31, 2013 at 11:01 UTC |