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 de...@apache.org on 2006/03/22 14:46:37 UTC

svn commit: r387859 - /webservices/axis2/trunk/java/xdocs/faq.html

Author: deepal
Date: Wed Mar 22 05:46:36 2006
New Revision: 387859

URL: http://svn.apache.org/viewcvs?rev=387859&view=rev
Log:
- added a faq for addressing change

Modified:
    webservices/axis2/trunk/java/xdocs/faq.html

Modified: webservices/axis2/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/faq.html?rev=387859&r1=387858&r2=387859&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/faq.html (original)
+++ webservices/axis2/trunk/java/xdocs/faq.html Wed Mar 22 05:46:36 2006
@@ -23,14 +23,14 @@
   </li>
   <li><strong>Integration security tests fail with JDK 1.5</strong></a><br>
 
-    <p>You have to add Bouncy Castle as a JCE provider. Add the following
-entry to java.security file of the appropriate JRE on your machine. This file is 
+    <p>You have to add Bouncy Castle as a JCE provider. Add the following
+entry to java.security file of the appropriate JRE on your machine. This file is 
 available in the lib\security\ directory within the JRE directory.</p>
     <p>security.provider.7=org.bouncycastle.jce.provider.BouncyCastleProvider</p>
     <p>security.provider.# will have to be decided depending on the existing entries 
-    in the java.security file</p>
-    <p>NOTE: For Windows XP the correct version can be found using 'java -version'. The
-correct file is JRE (typically c:\Program
+    in the java.security file</p>
+    <p>NOTE: For Windows XP the correct version can be found using 'java -version'. The
+correct file is JRE (typically c:\Program
 Files\Java\jre&lt;version&gt;\lib\security\java.security.</p>
   </li>
 </ol>
@@ -58,6 +58,22 @@
     addressing module. You can enable it by un-commenting the entry in the
     axis2.xml file or Call.engageModule(QName). But addressing is enabled by default. </p>
   </li>
+    <li><strong>I have engaged addressing and when I trying to invoke a service I am getting an exception
+   </strong><br>
+
+    <p>If you have engaged addressing , then you have to have wsa:action , so you have to called  <br/>
+              option.setAction(“urn:myaction”); 
+             <br/>
+            It should be not that the action should be a URI.
+</p>
+  </li>
+
+
+
+
+
+
+
   <li><a name="b5"><strong>What is Axis Repository?</strong></a><br>
 
     <p>Repository stores the configuration of Axis2, the users should specify