aspose file tools
The moose likes Web Services and the fly likes Axis2 problem 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 "Axis2 problem" Watch "Axis2 problem" New topic
Author

Axis2 problem

John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65

I have generated a client for a web service with Axis 2.

The problem I have is that when the web service throws a Soap:Fault message I don't seem to have any way to get to the actual error it returns.
Axis2 throws a RemoteException, but I can't see a way to drill into that to get the text of the error (which I can see because I'm logging all i/o).

How do I get the faultString?

John.
John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65
Anyone? Any ideas?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
I assume you're running this in a servlet container of some kind - isn't there a full stack trace in its log files?


Android appsImageJ pluginsJava web charts
John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65
I'm not sure what you're suggesting here.

My code calls the client. The client throws an exception. I catch the exception, but it does not include the useful error text I want to handle.
How would a logged stack dump help with that?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Axis2 problem
 
Similar Threads
reading soap-envelop messages
Eclipse / Axis2 Webservice woes
Problems with security policies for Axis2 in Tomcat
Deploying the Eclipse generated web service client on Tomcat
New to WebService