Guys i'm using latest CXF to communicate with other side implemented using
web menthods.
This is the error i get when i inovke my test client on stubs generated by
CXF.
I'm new to this stack, so  realy dont knwo wahts going on.
Any pointers will be great help here...


INE: Invoking handleMessage on interceptor
[EMAIL PROTECTED]
3/09/2007 16:01:31 org.apache.cxf.endpoint.ClientImpl invoke
FINE: set responseContext to
be{org.apache.cxf.message.Message.RESPONSE_CODE=500,
org.apache.cxf.message.Message.ENCODING=null,
Content-Type=text/xml;charset=utf-8, org.apache.cxf.client=true,
org.apache.cxf.message.inbound=true,
org.apache.cxf.message.Message.PROTOCOL_HEADERS={Content-Length=[791],
Set-Cookie=[ssnid=16989zwetWq+WWkmT|dLONz8ulLY|bK0-556555; path=/;],
connection=[Keep-Alive], null=[HTTP/1.0 500 Internal Server Error],
content-type=[text/xml;charset=utf-8]}}
Exception in thread "main" javax.xml.ws.soap.SOAPFaultException:
[ISS.0088.9112] An Exception was thrown in the server
        at
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:169)
        at $Proxy25.helloWorld(Unknown Source)
        at
au.com.vishal.matt.MattHelloWorld3PortType_MattHelloWorld3Port0_Client.main(MattHelloWorld3PortType_MattHelloWorld3Port0_Client.java:57)
Caused by: org.apache.cxf.binding.soap.SoapFault: [ISS.0088.9112] An
Exception was thrown in the server
        at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:69)
        at
org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:36)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
        at
org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:90)
        at
org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:181)
        at
org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:57)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
        at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:395)
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1959)
        at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1806)
        at
org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
        at
org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:574)
        at
org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:254)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205)
        at
org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
        at
org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
        ... 2 more

-- 
View this message in context: 
http://www.nabble.com/Error-while-invoking-client...-tf4370526.html#a12456999
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to