| Matt Milner 2005-04-12, 5:53 pm |
| If your bad type is an exception case, then look at using fault messages.
These turn into SOAP exceptions for web service clients.
matt
"Glen" <Glen@discussions.microsoft.com> wrote in message
news:D92453C6-92E3-4820-92E3-DBD7A7F73D76@microsoft.com...
>I need to be able to return a "good type" or a "bad type" message for each
> type of message request received. Since a port can only specify one
> message
> type, everything I have read indicates that I must use the
> System.Xml.XmlDocument message type. If that is the case then how do I
> create a correlation set? If that is not the case then can someone tell
> me
> how to configure my orch to handle two response types for a given request.
>
> Thanks in advance.
|