Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Custom Soap Header › Re: Custom Soap Header
September 23, 2008 at 10:35 AM
#20808
You don’t need the dot. Your code would probably look like this:
msgOut = xmlDocMessage;
You only need a dot if you are sending a mulitpart message. The message you are sending to the service is a single XML file, so you don’t need a dot.