How To Pass Soap Header When WSDL Doesn't Define It?

后端 未结 4 1680
走了就别回头了
走了就别回头了 2020-12-19 19:09

I have a web service that I am calling and their published WSDL doesn\'t actually define much of the service, 3/4 of it you have to manually build afterwards.

The pr

4条回答
  •  春和景丽
    2020-12-19 19:33

    You might want to see Adding implicit SOAP headers to C# on AdSense API Forum (archived) for something similar; it appears to be doable, but a lot of work... or you could build the entire request manually (even worse...).

提交回复
热议问题