Hello,

I have a wsdl and generate java classes out of it using the wsdl2java ant task. For example I have defined a response message named 'FindDocumentsResponse'. Axis2 generates the java class for that, but performs a renaming into something like 'FindDocumentsResponse11'. So it seems that it somehow appends a random number to the generated response. This only seems to be the case with service responses, since parameters are not affected by that phenomenon. Is there a way to circumnavigate this issue? Because it is rather inconvenient to use?

Thanks for your help!
Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to