How to pass a XML message as a string and to change the string back to XML
Hi there,
in our current application, we have to access a webservice with a message whose XML Schema Definition was provided by the service's provider. But when accessing the webservice's WSDL, it says that the service expects the message part as a string type.
How can I accomplish to send this structured message (as defined by the .XSD) to the webservice as a string?
Thanks in advance,
Michal Krawczyk replied
hi,
did you have a look at my weblog:
/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
it describes one of the ways
Regards,
michal
-
<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>