Remove WS-Addressing/WS-Security sections from WSE 3.0 Client request

后端 未结 5 1400
旧巷少年郎
旧巷少年郎 2020-12-09 23:27

I\'ve got a simple C# web service proxy class that I created with WSDL.exe. I am invoking a method on the remote web service, and it is including a bunch of WS-Addressing a

5条回答
  •  我在风中等你
    2020-12-09 23:50

    I found the easiest way to remove these addressing and security headers was to change the web service configuration to use BasicHttpBinding instead of WSHttp binding.

提交回复
热议问题