svcutil.exe - Proxy generated not allowing for nullable fields

前端 未结 3 956
鱼传尺愫
鱼传尺愫 2021-01-01 00:19

I am trying to consume a web service specified using WSDL by creating a WCF proxy using svcutil.exe, but the WSDL specifies that some of the operations have parameters that

3条回答
  •  旧时难觅i
    2021-01-01 00:35

    Do not use SVCUtil if it does not work for you. If the service is not very complicated, you can try writing the service interface manually, and use ChannelFactory<> to create your proxies.

提交回复
热议问题