You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/12/08 21:37:30 UTC

svn commit: r484761 - /webservices/muse/trunk/samples/wsn-producer/config/services.xml

Author: danj
Date: Fri Dec  8 12:37:30 2006
New Revision: 484761

URL: http://svn.apache.org/viewvc?view=rev&rev=484761
Log:
Adding SubMgr Action URIs to services.xml so requests to SubMgr resources will go through.

Modified:
    webservices/muse/trunk/samples/wsn-producer/config/services.xml

Modified: webservices/muse/trunk/samples/wsn-producer/config/services.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/wsn-producer/config/services.xml?view=diff&rev=484761&r1=484760&r2=484761
==============================================================================
--- webservices/muse/trunk/samples/wsn-producer/config/services.xml (original)
+++ webservices/muse/trunk/samples/wsn-producer/config/services.xml Fri Dec  8 12:37:30 2006
@@ -15,6 +15,21 @@
         <actionMapping>http://docs.oasis-open.org/wsrf/rpw-2/QueryResourceProperties/QueryResourcePropertiesRequest</actionMapping>
         <actionMapping>http://docs.oasis-open.org/wsrf/rpw-2/SetResourceProperties/SetResourcePropertiesRequest</actionMapping>
         <actionMapping>http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/SubscribeRequest</actionMapping>
+        <actionMapping>http://docs.oasis-open.org/wsn/bw-2/NotificationProducer/GetCurrentMessageRequest</actionMapping>
+    </operation>
+</service>
+
+<service name="SubscriptionManager">
+    <description>This is the Apache Muse router service.</description>
+    <parameter name="ServiceClass" locked="false">org.apache.muse.core.platform.axis2.AxisIsolationLayer</parameter>
+    <operation name="handleRequest">
+        <messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
+        <actionMapping>http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata</actionMapping>
+        <actionMapping>http://docs.oasis-open.org/wsrf/rlw-2/ImmediateResourceTermination/DestroyRequest</actionMapping>
+        <actionMapping>http://docs.oasis-open.org/wsrf/rlw-2/ScheduledResourceTermination/SetTerminationTimeRequest</actionMapping>
+        <actionMapping>http://docs.oasis-open.org/wsrf/rpw-2/GetResourceProperty/GetResourcePropertyRequest</actionMapping>
+        <actionMapping>http://docs.oasis-open.org/wsrf/rpw-2/GetResourcePropertyDocument/GetResourcePropertyDocumentRequest</actionMapping>
+        <actionMapping>http://docs.oasis-open.org/wsrf/rpw-2/GetMultipleResourceProperties/GetMultipleResourcePropertiesRequest</actionMapping>
     </operation>
 </service>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org