ObjectSharp Blogs

You are currently viewing

Matt Meleski's .Net Blog - The ABC's of .NET

ASP.NET/ADO.NET/Biztalk 2004/C#


October 2004 - Posts

Passing an XML instance to a Web Service Method via a BizTalk 2004 Orchestration Web Port -> Choices.

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...

Passing a Binary as a parameter to a Web Method from a BizTalk 2004 Orchestration Web Port

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...