|
Home > Archive > BizTalk Server Orchestration > December 2004 > Consuming Web Service from my orchestration
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 Web Service from my orchestration
|
|
| preddy 2004-12-22, 5:52 pm |
| Hi,
I need to consume the web service
http://www.xmethods.net/sd/CurrencyExchangeService.wsdl from my
orchestration. I have added the web reference. I would need to invoke the
GetRate web method from my orchestration.
The web method accepts two string parameters to be passed. My objective
would be make the web service from with in the orchestration passing the 2
parameter, get the output and assign it to a element in my outbound xml doc.
I looking for help on this front. If any one might have any code samples of
how this could be done is also greatly welcomed.
Thanks in advance!
Regards,
Preddy
| |
| Richard Blewett [DevelopMentor] 2004-12-22, 5:52 pm |
| I've knocked up a demo that does this [1]. What in particular are you having problems with?
[1] http://www.dotnetconsult.co.uk/webl...8f-e7e5d13f9644
Regards
Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk
Hi,
I need to consume the web service
http://www.xmethods.net/sd/CurrencyExchangeService.wsdl from my
orchestration. I have added the web reference. I would need to invoke the
GetRate web method from my orchestration.
The web method accepts two string parameters to be passed. My objective
would be make the web service from with in the orchestration passing the 2
parameter, get the output and assign it to a element in my outbound xml doc.
I looking for help on this front. If any one might have any code samples of
how this could be done is also greatly welcomed.
Thanks in advance!
Regards,
Preddy
| |
| preddy 2004-12-23, 7:46 am |
| Thanks a million. This was exactly what i was looking for. I have got it
working now.
"Richard Blewett [DevelopMentor]" wrote:
> I've knocked up a demo that does this [1]. What in particular are you having problems with?
>
> [1] http://www.dotnetconsult.co.uk/webl...8f-e7e5d13f9644
>
> Regards
>
> Richard Blewett - DevelopMentor
> http://www.dotnetconsult.co.uk/weblog
> http://www.dotnetconsult.co.uk
>
> Hi,
>
> I need to consume the web service
> http://www.xmethods.net/sd/CurrencyExchangeService.wsdl from my
> orchestration. I have added the web reference. I would need to invoke the
> GetRate web method from my orchestration.
>
> The web method accepts two string parameters to be passed. My objective
> would be make the web service from with in the orchestration passing the 2
> parameter, get the output and assign it to a element in my outbound xml doc.
>
> I looking for help on this front. If any one might have any code samples of
> how this could be done is also greatly welcomed.
>
> Thanks in advance!
>
> Regards,
> Preddy
>
>
|
|
|
|
|