0 Replies Latest reply on Dec 1, 2012 3:17 AM by optixpro

    How can i add Children Attribute in custom action

    optixpro

      <action class="com.esb.htttaction.MyHttpAction" name="http">

           <property name="endpointUrl" value="http://127.0.0.1:8080/esbservice"/>

                <property name="headers">

                 <header name="accept" value="application/json"/>

                  <header name="content-type" value="null"/>

           </property>

      </action>

       

      I want to add more , modify  header property in side custom acction how to do that ?

      my point is i want to convert http header from client and put it to config tree then send it to http rounter.