06-24-05 10:54 PM
Are you trying to process different types of XML that are being received on
a
single port?
i.e. Are you receiving A.XML and B.XML (different type / format) on a single
port and was wondering how to process them?
If so, i would suggest having a request resposne port having 2 operations,
one configured for A.XML and the other for B.xml.
Use the listener shape (with 2 arms) to connect to the port operations. Have
receive shapes configured in each arm. The receive shape should be in
activate mode.
Also, both the xml should be deployed in biztalk.
Now depending on which xml is received (A or B) the appropriate listner arm
will get activate automatically and processed.
Hope this helps. Thanks
Regards,
red
"Paul Roub" wrote:
> Wondering if there's a cleaner approach than receiving System.XML, etc.
>
> On the Response end of a Request/Response send port, we get one of two
> document types back -- one for errors, one for success. Yes, I'd prefer i
t
> were differently-valued instances of the same type, but...
>
> Is my best bet receiving untyped XML on the port, filtering as mentioned i
n
> the blogger's guide, etc. ; or pipelining the two known types into a
> normalized internal type, and acting on that; or is there a
> more-straightforward solution that I'm missing?
>
[ Post a follow-up to this message ]
|