1 Reply Latest reply on Nov 2, 2012 3:24 PM by tcunning

    ESB Retrieve Payload

    dtalex

      Hi,

      I need to send an http request to an esb integration and store the original XML in a table in the database.

      I'm not able to retrieve the payload. I can only retrieve each field one by one.

       

      The problem is that when I generate classes I have something like this.

       


      public void sayHello(String name)

       

      And I can only access to tath field.

      I tried modifying *.java files in helloworld_ejb3_ws sample.

       

      Is it possible to perform this action?

      What am I doing wrong?

      Should I do something with jboss-esb.xml

       

      Regards.