[ http://issues.apache.org/jira/browse/AXISCPP-378?page=all ]
Chinthana Danapala resolved AXISCPP-378:
----------------------------------------
Resolution: Fixed
Done the modifications to WrapWriter.java file solve the issue.
> 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 processing - RPC, Server - Engine
> Versions: unspecified
> Environment: All environments (Java code problem)
> Reporter: David Currie
> Assignee: Chinthana Danapala
> Attachments: WrapWriter.java
>
> 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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira