|
Home > Archive > BizTalk Server General > June 2004 > Webservice to call my BizTalk port..
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 |
Webservice to call my BizTalk port..
|
|
| Gary Chamberlain 2004-06-26, 10:51 am |
|
I created a primitive BizTalk orchestration that accepts one schema, maps it
a little and sends out another schema.
Then I used the BizTalk WebServices wizard to build a webservice so I can
call the orchestration.
I expected to see a method that accepts an XmlDocument and returns an
XmlDocument. Instead, it built a bunch of classes for each node.
Is it possible to make the wizard be simple like this? Can someone point me
to some docs for creating a simple webservice like this?
thx
| |
| Patric McElroy [MSFT] 2004-06-26, 10:51 am |
| Take a look at the ExposeWebService sample in the SDK under the
Orchestrations subdirectory. This is a simple request/reply exposed WS that
takes a message, transforms it into a second message and returns this second
message to the caller.
HTH
--
Thanks,
Patric
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
"Gary Chamberlain" <gary@nospam.com> wrote in message
news:OZbHEl5VEHA.584@TK2MSFTNGP09.phx.gbl...
>
> I created a primitive BizTalk orchestration that accepts one schema, maps
it
> a little and sends out another schema.
>
> Then I used the BizTalk WebServices wizard to build a webservice so I can
> call the orchestration.
>
> I expected to see a method that accepts an XmlDocument and returns an
> XmlDocument. Instead, it built a bunch of classes for each node.
>
> Is it possible to make the wizard be simple like this? Can someone point
me
> to some docs for creating a simple webservice like this?
>
> thx
>
>
|
|
|
|
|