You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2005/07/25 07:03:45 UTC

[jira] Assigned: (AXISCPP-136) Axis generates wrong response for response messages

     [ http://issues.apache.org/jira/browse/AXISCPP-136?page=all ]

Samisa Abeysinghe reassigned AXISCPP-136:
-----------------------------------------

    Assign To:     (was: Samisa Abeysinghe)

I am of the idea that in order to solve this problem we need to have a base class for complex type classes that we generate out of WSDL. First we have to look into that and then only we can look into this issue

> 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.3 Final, 1.3 Beta, 1.2 Alpha, 1.2 Final, 1.2 Beta, 1.1 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