[ http://issues.apache.org/jira/browse/AXIS2-1580?page=comments#action_12446811 ] Deepal Jayasinghe commented on AXIS2-1580: ------------------------------------------
Yes , if user give us the wsdl then we can generate the correct response element rather than just using java class and sending the response inside <return>. But in the case of POJO (no wsdl case) we have no way to find out the name of the return parameters so we have to always assume that as return. > RPCMessageReceiver returns a subelement that doesn't conform to the WSDL > ------------------------------------------------------------------------ > > Key: AXIS2-1580 > URL: http://issues.apache.org/jira/browse/AXIS2-1580 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Components: rpc > Affects Versions: 1.1 > Environment: Windows XP Pro, Tomcat 5.0, Nightly from 1/11 > Reporter: Shahar Kedar > Assigned To: Deepal Jayasinghe > Attachments: ServerManager.wsdl, soapResponse.xml > > > The RPCMessageReceiver always returns a subelement called "retrun" in the > SOAP response. This happens even if the WSDL given to Axis defines a > different name to the response subelement. > Attached is the WSDL and the response SOAP message. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
