converting XML to Soap
hello ppl.
Does anyone here has some material to how to convert xml document into Soap document manually when we have a get method and post method.
Thanks and Regards,
Shahbaz Y.
# 1 Re: converting XML to Soap
At the W3C (www.w3c.org) (World Wide Web Consortium) you should find both the XML document specification and the SOAP (which is a XML document) specification. Since you initial data (and the target) is XML, it should be somewhat easy to transform it using XSLT (which is also a XML document specified by W3C).
WS-I (www.ws-i.org) (The Web Services-Interoperability Organization) has created a interopability standard that might be of interrest aswell. Take a look at the WS-I Basic Profile (http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html).
- petter