06-26-04 03:51 PM
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
>
>
[ Post a follow-up to this message ]
|