aspose file tools
The moose likes Web Services and the fly likes SoapFault and soapString in webservice (CXF framework) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SoapFault and soapString in webservice (CXF framework)" Watch "SoapFault and soapString in webservice (CXF framework)" New topic
Author

SoapFault and soapString in webservice (CXF framework)

Rohit Kumar
Ranch Hand

Joined: Sep 20, 2007
Posts: 53
Hi,

I am gettig following error when I invoke web service in CXF framework.


Exception in thread "main" org.apache.cxf.binding.soap.SoapFault: Fault occurred while processing.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:184)
.......


Any way to get exact reason / understandable message for this error?

Thnaks.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: SoapFault and soapString in webservice (CXF framework)
 
Similar Threads
About FaultCode and Fault String in webservice (CXF framework)
CXF
Apache CXF - return value without service method invocation
How does Apache CXF compares to Axis 2 today?