Hi,

When i add the below config inside a sequence.xml file in Developer Studio
3.7.0, once the file is saved and open the source view back, all the
configs are wiped out.

<sequence xmlns="http://ws.apache.org/ns/synapse"; name="TestSequence">
   <in>
      <log level="custom">
         <property name="seq in" value="msg came to seq in"></property>
      </log>
      <send>
         <endpoint>
            <http method="post" uri-template="
http://localhost:9764/jaxrs_starbucks_service/services/Starbucks_Outlet_Service/orders/
"></http>
         </endpoint>
      </send>
   </in>
   <out>
      <log level="full">
         <property name="seq_out" value="response came seq out
mediator"></property>
      </log>
   </out>
</sequence>

However when use ESB UI editor to create this config it is supported there.


​

May i please know how to create In,Out mediators from Dev studio, as i have
several sequences which invokes external API endpoints at the <In> and need
to get the response into <Out>.

Thanks!
Ishara

-- 
Ishara Premasada
Software Engineer,
WSO2 Inc. http://wso2.com/


*Blog   :  http://isharapremadasa.blogspot.com/
<http://isharapremadasa.blogspot.com/>Twitter       :
https://twitter.com/ishadil <https://twitter.com/ishadil>Mobile       : +94
714445832*
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to