1 Reply Latest reply on Oct 9, 2008 9:24 AM by turanyi

    Initialize output - copy input name element to output

    turanyi

      It is a strange new feature of BPEL.
      When I copy input variable like this schema



      into output variable of this schema



      I get strange mixed output




      It seems to attribute keepsrcelementname="yes" do it's work, but I don't use it. I even set up keepsrcelementname="no" but nothing changes.

      I spot this behaviour under jbpm-bpel-1.1.GA and ODE-1.2.
      I found some issue here http://markmail.org/message/ydo55at4mm7wg6zu.

      Is there way to make normal output?

        • 1. Re: Initialize output - copy input name element to output
          turanyi

          It is a strange new feature of BPEL.
          When I copy input variable like this schema

          <inputRequest>
          <input/>
          </inputRequest>
          

          into output variable of this schema
          <outputResponse>
          <result/>
          </outputResponse>
          

          I get strange mixed output
          <outputResponse>
          <insert/>
          </outputResponse>
          

          It seems to attribute keepsrcelementname="yes" do it's work, but I don't use it. I even set up keepsrcelementname="no" but nothing changes.

          I spot this behaviour under jbpm-bpel-1.1.GA and ODE-1.2.
          I found some issue here http://markmail.org/message/ydo55at4mm7wg6zu.

          Is there way to make normal output?