WCF client connecting to Java SOAP web service using WS-Security

亡梦爱人 提交于 2019-12-06 06:03:32

do you have any details on why the server fails? messages do not have to be exactly the same. try to see if the http 500 body contains something, or if the vendor can tell you from the logs.

next revert to a custombinding instead of a basichttpbinding (do this online automatically) and on the security element binding add attribute includeTimestamp="false".

try with this first (and get message). workign w/o BinarySecurityToken is also possible but slightly more complex at this stage.

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