Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-136

Axis generates wrong response for response messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.1 Final, 1.2 Beta, 1.2 Alpha, 1.2 Final, 1.3 Beta, 1.3 Final
    • None
    • None
    • Windows 2000 Apache 2.50
      Linux Apache/2.0.49

    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.

      Attachments

        1. test.wsdl
          2 kB
          Don Samisa Abeysinghe

        Activity

          People

            Unassigned Unassigned
            mtillmanns Marcus Tillmanns
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: