Send flat file to SOAP Receive Adapter through Web Services

Home Page Forums BizTalk 2004 – BizTalk 2010 Send flat file to SOAP Receive Adapter through Web Services

Viewing 1 reply thread
  • Author
    Posts
    • #16322

      I have published the orchestration as a Web Service for user to upload XML file or Flat file and then feed the data into the database. As of XML file, I have created the message type as an untyped XMLDocument and filtered into the Receive Shape of the Orchestration, and everything works fine. However, I have got the problem with Flat File. I tried to use System.String or System.Byte[] as the message type in the published Web Service, and applied a Flat File receive pipeline with the corresponding Flat File Schema after the processing of SOAP receive adapter, and the pipe line always returned an error something like “You need to assign the root reference property in your Flat File Schema”. Of course I have assigned that property. I get confused and really appreciate someone who can give me some hints about this flat file problem.

       

       

      Best Regards

       

      William

    • #16330

      I’ve never really tried this before.  Have you tried receiving the flat file as a String and they calling a Receive Pipeline inside the Orchestration that does the Flat File work?

       

      That might work.

       

      Might be able to do it all on the Receive Location side as well just using a flat file pipeline.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.