We need to send a xml document into biztalk from a web service. We have a file drop example that works fine.
When we used Biz talk Web Services Publishing Wizard, we can must create objects to send into the service.
Since it the file drop works it seems like switching to receive xml from a web service should be easy.
I did download the code and article for "Submitting XML Documents to Biztalk 2006 via SOAP".
Do we need to use a pipeline with an xml disassembler? The article mentioned it but I did not see pipeline in the code.
Could someone point me in the right direction? This seems like it should be something easy to do.