SOAP xml response received but not populating response object

后端 未结 2 1873
余生分开走
余生分开走 2021-01-17 20:12

I added a "Service Reference" to a vendor\'s Java based web service which i have no control over.

I have this simple client code:

   Client m         


        
2条回答
  •  梦毁少年i
    2021-01-17 21:08

    Maybe you might try to generate a client proxy using SvcUtil instead of using a service reference. I am unaware as to whether they would generate the same client code, but you might as well try it anyway.

    svcutil /target:code http://www.xyz.com/webService.wsdl /out:XYZWebServzice.cs
    

提交回复
热议问题