Hi all,

I am just new in Apache CXF. I'm try this tutorial
http://wheelersoftware.com/articles/spring-cxf-web-services.html. I am
success show the wsdl, but always get arror when try access method
getMessage.

Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: No message found for part [MessagePartInfo
name={http://contactus/}parameters,
ConcreteName={http://contactus/}getMessagesResponse.
        at
org.apache.cxf.aegis.databinding.XMLStreamDataWriter.write(XMLStreamDataWriter.java:68)
        at
org.apache.cxf.aegis.databinding.XMLStreamDataWriter.write(XMLStreamDataWriter.java:43)
        at
org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor.writeParts(AbstractOutDatabindingInterceptor.java:113)
        at
org.apache.cxf.interceptor.BareOutInterceptor.handleMessage(BareOutInterceptor.java:68)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
        at
org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:74)
        at
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220)
        at
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:78)
..............................

any body ever get this error like me .. ?!

~ saiful haqqi ~
-- 
View this message in context: 
http://www.nabble.com/org.apache.cxf.interceptor.Fault%3A-No-message-found-for-part.-tp19894516p19894516.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to