WebPort problem Home Page › Forums › BizTalk 2004 – BizTalk 2010 › WebPort problem This topic has 0 replies, 1 voice, and was last updated 8 years, 3 months ago by community-content. Viewing 0 reply threads Author Posts January 27, 2009 at 12:33 AM #21574 community-content Hi everyone, I have an orchestration that reads an xml document from the message assignment shape like the following: What could be the problem? xdoc = new System.Xml.XmlDocument(); xdoc.Load(@”C:\Projects\Source\BI\Reports\CustomerReport.xml”); msg_CustomerReport = xdoc; when I output msg_CustomerReport to a folder it returns data. But when I send it to a web port it returns <?xml version=”1.0″ encoding=”utf-8″ ?> <ArrayOfGetCustomersResponseCustomer xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance“ xmlns:xsd=”http://www.w3.org/2001/XMLSchema“ xmlns=”http://tempuri.org/“ /> Author Posts Viewing 0 reply threads The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register