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 "John Hawkins (JIRA)" <ax...@ws.apache.org> on 2005/02/14 14:05:11 UTC

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

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

John Hawkins updated AXISCPP-136:
---------------------------------

    Component: Server - Engine

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