Hi all,
I'm trying to call a web service deployed using this WSDD file:
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<service name="Cocoon-JVM-Memory" provider="java:RPC">
<parameter name="className"
value="org.apache.cocoon.webservices.memory.Memory"/>
<parameter name="allowedMethods" value="getFreeMemory getTotalMemory
invokeGC"/>
</service>
</deployment>
But I don't manage to call it using SOAP XSP logicsheet syntax:
<soap:call method="Cocoon-JVM-Memory" url="rpcrouter">
<getTotalMemory>
<soap:enc/>
</getTotalMemory>
</soap:call>
The service is not found by the AXIS engine. I guess it's a problem of
URN. Indeed I don't know how to specify the URN of a service using WSDD
files. Can anyone help me?
Thanks.
- RE: give URN to a service in a WSDD file Frederic Bertin
- RE: give URN to a service in a WSDD file Vlad Umansky
- Re: give URN to a service in a WSDD file Frederic Bertin
