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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to