| 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: 12325
|
|
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
|
 |
 |
|
|
subject: What is XApiException and how to get FaultCode and String from the same?
|
|
|