RE: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Apostolopoulos Paris
Thank you very much Brian, your tips were very helpful! -Original Message- From: Brian Ewins [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 6:15 PM To: [EMAIL PROTECTED] Subject: Re: Some help with the usage and notion of FAULT messages! Apostolopoulos Paris wrote

Re: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Brian Ewins
to notify the client, that something was not succesful? What I do throw an Axis Fault from my core service code? Is it me or I have a feeling that AXIS is a bit restrictive on FAULT definition and the way it is despatched in the client? -Original Message- From: [EMAIL PROTECTED] [mai

Re: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Brian Ewins
Apostolopoulos Paris wrote: Thank you very much brian! To tell you the truth I was thinking of changing the Style of my web service and move to a message driven one where there you have more processing power to the logic of the request.What do you think! The answer is just 'it depends'. RPC an

RE: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Apostolopoulos Paris
-- From: Brian Ewins [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 4:11 PM To: [EMAIL PROTECTED] Subject: Re: Some help with the usage and notion of FAULT messages! If its a client error, you throw a fault with a fault code beginning with the string "Client" - eg &qu

RE: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Apostolopoulos Paris
help with the usage and notion of FAULT messages! If its a client error, you throw a fault with a fault code beginning with the string "Client" - eg "Client.AuthenticationFailure" or "Client.SomeMadeUpMessage". If you want to send something more than a simple code,

Re: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Brian Ewins
an Axis Fault from my core service code? Is it me or I have a feeling that AXIS is a bit restrictive on FAULT definition and the way it is despatched in the client? -Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 10:08 AM To: [EMAIL PROTEC

RE: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread Apostolopoulos Paris
PROTECTED]] Sent: Monday, February 17, 2003 10:08 AM To: [EMAIL PROTECTED] Subject: Re: Some help with the usage and notion of FAULT messages! Hi Paris! Good to know there's another Greek on the list! I think that if your service will be used by you and only you (that's usually wh

Re: Some help with the usage and notion of FAULT messages!

2003-02-17 Thread constantis
Hi Paris! Good to know there's another Greek on the list! I think that if your service will be used by you and only you (that's usually what happens with final year projects :) ), meaning that you'll be developing both the provider and the requestor sides, all you have to do is code in some log