Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2577 - branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd

Subject: perfsonar development work

List archive

perfsonar: r2577 - branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2577 - branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd
  • Date: Wed, 25 Jul 2007 09:38:58 -0400

Author: michael.bischoff
Date: 2007-07-25 09:38:58 -0400 (Wed, 25 Jul 2007)
New Revision: 2577

Modified:

branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd/service-deploy.wsdd
Log:
SOAPmonitor

Modified:
branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd/service-deploy.wsdd
===================================================================
---
branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd/service-deploy.wsdd
2007-07-25 13:13:16 UTC (rev 2576)
+++
branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd/service-deploy.wsdd
2007-07-25 13:38:58 UTC (rev 2577)
@@ -1,15 +1,36 @@
-<deployment xmlns="http://xml.apache.org/axis/wsdd/";
-
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
-
-
-
+<deployment xmlns="http://xml.apache.org/axis/wsdd/";
+ xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
<service name="FlowsaMeasurementArchiveService" style="message">
- <Documentation>Defines the name of the service and the type
of service. The style if message which for some reason makes communication
cleaner and does not affect anything. It implicitly uses Document style
</Documentation>
- <parameter name="className"
value="org.perfsonar.service.base.web.RequestHandler"/>
- <Documentation> Define the name of the class to be used for
the service. This will remain the same regardless of the service
</Documentation>
- <parameter name="allowedMethods" value="acceptCall"/>
- <Documentation> specified the methods that can be accessed.
Only one method for now and that is acceptCall</Documentation>
-
<namespace>http://perfsonar.org/services/measurementArchive</namespace>
- <Documentation> namespace associated with the service
</Documentation>
+ <Documentation>
+ Defines the name of the service and the type of
service. The
+ style if message which for some reason makes
communication
+ cleaner and does not affect anything. It implicitly
uses
+ Document style
+ </Documentation>
+ <parameter name="className"
+ value="org.perfsonar.service.base.web.RequestHandler"
/>
+ <Documentation>
+ Define the name of the class to be used for the
service.
+ This will remain the same regardless of the service
+ </Documentation>
+ <parameter name="allowedMethods" value="acceptCall" />
+ <Documentation>
+ specified the methods that can be accessed. Only one
method
+ for now and that is acceptCall
+ </Documentation>
+ <namespace>
+ http://perfsonar.org/services/measurementArchive
+ </namespace>
+ <Documentation>
+ namespace associated with the service
+ </Documentation>
+ <requestFlow>
+ <handler name="soapmonitor"
+
type="java:org.apache.axis.handlers.SOAPMonitorHandler" />
+ </requestFlow>
+ <responseFlow>
+ <handler name="soapmonitor"
+
type="java:org.apache.axis.handlers.SOAPMonitorHandler" />
+ </responseFlow>
</service>
</deployment>



  • perfsonar: r2577 - branches/new-structure/trunk/surfnet_java-flowsa-ma/conf/wsdd, svnlog, 07/25/2007

Archive powered by MHonArc 2.6.16.

Top of Page