Revision: 255
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=255&view=rev
Author: alexloewen
Date: 2009-06-10 13:13:26 +0000 (Wed, 10 Jun 2009)
Log Message:
-----------
fixed updateCategory and addCategory
Modified Paths:
--------------
trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml
Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml
===================================================================
--- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-06-10 13:13:20 UTC (rev 254)
+++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-06-10 13:13:26 UTC (rev 255)
@@ -1,3 +1,4 @@
+
<soapenv:Envelope xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ili="http://j2ee.netbeans.org/wsdl/ILIASClientAdapter/ILIASClientAdapter" xmlns:dt="http://cse.campussource.de/schema/DataTypes">
<soapenv:Body>
<ili:processCategory>
@@ -8,9 +9,15 @@
<!--Zero or more repetitions:-->
<dt:attribute>
<dt:name>name</dt:name>
- <dt:value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</dt:value>
+ <dt:value>Fakultät 5</dt:value>
<dt:transient>false</dt:transient>
</dt:attribute>
+ <!--- - - - - Attribute: clientId - - - - - -->
+ <dt:attribute>
+ <dt:name>clientId</dt:name>
+ <dt:value>lecture:32350</dt:value>
+ <dt:transient>false</dt:transient>
+ </dt:attribute>
<!--Optional:-->
<dt:parent>?string?</dt:parent>
<!--Optional:-->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|