문제

I'm attempting to generate a service client using wsdl.exe for an external endpoint. This environment is limited to .Net 1.1. Using wsld.exe to generate the interface the following error is shown in the generated code.

// CODEGEN: The operation binding 'XXX' from namespace 'htp://example.com/xxx' was ignored. Specifying a type for use=literal messages is not supported.

How can I get around this error using .Net 1.1?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top