For example.. a web service that has an operation called "getCustomer(int customerId)" (with no fault defined).. if the customer does not exist, I would throw an exception (from inside the cxf-se) with a message that says "Customer x does not exist.". Currently, the message returned to the client is "Fault has occurred ..."
What is the proper way to build a CXF WS on ServiceMix so that exception messages are returned to the client? SoapFault defined in the WSDL? If so, custom type, or standard type? Any examples would be appreciated. Thanks! Matt Pavlovich -- View this message in context: http://www.nabble.com/CXF-and-undefined-SOAPFaults-tp20507469p21355969.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
