[ http://issues.apache.org/jira/browse/AXISCPP-136?page=all ]
Samisa Abeysinghe updated AXISCPP-136:
--------------------------------------
Fix Version: (was: 1.4 Alpha)
This issue has been there for too longs and no one has ever looked into this.
As bulk of the contributions are based around the doclit style, this may have
been over looked. I am not sure if the same problem is there for doclit.
> Axis generates wrong response for response messages
> ---------------------------------------------------
>
> Key: AXISCPP-136
> URL: http://issues.apache.org/jira/browse/AXISCPP-136
> Project: Axis-C++
> Type: Bug
> Components: Serialization, Server - Engine
> Versions: 1.1 Final, 1.2 Beta, 1.2 Alpha, 1.2 Final, 1.3 Beta, 1.3 Final
> Environment: Windows 2000 Apache 2.50
> Linux Apache/2.0.49
> Reporter: Marcus Tillmanns
> Priority: Critical
> Attachments: test.wsdl
>
> Axis generates wrong response for well formed WSDL:
> <wsdl:message name="resumeJobResponse">
> <wsdl:part name="resumeJobReturn" type="s:JobState"/>
> </wsdl:message>
> Instead of naming the return element "resumeJobReturn", Axis generates
> "JobState", ignoring the correct Name of the part.
> <wsdl:message name="resumeJobResponse">
> <wsdl:part name="JobState" type="s:JobState"/>
> </wsdl:message>
> Works, but only because now both (name and type) have the same name.
--
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