Question

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?

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top