I am building a generic service has xsd:AnyType as output message type. The reason is that I use a dynamic invocation with other services inside the generic service. I would like the generic service propagate the response of dynamic invocation to its output - forwarding to next service in bpel.
I use the dispatch of Jax-ws for dynamic invocation, SOAPMessage response = dispatch.invoke(request); Could I ask how should I deal with the response SOAPMessage, then I able to propagate to output. Do I have to parse the SOAPMessage to a per-known object again? Thank you. I am not sure this is the right place for this question. -- View this message in context: http://www.nabble.com/dynamic-invocation-response-forwarding-to-output-%28xsd%3AanyType%29-tp21585242p21585242.html Sent from the Apache Ode Dev mailing list archive at Nabble.com.
