You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/09 14:36:00 UTC

svn commit: r472892 - /webservices/axis2/branches/java/1_1/xdocs/faq.html

Author: chinthaka
Date: Thu Nov  9 05:36:00 2006
New Revision: 472892

URL: http://svn.apache.org/viewvc?view=rev&rev=472892
Log:
Improving FAQ.


Modified:
    webservices/axis2/branches/java/1_1/xdocs/faq.html

Modified: webservices/axis2/branches/java/1_1/xdocs/faq.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/faq.html?view=diff&rev=472892&r1=472891&r2=472892
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/faq.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/faq.html Thu Nov  9 05:36:00 2006
@@ -123,10 +123,10 @@
   <p>1. A third party module wants to access your resources, then the
   scenario is as follows:</p>
   <pre>   AxisService myService =
-   messageContext.getAxisConfiguration().getAxisService("serviceName"); 
-
-   or
+   messageContext.getAxisConfiguration().getAxisService("serviceName"); </pre>
 
+   <p>or</p>
+<pre>
    AxisService myService = msgCtx.getAxisService();</pre>
 
   <p>Then you can ask for service class loader using which you can access its
@@ -166,8 +166,7 @@
     href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java"
     target="_blank">ServiceClient</a>.</p>
   </li>
-  <li><a name="c3"></a><strong>When I try to do a non blocking call with use
-    Separate Listener true I get the error <i>to do two Transport Channels
+  <li><a name="c3"></a><strong>When I try to do a non blocking call with <pre>useSeparateListener=true</pre> I get the error <i>to do two Transport Channels
     the Addressing Modules must be engaged</i>, Why is this?</strong><br>
 
     <p>To do the two transport Channel invocation you need to engage the
@@ -175,15 +174,14 @@
     axis2.xml file or Call.engageModule(QName). But addressing is enabled by
     default.</p>
   </li>
-  <li><a name="c4"></a><strong>I have engaged addressing and when I trying to
+  <li><a name="c4"></a><strong>I have engaged addressing and when I was 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>
+    <p>If you have engaged addressing , then you have to have wsa:action, the required WS-Addressing header. so you have to call  <br>
     option.setAction("urn:myaction"); <br>
     It should be not that the action should be a URI.</p>
   </li>
-  <li><a name="c5"><strong>What is Axis Repository?</strong></a><br>
+  <li><a name="c5"><strong>What is Axis2 Repository?</strong></a><br>
 
     <p>Repository stores the configuration of Axis2, the users should specify
     the repository folder starting the Axis Server (HTTP or TCP). In the case



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