Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Creating a SOAP message for SharePoint Web Services › Re: Creating a SOAP message for SharePoint Web Services
August 31, 2010 at 11:36 AM
#25829
Hi,
Generate an instance of the web request message, and assign that XML string as the parameter to the LoadXml method of your variable of type XmlDocument, that will initialize your message part.
Daniel.