You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Frederic Bertin <fr...@anyware-tech.com> on 2003/02/12 17:52:12 UTC

Call of scratchpad webservices examples using

Hi all,

I'm trying to call web services from org.apache.cocoon.webservices 
package using AxisRPCReader.
The given example of AdminService works and I try to call others 
services such as the Cocoon-JVM-Memory one.

works:
<soap:call method="AdminService" url="rpcrouter">
         <m:list xmlns:m="http://xml.apache.org/axis/wsdd/"/>
</soap:call>

doesn't work:
<soap:call method="Cocoon-JVM-Memory" url="rpcrouter">
       <getTotalMemory>
              <soap:enc/>
       </getTotalMemory>
</soap:call>

It says: 
	ns1:Server.NoService
	The AXIS engine could not find a target service to invoke!
	targetService is null 

Does anybody know how to call such RPC services?

Thanks.


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>