Re: Receiving files via HTTP

Home Page Forums BizTalk 2004 – BizTalk 2010 Receiving files via HTTP Re: Receiving files via HTTP

#19390

Does it make more sense to use Web Services for this process?

I could write an ASP .NET web application that receives the file, creates a SOAP messages and passes the received file to BizTalk vai a Web Service adapters. Once BizTalk is done processing the message it will repond with a report message.

Will this allow me to do a synchronous process meaning the user would only have to click the test button and would be automatically be redirected to a report page when BizTalk reponds with the report.

Anyone have any experience with an application like this?