Hi,
I have been trying to use Continuations for a SOAP Service in Jetty server
8.x.But it always props up an error message in the process:
"<faultcode>soap:Server</faultcode>   <faultstring>Fault occurred while
processing.</faultstring>".

This is the code I have used for Continuations:
String key = 
"org.apache.cxf.transport.http_jetty.continuations.JettyContinuationProvider"
JettyContinuationProvider contProvider =
(JettyContinuationProvider)context.get(key);
Continuation continuation = (Continuation) contProvider.getContinuation();

Can you please tell me the correct way to implement Continuations for SOAP
services?

Thanks,
Sounak




--
View this message in context: 
http://jetty.4.x6.nabble.com/Jetty-Continuations-fro-SOAP-Calls-tp4966804.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to