servicer-mixer wrote:
Thank you for the quick responses. I'm not sure what the release schedule for
3.2.3 is. Is there a way to configure cxf consumer->producer as a pure proxy
Servicemix 3.2.3 should be released in one/two weeks.
for now? I'm just looking to get the entire soap envelope passed through to
the external service and then get an unaltered reply back.
I'm not sure what you mean for "pure proxy", so far we have problem of
SM-1637(which already addressed in 3.2.3 snapshot), which means the
reply fault message from external webservice without fault details (it's
runtime exception generally or exception thrown when process the soap
headers, your exception is the latter case) can't be send back through
cxfbc provider====>consumer, but other soap messages (normal
request/response or soap fault message caused by predefined exception so
that has details here) can go back and forth.
Thanks