RE: AxisFault and CustomException

2007-10-05 Thread Jay Zawar
] Sent: jeudi 4 octobre 2007 15:20 To: axis-user@ws.apache.org Subject: AxisFault and CustomException Hello! I have created a simple Axis2 service called MyService, se code below. It has one method: addOneToPositiveValue. If it is called with a negative value it throws a CustomException. I

RE: AxisFault and CustomException

2007-10-04 Thread ROSSILLE Samuel
DataType { private int data; private int errorCode; public getters, setters,... } Samuel Rossilel De : Pär Malmqvist [mailto:[EMAIL PROTECTED] Envoyé : jeudi 4 octobre 2007 15:20 À : axis-user@ws.apache.org Objet : AxisFault and CustomE

AxisFault and CustomException

2007-10-04 Thread Pär Malmqvist
Hello! I have created a simple Axis2 service called MyService, se code below. It has one method: addOneToPositiveValue. If it is called with a negative value it throws a CustomException.I have created a MyService.aar and deployed it on Axis2 1.3 and Tomcat 5.5.23 Then I created a simple client