Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Web Services › Re: Web Services
February 5, 2007 at 7:27 AM
#17558
If the return value is a simple value type, then you just get that back. If a complex value is returned, when you set up the web service (add –> web reference) BizTalk generates the schema representing the complex type. Then you just construct that message like any other (if the complex type is an input) or work with it as a message on the output.
Make sense?