| Author |
Consume XML into Orchestration Web service
|
|
| zorrinn 2005-09-06, 4:09 pm |
| Hi
I am a newbie to the Microsoft world. I am creating a BizTalk Orchestration and tryng to publish it as a web service.
I want to send an XML string to this service and I need the orchestration to strip out things from this XML string and save the string and the stripped out data to the database.
How can I do this? I am mainly confused as to how to send an XML string to the Orchestration. Please help. | |
| Michael Høtoft 2005-09-07, 2:48 am |
| Hello zorrinn,
In the "Bloggers guide" to Biztalk you'll find everything you need for submitting
xml documents as strings to an orchestration and how to send it.
http://www.gotdotnet.com/workspaces...18-2c385d8e3eaa
Regards
Michael Høtoft
> Hi
>
> I am a newbie to the Microsoft world. I am creating a BizTalk
> Orchestration and tryng to publish it as a web service.
>
> I want to send an XML string to this service and I need the
> orchestration to strip out things from this XML string and save the
> string and the stripped out data to the database.
>
> How can I do this? I am mainly confused as to how to send an XML
> string to the Orchestration. Please help.
>
> --
> zorrinn
> ----------------------------------------------------------------------
> --
> Posted via http://www.webservertalk.com
> ----------------------------------------------------------------------
> --
> View this thread: http://www.webservertalk.com/message1192033.html
| |
| zorrinn 2005-09-07, 9:29 am |
| Hi Mike
I am not able to find the relevant information in gotdotnet. Can you give me the specific URL. Thanks.
[QUOTE]Originally posted by Michael Høtoft
[B]Hello zorrinn,
In the "Bloggers guide" to Biztalk you'll find everything you need for submitting
xml documents as strings to an orchestration and how to send it.
http://www.gotdotnet.com/workspaces...18-2c385d8e3eaa
Regards
Michael Høtoft
[vbcol=seagreen] | |
| zorrinn 2005-09-08, 12:25 pm |
| I have an "Operation" that where the request consumes a message of type System.Xml.XmlDocument and the response sends out a message of the same type.
In the client, I am calling this web method and passing the XmlDocument object, which contains the xml string.
In the orchestration I want to take this XmlDocument and compare it with a schema I have. Then transform the incoming schema to another schema(which I know can be done with a map), then convert back this to System.Xml.XmlDocument object and send it back.
Can anyone help me with this?? I am very desperate. |
|
|
|