Most "hello world" sample of generating & consuming Web-Services starts with simple method that passes string parameters between the service provider & consumer. Somehow, the approach for the very same sample get complex in BizTalk world. Our aim is to consume the "hello world" web service method that as I mentioned before has a string input parameter. The real question is what message formation we should send to the SOAP send port so that the SOAP adapter comprehend that...