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 sa...@apache.org on 2006/02/08 16:19:28 UTC

svn commit: r375979 - /webservices/axis2/trunk/c/samples/server/echo/services.xml

Author: samisa
Date: Wed Feb  8 07:19:25 2006
New Revision: 375979

URL: http://svn.apache.org/viewcvs?rev=375979&view=rev
Log:
Added the WSA action

Modified:
    webservices/axis2/trunk/c/samples/server/echo/services.xml

Modified: webservices/axis2/trunk/c/samples/server/echo/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/services.xml?rev=375979&r1=375978&r2=375979&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/services.xml (original)
+++ webservices/axis2/trunk/c/samples/server/echo/services.xml Wed Feb  8 07:19:25 2006
@@ -7,6 +7,7 @@
 
     <operation name="echoString">
             <messageReceiver class="libaxis2_receivers.so" />
+            <paramter name="wsamapping" >http://127.0.0.1:9090/axis2/services/echo/echoString</parameter>
     </operation>
 
 </service>



Re: svn commit: r375979 - /webservices/axis2/trunk/c/samples/server/echo/services.xml

Posted by Davanum Srinivas <da...@gmail.com>.
Samisa typo alert!!!

paramter -> parameter

-- dims
On 2/8/06, samisa@apache.org <sa...@apache.org> wrote:
> Author: samisa
> Date: Wed Feb  8 07:19:25 2006
> New Revision: 375979
>
> URL: http://svn.apache.org/viewcvs?rev=375979&view=rev
> Log:
> Added the WSA action
>
> Modified:
>     webservices/axis2/trunk/c/samples/server/echo/services.xml
>
> Modified: webservices/axis2/trunk/c/samples/server/echo/services.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/services.xml?rev=375979&r1=375978&r2=375979&view=diff
> ==============================================================================
> --- webservices/axis2/trunk/c/samples/server/echo/services.xml (original)
> +++ webservices/axis2/trunk/c/samples/server/echo/services.xml Wed Feb  8 07:19:25 2006
> @@ -7,6 +7,7 @@
>
>      <operation name="echoString">
>              <messageReceiver class="libaxis2_receivers.so" />
> +            <paramter name="wsamapping" >http://127.0.0.1:9090/axis2/services/echo/echoString</parameter>
>      </operation>
>
>  </service>
>
>
>


--
Davanum Srinivas : http://wso2.com/blogs/

Re: svn commit: r375979 - /webservices/axis2/trunk/c/samples/server/echo/services.xml

Posted by Davanum Srinivas <da...@gmail.com>.
Samisa typo alert!!!

paramter -> parameter

-- dims
On 2/8/06, samisa@apache.org <sa...@apache.org> wrote:
> Author: samisa
> Date: Wed Feb  8 07:19:25 2006
> New Revision: 375979
>
> URL: http://svn.apache.org/viewcvs?rev=375979&view=rev
> Log:
> Added the WSA action
>
> Modified:
>     webservices/axis2/trunk/c/samples/server/echo/services.xml
>
> Modified: webservices/axis2/trunk/c/samples/server/echo/services.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/services.xml?rev=375979&r1=375978&r2=375979&view=diff
> ==============================================================================
> --- webservices/axis2/trunk/c/samples/server/echo/services.xml (original)
> +++ webservices/axis2/trunk/c/samples/server/echo/services.xml Wed Feb  8 07:19:25 2006
> @@ -7,6 +7,7 @@
>
>      <operation name="echoString">
>              <messageReceiver class="libaxis2_receivers.so" />
> +            <paramter name="wsamapping" >http://127.0.0.1:9090/axis2/services/echo/echoString</parameter>
>      </operation>
>
>  </service>
>
>
>


--
Davanum Srinivas : http://wso2.com/blogs/