|
Home > Archive > BizTalk Server Orchestration > April 2005 > Consuming Orchestration webservice in C#.net
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Consuming Orchestration webservice in C#.net
|
|
|
| Hi All,
I exposed my orchestration as webservice and it is having an webmethod of
type request and recieve .
I need to talk to the webservice using C#.net application.
How i have to pass the XML information to the Webservice. (..ie., as XML
File orXML String).
If Any one have the sample code please give me.
I have been struck at this point from a long time .
Thanks in advance,
Ravibabu
| |
| ckphua 2005-04-29, 6:06 pm |
| The information is passed in as class data derived from the webservice wsdl
files in your c# project. The BizTalk SDK has sample code for this. Look in
Samples\Orchestrations\ExposeWebService.
ck.
"ravi" wrote:
> Hi All,
>
> I exposed my orchestration as webservice and it is having an webmethod of
> type request and recieve .
>
> I need to talk to the webservice using C#.net application.
>
> How i have to pass the XML information to the Webservice. (..ie., as XML
> File orXML String).
>
> If Any one have the sample code please give me.
>
> I have been struck at this point from a long time .
>
> Thanks in advance,
> Ravibabu
|
|
|
|
|