|
Home > Archive > BizTalk Server > June 2004 > Send/Response Port
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 |
Send/Response Port
|
|
|
| Hi,
I have a problem, when I send a request out of a certain message type I am expecting various message types back. I.e success message xsd, error message xsd, etc. I thought I could use a listen shape for this, but it only allows me to link upto the send
message type. What am I doing wrong?
--
John
| |
| Gilles [MSFT] 2004-06-26, 10:51 am |
| Hello John,
>I have a problem, when I send a request out of a certain message type I am expecting various message types back. I.e success message xsd, error
>message xsd, etc. I thought I could use a listen shape for this, but it only allows me to link upto the send message type. What am I doing wrong?
Wouldn't a request response port work in your case?
You would send a message (the request) and (under some conditions) you would get the result back as a message right after.
Please let me know if I was totally off ;-)
Thanks.
-Gilles.
| |
|
| Hi Gilles,
No I need a request/response because I get a message back straight away from their server. However, this message could be an error or the message I was looking for.
Any ideas of how I can receive multiple schema types from a request/response?
cheers
--
John
"Gilles [MSFT]" wrote:
> Hello John,
>
>
> Wouldn't a request response port work in your case?
> You would send a message (the request) and (under some conditions) you would get the result back as a message right after.
> Please let me know if I was totally off ;-)
>
> Thanks.
> -Gilles.
>
>
|
|
|
|
|