| Evike 2004-07-26, 10:24 am |
| Hi,
how can I pass throw an XML file to a WebService?
The orchestration receive a XML file, but I don't know the schema.
The WebService has an input parameter: XMLDocument
I don't know this schema too.
I have problem to create the message, that will be send to the WebService.
Thanks!
(Hallo Adrian Hamsa!
Thanks for your answer about this problem.
If there is an other method to answer to you, please tell me.
I have till now problems:
1.) My orchestration receive a message of type XmlDocument.
How can I transform it? In the transform shape I can not select this like Source Schema.
2.) The WebService input parameter is: XMLDocument
In the transform shape I can not select this like Destination Schema.
3.) I tried with MessageAssignment:
Message2.import = Message1;
But it don’nt work correctly.) |