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 ax...@ws.apache.org on 2004/10/14 07:43:51 UTC

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

The following issue has been updated:

    Updater: Samisa Abeysinghe (mailto:samisa_abeysinghe@yahoo.com)
       Date: Wed, 13 Oct 2004 10:41 PM
    Comment:
WSDL file that I used to test and did not find any problems with
    Changes:
             Attachment changed to test.wsdl
    ---------------------------------------------------------------------
For a full history of the issue, see:

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

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-136

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-136
    Summary: Axis generates wrong response for response messages
       Type: Bug

     Status: Open
   Priority: Critical

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
   Versions:
             1.1 Final
             1.2 Beta
             1.2 Alpha
             1.2 Final
             1.3 Beta

   Assignee: Samisa Abeysinghe
   Reporter: Marcus Tillmanns

    Created: Wed, 25 Aug 2004 3:22 AM
    Updated: Wed, 13 Oct 2004 10:41 PM
Environment: Windows 2000 Apache 2.50

Description:
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.




---------------------------------------------------------------------
JIRA INFORMATION:
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