|
Home > Archive > BizTalk Server Orchestration > June 2004 > Http Request-Response
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 |
Http Request-Response
|
|
| Vingen300 2004-06-26, 10:53 am |
| I'm performing a Http request-response to a webserver that can respond with two different xml messages (different scemas), i get one or the other depending on the result of the request. How can i make the port and receive block able to receive both messag
es?
| |
| Christof 2004-06-26, 10:53 am |
| Specify the type of:
- your inbound message
- your receive port
to System.Xml.XmlDocument. This allows you to receive just anything...
Best regards,
Christof
"Vingen300" <Vingen300@discussions.microsoft.com> wrote in message
news:3CE93307-15BF-4680-BA1D-116B71607CB4@microsoft.com...
> I'm performing a Http request-response to a webserver that can respond
with two different xml messages (different scemas), i get one or the other
depending on the result of the request. How can i make the port and receive
block able to receive both messages?
| |
| Enrico Zerilli 2004-06-26, 10:53 am |
| The important focus must be type port and the port binding must be SOAP format too.
By
--
Enrico Zerilli
enricozerilli@hotmail.com
http://blogs.dotmark.net/enf/
"Christof" wrote:
> Specify the type of:
> - your inbound message
> - your receive port
>
> to System.Xml.XmlDocument. This allows you to receive just anything...
>
> Best regards,
> Christof
>
> "Vingen300" <Vingen300@discussions.microsoft.com> wrote in message
> news:3CE93307-15BF-4680-BA1D-116B71607CB4@microsoft.com...
> with two different xml messages (different scemas), i get one or the other
> depending on the result of the request. How can i make the port and receive
> block able to receive both messages?
>
>
>
|
|
|
|
|