RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
st.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please open a bug report - http://ws.apache.org/axis/bugs

Re: Message Style Service and Exception Handling

2003-07-15 Thread remko de knikker
emko de knikker[mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 15, 2003 3:02PM To: [EMAIL PROTECTED] Subject: Re: Message Style Service and Exception Handling Actually, it was onIIS/.NET I believe, where you can set priority to exception handling either byth

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
       Bhanu Pabreja wrote: Posted: http://nagoya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Messag

Re: Message Style Service and Exception Handling

2003-07-15 Thread remko de knikker
vas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please open a bug report - http://ws.apache.org/axis/bugs.html -- dims --- Bhanu Pabreja <[EMAIL PROTECTED]> wrote:

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
[mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please open a bug report - http://ws.apache.org/axis/bugs.html -- dims --- Bhanu Pabreja <[EMAIL PROTECTED]> wrote: Thanx fo

RE: Message Style Service and Exception Handling

2003-07-15 Thread Bhanu Pabreja
: Posted: http://nagoya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please op

Re: Message Style Service and Exception Handling

2003-07-15 Thread remko de knikker
oya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please open a bug report

RE: Message Style Service and Exception Handling

2003-07-14 Thread Bhanu Pabreja
Posted: http://nagoya.apache.org/bugzilla/long_list.cgi?buglist=21578 Bhanu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 12:23 PM To: Bhanu Pabreja; [EMAIL PROTECTED] Subject: RE: Message Style Service and Exception Handling Please

RE: Message Style Service and Exception Handling

2003-07-14 Thread Davanum Srinivas
t it will really help me since I am stuck with this > grave issue. > > Thanx in advance. > > dumdum420 > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 7:42 AM > To: [EMAIL PROTECTED] > Subject: Re

RE: Message Style Service and Exception Handling

2003-07-14 Thread Bhanu Pabreja
PROTECTED] Sent: Monday, July 14, 2003 7:42 AM To: [EMAIL PROTECTED] Subject: Re: Message Style Service and Exception Handling Try this... AxisFault af = AxisFault.makeFault(ex); // Do whatever you want with AxisFault throw af; -- dims --- Bhanu Pabreja <[EMAIL PROTECTED]>

Re: Message Style Service and Exception Handling

2003-07-14 Thread Davanum Srinivas
Try this... AxisFault af = AxisFault.makeFault(ex); // Do whatever you want with AxisFault throw af; -- dims --- Bhanu Pabreja <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I have a MessageStyle service which has the following signatures: > > Document sendData(Docume