Home Page › Forums › BizTalk 2004 – BizTalk 2010 › biztalk webservices question › Re: biztalk webservices question
January 23, 2007 at 8:55 AM
#17374
If you'd like to use a web service to interact with BizTalk, it's best to generate one using the "Web Services Publishing Wizard" that gets installed inside Visual Studio. This builds a service for you based on BizTalk schemas or orchestrations, and contains the code necessary to publish a message into the BizTalk infrastructure. Once you have that service, you create a receive location that listens on that service location. When a mesage is posted to the service, it's grabbed by that port.