Best approach to simple proxy on BIZTALK

戏子无情 提交于 2019-12-25 03:37:18

问题


I have to develop simple proxy SOAP WS that receive and pass trough requests from client (A) to destination (B) and send back responses to A without any logic inside.

I wonder is there simpler soulution than mine which is 1 orchiestration contains one receive and one send port with the same schema based on WSDL from B.

Maybe there is better universal approach to that problem?


回答1:


Yes, you can simply have a Send Port that subscribes to the Receive Port, e.g BTS.ReceivePort = ReceivePortName. The response on the two way Send Port will automatically be routes back to the Receive Port



来源:https://stackoverflow.com/questions/54039564/best-approach-to-simple-proxy-on-biztalk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!