WSDL2Java generates code that doesn't compile
---------------------------------------------

         Key: AXIS2-659
         URL: http://issues.apache.org/jira/browse/AXIS2-659
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: Tools  
    Versions: 1.0    
 Environment: Axis2 1.0 RC5
    Reporter: Thilo Frotscher



WSDL2Java generates stub classes containing the following code:

 _messageContext.getTransportOut().getSender().cleanUp(_messageContext);

This should be 

 _messageContext.getTransportOut().getSender().cleanup(_messageContext);

instead, i.e. "cleanup" with a small "u" instead of capital "U"

-- 
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

Reply via email to