aspose file tools
The moose likes Web Services and the fly likes throwing our own soap fault code 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 "throwing our own soap fault code" Watch "throwing our own soap fault code" New topic
Author

throwing our own soap fault code

Raj Kumar Bindal
Ranch Hand

Joined: Apr 15, 2006
Posts: 409
throw new SOAPFaultException(faultCode, faultString,fault actor,detail);

--> fault code is object of QName class,i was to throw my own fault code ,kindly tell me how we can do this.
 
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: throwing our own soap fault code
 
Similar Threads
Microsoft ...
help with monitor
SOAPFault
How to extract the exception that caused a SOAP fault
soap fault return empty <detail> element.