WSDL2ws uses the wrong string for return message name
-----------------------------------------------------

         Key: AXISCPP-378
         URL: http://issues.apache.org/jira/browse/AXISCPP-378
     Project: Axis-C++
        Type: Bug
  Components: WSDL generation  
    Versions: unspecified    
 Environment: All environments (Java code problem)
    Reporter: David Currie


The WSDL2ws tool generates different response message names for server and 
client stubs for C++.

While the message name that the client expects is the correct name that appears 
in the WSDL file, the server stubs generate a response with the message name 
equal to the method name with the string "Response" appended to the end.

This is not correct, since the server should be using the message name 
specified in the WSDL.

In the current release version (1.4), the fix is to replace lines 292 and 293 
in cpp/WrapWriter.java with the string 
"+minfo.getOutputMessage().getLocalPart()".

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to