Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Web Services › Re: Web Services
February 5, 2007 at 9:41 AM
#17561
I see. To do this. you'd do a "construct message" for the input, and simply set each parameter:
MyNewMsg.ID = "1234";
MyNewMsg.Name = "Richard";
And then send that msg to the service. No need for a map or anything to construct input for simple type(s).