Re: Improving user error messages for failed webservice connection?

2009-01-28 Thread Kent Närling
2008/12/11 Daniel Kulp > I THINK with CXF 2.0.9/2.1.3 (might be the latest SNAPSHOTS, don't remember > exactly when I fixed this), when you catch the WebServiceException from the > call, the "cause" will be the real cause (like the IOException) that could > be > examined for more information. >

Re: Improving user error messages for failed webservice connection?

2008-12-15 Thread Cyrille Le Clerc
s >> etc > > I THINK with CXF 2.0.9/2.1.3 (might be the latest SNAPSHOTS, don't > remember > exactly when I fixed this), when you catch the WebServiceException from > the > call, the "cause" will be the real cause (like the IOException) that could > be

Re: Improving user error messages for failed webservice connection?

2008-12-11 Thread Daniel Kulp
On Thursday 11 December 2008 3:57:24 am Kent Närling wrote: > We have several application that are configured to connect to a webservice > interface for our server. > Naturally, it happens that this connection is sometimes configured > incorrectly or maybe the server is down etc > Unfortunately, th

Re: Improving user error messages for failed webservice connection?

2008-12-11 Thread Andrew Clegg
2008/12/11 Kent Närling <[EMAIL PROTECTED]>: > Do you have any feedback on my other question regarding logging and error > handling? Unfortunately not, I'm sure someone else here will have a suggestion though. Andrew.

Re: Improving user error messages for failed webservice connection?

2008-12-11 Thread Kent Närling
2008/12/11 Andrew Clegg <[EMAIL PROTECTED]> > 2008/12/11 Kent Närling <[EMAIL PROTECTED]>: > > 2008/12/11 Andrew Clegg <[EMAIL PROTECTED]> > >> Well, you can request the WSDL: > >> > >> http://example.org:8080/my-web-app-war/services/MyService?wsdl > > > > Good idea! Is there any easy way of trigg

Re: Improving user error messages for failed webservice connection?

2008-12-11 Thread Andrew Clegg
2008/12/11 Kent Närling <[EMAIL PROTECTED]>: > 2008/12/11 Andrew Clegg <[EMAIL PROTECTED]> >> Well, you can request the WSDL: >> >> http://example.org:8080/my-web-app-war/services/MyService?wsdl > > Good idea! Is there any easy way of triggering this through CXF? > Or do I have to make my own http

Re: Improving user error messages for failed webservice connection?

2008-12-11 Thread Kent Närling
2008/12/11 Andrew Clegg <[EMAIL PROTECTED]> > 2008/12/11 Kent Närling <[EMAIL PROTECTED]>: > > > Also, is there any nice and reliable way to "ping" a webservice server > via > > CXF, without having to call a proper webservice function? > > Well, you can request the WSDL: > > http://example.org:808

Re: Improving user error messages for failed webservice connection?

2008-12-11 Thread Andrew Clegg
2008/12/11 Kent Närling <[EMAIL PROTECTED]>: > Also, is there any nice and reliable way to "ping" a webservice server via > CXF, without having to call a proper webservice function? Well, you can request the WSDL: http://example.org:8080/my-web-app-war/services/MyService?wsdl This ensures that

Improving user error messages for failed webservice connection?

2008-12-11 Thread Kent Närling
We have several application that are configured to connect to a webservice interface for our server. Naturally, it happens that this connection is sometimes configured incorrectly or maybe the server is down etc Unfortunately, this gives very bad and hard to read errors in the logs! For instance,