in reply to Re: Script to accept/send data as XML (SOAP) format
in thread Script to accept/send data as SOAP xml message

gellyfish, you are correct the document was an XSD document. Just got to know that XSD is the predecessor to DTD.
Joost, I need to send the soap envelope through HTTPS POST to a particular URL, for this alone I can use LWP::UserAgent but what about receiving part...
For my script to receive shouldn't it be in daemon mode..?

The basic idea is simple i) to generate an SOAP XML message and post it to a URL, and get the response object
ii) To receive the SOAP XML message , parse it and give out a response object.

Correct me if I'm wrong anywhere.

  • Comment on Re^2: Script to accept/send data as SOAP xml message

Replies are listed 'Best First'.
Re^3: Script to accept/send data as SOAP xml message
by Joost (Canon) on Mar 01, 2005 at 13:09 UTC