09-27-04 10:51 PM
Hi Prakash,
Why not have a look at the samples located in
..\Program Files\Microsoft BizTalk Server
2004\SDK\Samples\Orchestrations\ConsumeW
ebService
Mangi.
"Prakash Sundar" wrote:
> Hi,
> I need some help in calling a webservice using Biztalk
> 2004. I'm a rookie in BIztalk 2004. Do let me know how to
> call a simple webservice that returns a string and how to
> get the same using Biztalk2004. If i assign the value to
> the outmessage i always get an error saying "
> The output mesage is not constructed". Do mail me in this
> regard.
> e.g.
> [WebMethod()]
> public function myworld() as string
> {
> return "prkash"
> }
>
> I want too know how to call this webmethod using Biztalk.
>
>
[ Post a follow-up to this message ]
|