06-14-06 06:19 AM
Can't you use Request - Response receive port for the Orchestration web
service. In this you just have to specify url in the receive port and dont
worry about any send port urls. May be I am wrong.
"Prash" wrote:
> I was able to expose an orchestration as a web service. I have a
> Receive-Send port which takes input, passes it to Receive shape, the
> orchestration does something and then passes the output to the same port.
> This makes sense because it fits the paradigm of web service.
>
> But I am curious about a few things
> 1. Do we always have to have a two-way port in an orchestration that we wa
nt
> to expose as a web service?
>
> 2. If the answer is No, then how do you configure the Send port? Assume we
> have an orchestration with one incoming port and one outgoing port. It is
> easy to configure the incoming (receive) port. But how do I configure the
> send port? I don't know what URL to specify in SOAP configuration for send
> port?
>
> Does this even make sense? AFAIK Web Services are synchronous. So I think
it
> may not make sense to have a send port.
>
> 3. I can think of a 'fire and forget' type of web service to which you jus
t
> send message and don't expect a return.
>
> Prash
>
>
>
[ Post a follow-up to this message ]
|