WCF receiving a request with a SWA payload

天大地大妈咪最大 提交于 2020-01-03 19:02:30

问题


We have a requirement to build a WCF web service that uploads a document into Sharepoint. Our Enterprise service Bus is a IBM product called WPS (websphere process server) and the request is coming from is another IBM product call BTT ( Bank Transformation Toolkit). both of these products, in there installed version, do not support MTOM but they do support SwA. We are now investigating building a custom binding to support SwA. Has anyone tried this and able to share there experience?


回答1:


If you want to use SOAP with Attachments instead of MTOM you need custom message encoder = custom channel used in custom binding. You can build your own following SwA specification or you can try this one from CodePlex.



来源:https://stackoverflow.com/questions/6740776/wcf-receiving-a-request-with-a-swa-payload

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