The other day, I encountered a problem/feature in BizTalk 2006 R2 concerning calling a webservice, which methods only have primitive types, without using an orchestration. A webservice with a complextype as an argument, results in xsd being generated by the webservice proxy generator. With primitive types, no xsd is generated. As a result, no mapping ......