Author: chatra Date: Sun Nov 5 21:12:57 2006 New Revision: 471640 URL: http://svn.apache.org/viewvc?view=rev&rev=471640 Log: made minor corrections
Modified: webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt Modified: webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt?view=diff&rev=471640&r1=471639&r2=471640 ============================================================================== --- webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt (original) +++ webservices/axis2/branches/java/1_1/modules/samples/faulthandling/README.txt Sun Nov 5 21:12:57 2006 @@ -1,3 +1,6 @@ +Sample: Exception Handling using WSDL Faults +============================================== + Introduction ============ @@ -7,13 +10,13 @@ Pre-Requisites ============== - None -Running The Sample + +Running The Client ================== -Running the ClientInvoke the client/src/example/BankClient.java class. You may use the command scripts to do so. You need to supply 3 parameters to the command- url, account and amount. +Invoke the client/src/example/BankClient.java class. You may use the command scripts to do so. You need to supply 3 parameters to the command- url, account and amount. * ant run.client -Durl=http://localhost:8080/axis2/services/BankService -Daccount=13 -Damt=400 Throws AccountNotExistFaultMessageException. You will see "Account#13 does not exist" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]