Hello,
Following the guidelines in the tutorial I use DefaultWsdl11Definition to generate my Wsdl. In my xsd I have 2 root elements MyOperationRequest and MyOperationResponse. This generates the operation MyOperation. All is well, but the problem is that (the contract with our clients impose this) the name of the operation must be YourOperation. The input and output should stay the same - MyOperationRequest and MyOperationResponse
What can I do to achieve this?
Thanks


Reply With Quote
