Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-110

Complex type wrapper element is visible in messages sent by the engine

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0-incubating
    • 1.2
    • BPEL Runtime
    • None

    Description

      Apparently, the complex type wrapper element <xsd-complex-type-wrapper/> is visible in message sent by the engine.

      In this case, we have a message definition:

      <message name="createTaskRequest">
      <part name="wipart" type="tns:StringArray"/>
      </message>

      with complex type:

      <complexType name="StringArray">
      <sequence>
      <element name="item" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
      </sequence>
      </complexType>

      leading to this response:

      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Header/>
      <soapenv:Body>
      <axis2ns8:testItResponse xmlns:axis2ns8="http://ode/bpel/unit-test.wsdl">
      <wipart>
      <xsd-complex-type-wrapper> <!-- ????? --->
      <tm:item xmlns:tm="urn:TaskManager">test1text</tm:item>
      <tm:item xmlns:tm="urn:TaskManager">test2text</tm:item>
      </xsd-complex-type-wrapper> <!-- ????? --->
      </wipart>
      </axis2ns8:testItResponse>
      </soapenv:Body>
      </soapenv:Envelope>

      Attachments

        1. request.soap
          0.3 kB
          Alex Boisvert
        2. TaskManagerTest.zip
          8 kB
          Alex Boisvert

        Activity

          People

            mszefler Maciej Szefler
            boisvert Alex Boisvert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: