Top "Fault" questions

A fault is the immediate cause of a failure.

Missing operation for soapAction "" and body element "" with soap version 1.1 BW6

I'm invoking Soap service via invoke activity with a reference binding, in the binding tab I'm using soapui Mock parameters (…

xml soap soapui fault tibco-business-works
Segmentation fault for git commit command (Windows)

I have started to work with project, which I cloned from bitbucket. I use as Git Bash, as SourceTree. I …

windows git commit fault
Capturing SOAP faults and handling exceptions

I am consuming a web services. Some methods throw exception when i invoked, because the parameters are invalid values, for …

c# web-services soap fault
CXF WS, Interceptor: stop processing, respond with fault

I'm scratching my head over this: Using an Interceptor to check a few SOAP headers, how can I abort the …

cxf interceptor fault abort chain
Core Data -existingObjectWithID:error: causes error 133000

My app uses Core Data (with some help of Magical Record) and is rather heavily multithreaded using NSOperation. Of course …

cocoa core-data fault
Why do my WCF service returning a FaultException, time out after 10 calls?

I have a WCF service that sometimes has to return a Fault. For some reason, the calls to my service …

.net wcf web-services exception fault
Throwing FaultException<T> from WCF service methods

I am learning WCF, and currently focusing on the Faults chapter. As i understand, WCF handles FaultException exceptions a bit …

c# .net wcf fault faultexception
WCF IncludeExceptionDetailInFaults programmatically?

I have the following in a config file, and I am trying to find the equivalent bits in C#, as …

wcf binding fault
C Segmentation Fault on for loop

int main(int argc, char **argv){ // If the user does not have the right amount of arguments exit the program …

c loops for-loop segmentation-fault fault