|
Home > Archive > BizTalk Server Orchestration > September 2004 > Needed Help in Biztalk 2004 - Consuming webservice
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 |
Needed Help in Biztalk 2004 - Consuming webservice
|
|
| Prakash Sundar 2004-09-23, 9:20 am |
| 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.
| |
|
| 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.
>
>
|
|
|
|
|