WebPort problem

Home Page Forums BizTalk 2004 – BizTalk 2010 WebPort problem

Viewing 0 reply threads
  • Author
    Posts
    • #21574

      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/ />
Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.