Hello there, Following issue: I've created a client that communicates with a SAP-BI Webservice. In case that this Webservice's response doesn't seem to work with the cxf framework I decided to program an Interceptor that intercepts the invoke() function right after the RECEIVE state. In it I am parsing the incoming response stream directly into one object.
My only problem here is how to return this object created in the Interceptor back to the main()-thread. Is there any possibility to do that? Cheers, Chris -- View this message in context: http://cxf.547215.n5.nabble.com/Sending-return-value-from-Interceptor-back-to-client-tp5717416.html Sent from the cxf-user mailing list archive at Nabble.com.
