Hi ESB team,
I did the following steps and end up loosing the date inside target of
iterate mediator

1. Add new sequence with Iterate mediator
2. In Target set a endpoint (Address endpoint)

Now you can see the source view as something like following

<iterate xmlns:ns="http://org.apache.synapse/xsd"; xmlns:m0="
http://services.samples"; preservePayload="true" attachPath="//m0:getQuote"
expression="//m0:getQuote/m0:request" id="iterate_01">
      <target>
         <endpoint>
            <address uri="
http://localhost:9000/services/SimpleStockQuoteService";></address>
         </endpoint>
      </target>
   </iterate>

3. Select Target of the Iterate mediator
4. Hit update without doing any update

Now you can see the source view as something like following

<iterate xmlns:ns="http://org.apache.synapse/xsd"; xmlns:m0="
http://services.samples"; preservePayload="true" attachPath="//m0:getQuote"
expression="//m0:getQuote/m0:request" id="iterate_01">
      <target></target>
   </iterate>

See the target element is empty. Is this a known issue?

thanks
Eranda


-- 

*Eranda Sooriyabandara*Senior Software Engineer;
Integration Technologies Team;
WSO2 Inc.; http://wso2.com
Lean . Enterprise . Middleware

E-mail: eranda AT wso2.com
Mobile: +94 716 472 816
Linked-In: http://www.linkedin.com/in/erandasooriyabandara
Blog: http://emsooriyabandara.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to