Revision: 350
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=350&view=rev
Author: pkasprzak
Date: 2009-07-22 14:45:39 +0000 (Wed, 22 Jul 2009)
Log Message:
-----------
* Support for getOutboundClients() in configuration manager (+ WSDL / XSD)
* Cleanup
Removed Paths:
-------------
trunk/sandbox/lsf-adapter-demo/Common/src/CDMM.wsdl
Deleted: trunk/sandbox/lsf-adapter-demo/Common/src/CDMM.wsdl
===================================================================
--- trunk/sandbox/lsf-adapter-demo/Common/src/CDMM.wsdl 2009-07-22 14:27:25 UTC (rev 349)
+++ trunk/sandbox/lsf-adapter-demo/Common/src/CDMM.wsdl 2009-07-22 14:45:39 UTC (rev 350)
@@ -1,94 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions name="CDMM"
- targetNamespace="http://cse.campussource.de/CDMM"
- xmlns:tns="http://cse.campussource.de/CDMM"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:ns0="http://cse.campussource.de/DataTypes" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:plink="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
- <types>
- <xsd:schema targetNamespace="http://cse.campussource.de/CDMM">
- <xsd:import namespace="http://cse.campussource.de/DataTypes" schemaLocation="CDDM.xsd"/>
- </xsd:schema>
- </types>
- <message name="createCourseMessage">
- <part name="part1" type="ns0:courseMessageType"/>
- </message>
- <message name="eventMessage">
- <part name="part1" type="ns0:eventMessageType"/>
- </message>
- <message name="deleteCourseMessage">
- <part name="part1" type="ns0:courseMessageType"/>
- </message>
- <message name="createCategoryMessage">
- <part name="part1" type="ns0:categoryMessageType"/>
- </message>
- <message name="categoryMessage">
- <part name="part1" type="ns0:categoryMessageType"/>
- </message>
- <portType name="CDMMPortType">
- <operation name="createOrUpdateCourse">
- <input name="input1" message="tns:createCourseMessage"/>
- <output name="output1" message="tns:eventMessage"/>
- </operation>
- <operation name="deleteCourse">
- <input name="input2" message="tns:deleteCourseMessage"/>
- <output name="output2" message="tns:eventMessage"/>
- </operation>
- <operation name="createOrUpdateCategory">
- <input name="input3" message="tns:createCategoryMessage"/>
- <output name="output3" message="tns:eventMessage"/>
- </operation>
- <operation name="deleteCategory">
- <input name="input4" message="tns:categoryMessage"/>
- <output name="output4" message="tns:eventMessage"/>
- </operation>
- </portType>
- <binding name="CDMMPortTypeBinding" type="tns:CDMMPortType">
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
- <operation name="createOrUpdateCourse">
- <soap:operation/>
- <input name="input1">
- <soap:body use="literal"/>
- </input>
- <output name="output1">
- <soap:body use="literal"/>
- </output>
- </operation>
- <operation name="deleteCourse">
- <soap:operation/>
- <input name="input2">
- <soap:body use="literal"/>
- </input>
- <output name="output2">
- <soap:body use="literal"/>
- </output>
- </operation>
- <operation name="createOrUpdateCategory">
- <soap:operation/>
- <input name="input3">
- <soap:body use="literal"/>
- </input>
- <output name="output3">
- <soap:body use="literal"/>
- </output>
- </operation>
- <operation name="deleteCategory">
- <soap:operation/>
- <input name="input4">
- <soap:body use="literal"/>
- </input>
- <output name="output4">
- <soap:body use="literal"/>
- </output>
- </operation>
- </binding>
- <service name="CDMMService">
- <port name="CDMMPort" binding="tns:CDMMPortTypeBinding">
- <soap:address location="http://localhost:${HttpDefaultPort}/CDMMService/CDMMPort"/>
- </port>
- </service>
- <plink:partnerLinkType name="CDMM">
- <plink:role name="CDMMRole" portType="tns:CDMMPortType"/>
- </plink:partnerLinkType>
-</definitions>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|