Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty Continuations fro SOAP Calls

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.


Back to the top