RE: [axis2] AxisFault Best Practices

2007-10-11 Thread Nathan Hook
gt; Subject: Re: [axis2] AxisFault Best Practices > > I am new to web service,too. > In my opinion,AxisFault is just an implementation by Axis2,as you > know,the web service based on SOAP,so the real useful message is the > SOAPFault. > So,you can return a SOAPFault message rather

Re: [axis2] AxisFault Best Practices

2007-10-10 Thread zhongliang zhang
I am new to web service,too. In my opinion,AxisFault is just an implementation by Axis2,as you know,the web service based on SOAP,so the real useful message is the SOAPFault. So,you can return a SOAPFault message rather than an AxisFault instance,then the client side can catch an AxisFault,the same

[axis2] AxisFault Best Practices

2007-10-10 Thread Nathan Hook
I have a few questions about how to properly use the messaging of an AxisFault to clearly explain our faults. First, is the correct use of QName. I know that a QName represents a Qualified Name and has to do with namespaces, but how important is it to set the namespaceURI, localPart, and pref