Hi, I use the BizTalk 2006 R2 consumes the web service like
public string send_info_to(string peopleid, string fname, string lname, int age)
{
………..
}
when I add it to be a port type, I can see all parameters of this web method.
But when I created the map and select the source schema, I cannot get it (I mean that I wanna map the web method parameters to the other message schema).
Please advise me, and thank you for advance…
Kai