Need to call a web method from a BizTalk 2004 Orchestration Web Port and pass an instance of XML to the web method. Below are some options: 1) Pass the XML as a string. For example your Web Method that you need to call from your orchestration might look
Read More...
Christof Claessens has an excellent entry on how to pass a binary object to a Send Port, such as a file send port. The binary that is saved by the send port using his method will automatically be saved to its native format when written out to a file.
Read More...