This may seem very basic, but I think its a valid question.
I have created a basic Biztalk Application that receives a message through an http (Passthru) port , and has a file (Passthru) send port which sends the received message to a file in a directory on the server.
Every message I send to the port gets processed…
My question is:
How do I seperate different types of xml messages being sent to the http port? make the send pipeline xmlreceive and associate a schema? I am expecting quite a few different types of messages that are very different being sent to this one http receive port…
I guess I will create a seperate send port with an xml schema that must be processed…?
Any help is appreciated
Thanks