0 Replies Latest reply on Sep 19, 2010 8:40 PM by jander100

    Newbie ESB question - Object returned from web service

    jander100

      I am new to the JBoss ESB but can quickly see the power of this infrastructure.  I have worked through several of the Quickstarts but I guess it's still not obvious to me.  I have a simple web service and can invoke it via the ESB using the ServiceInvoker() from the client.  My ESB config uses the SOAPClient to make the service request.

       

      The response to the client is a String containing the SOAP response.  Instead I would like to get back the Object associated with the response - for example unmarshall the XML to the Java Object.  Is there some other process I should be using in my action?   Transformations?