aspose file tools
The moose likes Web Services and the fly likes What is XApiException and how to get FaultCode and String from the same? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "What is XApiException and how to get FaultCode and String from the same?" Watch "What is XApiException and how to get FaultCode and String from the same?" New topic
Author

What is XApiException and how to get FaultCode and String from the same?

Ravi Dwivedi
Greenhorn

Joined: Dec 02, 2008
Posts: 4
1) What is XApiException and how to get FaultCode and String from the same?
2) How to generate SOAPFaultException and extract FaultCode and FaultString from the same in soapUI for Unit testing as the actual service is unaccessable?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12265
    
    1
All of the methods to extract information from Java Exceptions can be found in the JavaDocs for java.lang.Throwable.

You might also do a Google search for XApiException for information on likely causes. I just did that and was surprised to see your question as the first hit! Google must really love the ranch.

Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: What is XApiException and how to get FaultCode and String from the same?
 
Similar Threads
java.text.ParseException in Web service
Soap Fault Implementation
Error deserializing DataHandler
[AXIS 1.4] Get multiple Faults in a catch AxisFault block
soapfaultexception