Revision: 315
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=315&view=rev
Author: pkasprzak
Date: 2009-07-07 10:02:24 +0000 (Tue, 07 Jul 2009)
Log Message:
-----------
* Support for account processing
Modified Paths:
--------------
trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/ILIASClientAdapter.wsdl
Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/ILIASClientAdapter.wsdl
===================================================================
--- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/ILIASClientAdapter.wsdl 2009-07-07 10:01:35 UTC (rev 314)
+++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/ILIASClientAdapter.wsdl 2009-07-07 10:02:24 UTC (rev 315)
@@ -18,6 +18,9 @@
<message name="ProcessCategoryOperationRequest">
<part name="categoryMessage" type="ns:categoryMessageType"/>
</message>
+ <message name="ProcessAccountOperationRequest">
+ <part name="accountMessage" type="ns:accountMessageType"/>
+ </message>
<portType name="ILIASClientAdapterPortType">
<operation name="processCourse">
<input name="input1" message="tns:ProcessCourseOperationRequest"/>
@@ -25,7 +28,11 @@
<operation name="processCategory">
<input name="input2" message="tns:ProcessCategoryOperationRequest"/>
</operation>
+ <operation name="processAccount">
+ <input name="input3" message="tns:ProcessAccountOperationRequest"/>
+ </operation>
</portType>
+ <!-- Provide SOAP-Binding so that process can be tested externally -->
<binding name="ILIASClientAdapterBinding" type="tns:ILIASClientAdapterPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="processCourse">
@@ -40,6 +47,12 @@
<soap:body use="literal" namespace="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"/>
</input>
</operation>
+ <operation name="processAccount">
+ <soap:operation/>
+ <input name="input3">
+ <soap:body use="literal" namespace="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter"/>
+ </input>
+ </operation>
</binding>
<service name="ILIASClientAdapterService">
<port name="ILIASClientAdapterPort" binding="tns:ILIASClientAdapterBinding">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|