| Author |
orch error in a request/respose operation
|
|
| biztalkieci 2005-04-19, 5:55 pm |
| In my orch I have a request/respose operation . I make the receive of
the request before a decision shape and I make the send only in one
branch of the decision shape. When I try to compile it appears this
error " The receive shape hasnīt has a send shape".
Anybody can help me?
Thanks.
| |
|
| Hi,
You must ensure that in a request/response interaction pattern, a response
is generated in any case - no matter which way the decision shape takes.
Sincerely
Joerg Fischer
"biztalkieci" <lmalzueta@netscape-dot-net.no-spam.invalid> schrieb im
Newsbeitrag news:3rSdndzDz8NkrPjfRVn_vg@giganews.com...
> In my orch I have a request/respose operation . I make the receive of
> the request before a decision shape and I make the send only in one
> branch of the decision shape. When I try to compile it appears this
> error " The receive shape hasnīt has a send shape".
> Anybody can help me?
> Thanks.
>
| |
| biztalkieci 2005-04-20, 5:49 pm |
| the decission shape is inside a loop and ever executed the send
message.
arenīt there any parameter who allow that solution?
Thanks.
| |
|
| The request/response pattern requires exactly one response message, no
matter which decision is taken. If you do not want that pattern, use two
decoupled one-way ports.
Sincerely
Joerg Fischer
MVP
"biztalkieci" <lmalzueta@netscape-dot-net.no-spam.invalid> schrieb im
Newsbeitrag news:n-idnUOowI_2HvvfRVn_vg@giganews.com...
> the decission shape is inside a loop and ever executed the send
> message.
> arenīt there any parameter who allow that solution?
> Thanks.
>
|
|
|
|