You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/10/20 10:23:18 UTC

svn commit: r466031 - /webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html

Author: chinthaka
Date: Fri Oct 20 01:23:18 2006
New Revision: 466031

URL: http://svn.apache.org/viewvc?view=rev&rev=466031
Log:
- We need a title too for this doc :).
- Wrong message attached to the sample.

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html

Modified: webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html?view=diff&rev=466031&r1=466030&r2=466031
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/FaultHandling/docs/ReadMe.html Fri Oct 20 01:23:18 2006
@@ -1,4 +1,5 @@
 <head>
+    <title>:: Exception Handling using WSDL Faults ::</title>
 </head>
 
 <body>
@@ -102,7 +103,7 @@
 			</li>
 			<li>
 					<strong>ant run -Durl=http://localhost:8080/axis2/services/BankService -Daccount=88 -Damt=1200</strong><br/>
-					Throws InsufficientFundsFaultMessageException. You will see "Account#88 has balance of 1000. It cannot support withdrawal of 1220"<br/>&nbsp;
+					Throws InsufficientFundsFaultMessageException. You will see "Account#88 has balance of 1000. It cannot support withdrawal of 1200"<br/>&nbsp;
 			</li>
 			<li>
 					<strong>ant run -Durl=http://localhost:8080/axis2/services/BankService -Daccount=88 -Damt=400</strong><br/>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org