4 Replies Latest reply on Nov 15, 2011 6:51 AM by normandesjr

    How to add header parameter to my service

    normandesjr

      Hi,

       

         I would like that my WSDL generated by JBoss ESB has this form:

       

         <wsdl:input name="wsProviderGatewayReq">

              <soap:body use="literal" parts="parameters"/>

              <soap:header message="pg:messageOperationRequest" part="provider_request" use="literal"/>

          </wsdl:input>

       

         Do you guys get the idea?

       

         I would like to receive a parameter in header part. How could I build jboss-esb.xml?

       

         This is my jboss-esb.xml.

      <actions inXsd="operationRequest.xsd" outXsd="operationResponse.xsd">

        <action name="receiveMessage" class="br.com.planeta.soa.MyAction" />

      </actions>

       

      And then how could I receive the header parameter in my action?

       

      Regards,

      Normandes Junior.