Ok, now I have unit-tested each web service, and I was ready to system
test.
Here's my new problem.
We have defined one unified canonical message (called TMXML).
When we send the message to the web service request, we map from we map
from
TMXML back to WS-REQ (generated by WCF Wizard). , and when the message
comes
back WS_RESP (generated by WCF Wizard) to TMXML.
So now, on the response, I cannot select more than one map that maps TMXML
back to various WS-REQ schemas. This makes sense, because BizTalk
wouldn't
know which one I want to translate, and it wouldn't be able to do more
than
one.
So what are my options? Do I have to create a separate send ****t for
every
method if I want to stick with direct binding?
Or am I missing a nice elegant solution?
Thanks,
Neal Walters
http://BizTalk-Training.com


|