不使用Orchestration实现Web Service调用

File Receive Port接收Message, SOAP Send Port接收消息作为WS方法的输入参数,返回结果。

要点: 必须把WS Client Dll GAC,作为Adapter与WS Implement通信的桥梁。
        在SOAP Port的"Web Service"处,默认是“Orchestration Web Port", 必须设置为“The following settings",指定Assemble
name, Type name, Method name。
        如果WS方法参数是多个,需要在Receive Pipeline中加入MIME/SMIME Decoder组件。

这是一种纯Message的解决方法。

http://www.digitaldeposit.net/blog/2006/12/biztalk-2006-soap-adapter-web-service.html

你可能感兴趣的:(web Service)