| Author |
Orchestration exposed as a Web Service and envelope schema
|
|
|
| Hi everyone!
I have the following scenario: I have an orchestration wich receives a
message through a custom pipeline with an envelope and document schema
dissasembler. Now I want to expose this orchestration as a web service. The
behaviour I'm looking for is sending the envelope throug the Web Service
call and expecting the pipeline to split the envelope into several messages
and route each one to the corresponding orchestration.
Is it possible to achieve this behaviour through an exposed orchestration?
How?
Thanks in advance!
| |
| Naveenji 2006-04-01, 2:37 pm |
| Yes it is possible.
You would need create a port (receive and send) and expose the Orch as a web
service using the wizard.
"Lito" wrote:
> Hi everyone!
> I have the following scenario: I have an orchestration wich receives a
> message through a custom pipeline with an envelope and document schema
> dissasembler. Now I want to expose this orchestration as a web service. The
> behaviour I'm looking for is sending the envelope throug the Web Service
> call and expecting the pipeline to split the envelope into several messages
> and route each one to the corresponding orchestration.
> Is it possible to achieve this behaviour through an exposed orchestration?
> How?
>
> Thanks in advance!
>
>
>
| |
| Naveenji 2006-04-01, 2:37 pm |
| Please refer to the articles in CodeProject...
http://www.codeproject.com/script/p....asp?id=1909449
"Lito" wrote:
> Hi everyone!
> I have the following scenario: I have an orchestration wich receives a
> message through a custom pipeline with an envelope and document schema
> dissasembler. Now I want to expose this orchestration as a web service. The
> behaviour I'm looking for is sending the envelope throug the Web Service
> call and expecting the pipeline to split the envelope into several messages
> and route each one to the corresponding orchestration.
> Is it possible to achieve this behaviour through an exposed orchestration?
> How?
>
> Thanks in advance!
>
>
>
|
|
|
|