Hi I'm using Tuscany 2 beta2 as an embedded component, and invoking a service component through the org.apache.tuscany.sca.invocation.Invoker api.
The service has been created using the cxf wsdl2java tool, so the parameters are jaxb based Java classes. However I would like to be able to pass in the XML document and have the framework handle the necessary transformation to the appropriate type required by the service interface. At present the invocation is just returning a response message with an IllegalArgumentException in the body. Any suggestions, or suitable examples, would be appreciated. Regards Gary
