When I call client.destroy() I get the following exception:

org.apache.muse.ws.addressing.soap.SoapFault: ServiceClass does not implement required method of the form OMElement Destroy(OMElement e) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:298) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClient.java:254) at org.apache.muse.ws.resource.remote.WsResourceClient.destroy(WsResourceClient.java:109)
        at WsnTestClient.main(WsnTestClient.java:304)


SubscriptionClient client = resource.subscribe(
 source, new TopicFilter(someTopicQName), null); .. .. client.destroy() ..



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to