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?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top