From 9f0c0f38e272d0a9e7de2e979b01099cf67b9c37 Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Wed, 29 Aug 2007 18:42:36 +0200 Subject: [PATCH] contrib: add WSDD files for use with SOAPMonitor --- contrib/README | 10 ++++++++++ contrib/soapmonitor/README | 10 ++++++++++ contrib/soapmonitor/authentication.wsdd | 15 +++++++++++++++ contrib/soapmonitor/moteaccess.wsdd | 13 +++++++++++++ contrib/soapmonitor/motedata.wsdd | 16 ++++++++++++++++ 5 files changed, 64 insertions(+) create mode 100644 contrib/README create mode 100644 contrib/soapmonitor/README create mode 100644 contrib/soapmonitor/authentication.wsdd create mode 100644 contrib/soapmonitor/moteaccess.wsdd create mode 100644 contrib/soapmonitor/motedata.wsdd diff --git a/contrib/README b/contrib/README new file mode 100644 index 0000000..84b06ab --- /dev/null +++ b/contrib/README @@ -0,0 +1,10 @@ +Re-Mote Webservice Contrib Area +=============================== + +This directory contains unsorted and contributed stuff, which does not +fit into the main distribution, but may still be of interest to someone. +You will find here example configuration files and other small +utilities. Note that this stuff is mostly unmaintained and is not +guaranteed to work. + + - soapmonitor: WSDD files for use with the SOAPMonitor application. diff --git a/contrib/soapmonitor/README b/contrib/soapmonitor/README new file mode 100644 index 0000000..b1b3819 --- /dev/null +++ b/contrib/soapmonitor/README @@ -0,0 +1,10 @@ +WSDD files for setting up the webservices for use with the SOAPMonitor + +To use simply deploy the webservices using: + + $ make WSDDDIR=contrib/soapmonitor deploy + +More information: + + - http://ws.apache.org/axis/java/user-guide.html#AppendixUsingTheSOAPMonitor + - http://ws.apache.org/axis/java/install.html#AppendixEnablingTheSOAPMonitor diff --git a/contrib/soapmonitor/authentication.wsdd b/contrib/soapmonitor/authentication.wsdd new file mode 100644 index 0000000..67626b3 --- /dev/null +++ b/contrib/soapmonitor/authentication.wsdd @@ -0,0 +1,15 @@ + + + authentication.remote.distlab.diku + + + + + + + + + + + + diff --git a/contrib/soapmonitor/moteaccess.wsdd b/contrib/soapmonitor/moteaccess.wsdd new file mode 100644 index 0000000..66fd2c8 --- /dev/null +++ b/contrib/soapmonitor/moteaccess.wsdd @@ -0,0 +1,13 @@ + + + moteaccess.remote.distlab.diku + + + + + + + + + + diff --git a/contrib/soapmonitor/motedata.wsdd b/contrib/soapmonitor/motedata.wsdd new file mode 100644 index 0000000..dee19ad --- /dev/null +++ b/contrib/soapmonitor/motedata.wsdd @@ -0,0 +1,16 @@ + + + motedata.remote.distlab.diku + + + + + + + + + + + + + -- 2.11.4.GIT