Greetings, We're sending a custom object as a response to a webservice request which Axis2 will automatically name as "return".
<return type="com.test.QueryResponse"> ... </return> Is it possible to customize this element name? We're letting Axis generate the WSDL, but if we take that WSDL customize the "return" element names and then use that as a fixed WSDL by specifying useOriginalwsdl in the services.xml it has no effect on the element name. Using the package name, as in the type attribute, as the element name would be acceptable: <com.test.QueryResponse> Is it at all possible for us to do this? Thanks, Alan. -- View this message in context: http://www.nabble.com/-Axis2--Customize-%3Creturn%3E-element-in-response-tp16763591p16763591.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
