From: <pka...@us...> - 2009-04-25 15:21:34
|
Revision: 178 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=178&view=rev Author: pkasprzak Date: 2009-04-25 15:21:32 +0000 (Sat, 25 Apr 2009) Log Message: ----------- ~ Testcase renaming / cleanup Removed Paths: ------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase1/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/TestCase2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-05-28 09:04:00
|
Revision: 220 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=220&view=rev Author: pkasprzak Date: 2009-05-28 09:03:53 +0000 (Thu, 28 May 2009) Log Message: ----------- * TestCases updates * CASA layout prettying Removed Paths: ------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCategoryMessage/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/FeedIliasAdapterWithCourseMessage/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-06-09 07:40:01
|
Revision: 241 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=241&view=rev Author: pkasprzak Date: 2009-06-09 07:39:56 +0000 (Tue, 09 Jun 2009) Log Message: ----------- * Changes due to "qualified form"-move in CDDM.xsd Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/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-09 07:37:59 UTC (rev 240) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-06-09 07:39:56 UTC (rev 241) @@ -1,31 +1,31 @@ -<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"> +<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> <categoryMessage> - <category> - <busId>1</busId> - <eventTime>?2008-09-29T03:49:45?</eventTime> + <dt:category> + <dt:busId>1</dt:busId> + <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> <!--Zero or more repetitions:--> - <attribute> - <name>name</name> - <value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>name</dt:name> + <dt:value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--Optional:--> - <parent>?string?</parent> + <dt:parent>?string?</dt:parent> <!--Optional:--> - <categories> + <dt:categories> <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> + <dt:category>?string?</dt:category> + </dt:categories> <!--Optional:--> - <courses> + <dt:courses> <!--Zero or more repetitions:--> - <course>?string?</course> - </courses> - </category> - <eventTime>2004-02-14T19:44:14</eventTime> - <event>CREATE</event> + <dt:course>?string?</dt:course> + </dt:courses> + </dt:category> + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>CREATE</dt:event> </categoryMessage> </ili:processCategory> </soapenv:Body> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml 2009-06-09 07:37:59 UTC (rev 240) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCourse/Input.xml 2009-06-09 07:39:56 UTC (rev 241) @@ -1,124 +1,124 @@ -<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"> +<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:processCourse> <courseMessage> - <course> + <dt:course> - <busId>1</busId> - <eventTime>2008-09-29T03:49:45</eventTime> + <dt:busId>1</dt:busId> + <dt:eventTime>2008-09-29T03:49:45</dt:eventTime> <!--- - - - - Attribute: lsfId - - - - - --> - <attribute> - <name>lsfId</name> - <value>32350</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>lsfId</dt:name> + <dt:value>32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: logicalNumber - - - - - --> - <attribute> - <name>logicalNumber</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>logicalNumber</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: type - - - - - --> - <attribute> - <name>type</name> - <value>Tutorium</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>type</dt:name> + <dt:value>Tutorium</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: title - - - - - --> - <attribute> - <name>title</name> - <value>Tutorium-Test</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>title</dt:name> + <dt:value>Tutorium-Test</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: shortDescription - - - - - --> - <attribute> - <name>shortDescription</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>shortDescription</dt:name> + <dt:value>shortDescription</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: abbreviation - - - - - --> - <attribute> - <name>abbreviation</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>abbreviation</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: necessaryAssignment - - - - - --> - <attribute> - <name>necessaryAssignment</name> - <value>J</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>necessaryAssignment</dt:name> + <dt:value>J</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: note - - - - - --> - <attribute> - <name>note</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>note</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: comment - - - - - --> - <attribute> - <name>comment</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>comment</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: semesterAsInt - - - - - --> - <attribute> - <name>semesterAsInt</name> - <value>20081</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>semesterAsInt</dt:name> + <dt:value>20081</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> - <attribute> - <name>semesterPeriodsPerWeek</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>semesterPeriodsPerWeek</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: expectedRegistrations - - - - - --> - <attribute> - <name>expectedRegistrations</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>expectedRegistrations</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: maximumRegistrations - - - - - --> - <attribute> - <name>maximumRegistrations</name> - <value>20</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>maximumRegistrations</dt:name> + <dt:value>20</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: activityConfirmation - - - - - --> - <attribute> - <name>activityConfirmation</name> - <value/> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>activityConfirmation</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: lectureTypeId - - - - - --> - <attribute> - <name>lectureTypeId</name> - <value>40</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>lectureTypeId</dt:name> + <dt:value>40</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: active - - - - - --> - <attribute> - <name>active</name> - <value>A</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>active</dt:name> + <dt:value>A</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: semesterAbbr - - - - - --> - <attribute> - <name>semesterAbbr</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>semesterAbbr</dt:name> + <dt:value>SS 2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: semesterFull - - - - - --> - <attribute> - <name>semesterFull</name> - <value>SS 2008</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>semesterFull</dt:name> + <dt:value>SS 2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: dates - - - - - --> - <attribute> - <name>dates</name> - <value> + <dt:attribute> + <dt:name>dates</dt:name> + <dt:value> @@ -139,50 +139,50 @@ Mittwoch wöchentlich - </value> - <transient>false</transient> - </attribute> + </dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: clientId - - - - - --> - <attribute> - <name>clientId</name> - <value>lecture:32350</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>lecture:32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: semesterId - - - - - --> - <attribute> - <name>semesterId</name> - <value>20081</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>semesterId</dt:name> + <dt:value>20081</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: startDate - - - - - --> - <attribute> - <name>startDate</name> - <value>14.04.2008</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>startDate</dt:name> + <dt:value>14.04.2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: endDate - - - - - --> - <attribute> - <name>endDate</name> - <value>18.07.2008</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>endDate</dt:name> + <dt:value>18.07.2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--Optional:--> - <categories> + <dt:categories> <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> + <dt:category>?string?</dt:category> + </dt:categories> <!--Optional:--> - <parent>?string?</parent> + <dt:parent>?string?</dt:parent> <!--Optional:--> - <workgroups> + <dt:workgroups> <!--Zero or more repetitions:--> - <workgroup>?string?</workgroup> - </workgroups> - </course> + <dt:workgroup>?string?</dt:workgroup> + </dt:workgroups> + </dt:course> - <eventTime>2004-02-14T19:44:14</eventTime> - <event>CREATE</event> + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>CREATE</dt:event> </courseMessage> </ili:processCourse> </soapenv:Body> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-06-09 07:37:59 UTC (rev 240) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-06-09 07:39:56 UTC (rev 241) @@ -1,32 +1,32 @@ -<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"> - <soapenv:Body> - <ili:processCategory> - <categoryMessage> - <category> - <busId>?string?</busId> - <eventTime>?2008-09-29T03:49:45?</eventTime> - <!--Zero or more repetitions:--> - <attribute> - <name>dings</name> - <value>bums</value> - <transient>false</transient> - </attribute> - <!--Optional:--> - <parent>?string?</parent> - <!--Optional:--> - <categories> - <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> - <!--Optional:--> - <courses> - <!--Zero or more repetitions:--> - <course>?string?</course> - </courses> - </category> - <eventTime>?2004-02-14T19:44:14?</eventTime> - <event>DELETE</event> - </categoryMessage> - </ili:processCategory> - </soapenv:Body> +<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> + <categoryMessage> + <dt:category> + <dt:busId>1</dt:busId> + <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> + <!--Zero or more repetitions:--> + <dt:attribute> + <dt:name>name</dt:name> + <dt:value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--Optional:--> + <dt:parent>?string?</dt:parent> + <!--Optional:--> + <dt:categories> + <!--Zero or more repetitions:--> + <dt:category>?string?</dt:category> + </dt:categories> + <!--Optional:--> + <dt:courses> + <!--Zero or more repetitions:--> + <dt:course>?string?</dt:course> + </dt:courses> + </dt:category> + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>DELETE</dt:event> + </categoryMessage> + </ili:processCategory> + </soapenv:Body> </soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml 2009-06-09 07:37:59 UTC (rev 240) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml 2009-06-09 07:39:56 UTC (rev 241) @@ -1,32 +1,189 @@ -<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"> +<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:processCourse> - <courseMessage> - <course> - <busId>?string?</busId> - <eventTime>?2008-09-29T03:49:45?</eventTime> - <!--Zero or more repetitions:--> - <attribute> - <name>blabla</name> - <value>blub</value> - <transient>false</transient> - </attribute> - <!--Optional:--> - <categories> - <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> - <!--Optional:--> - <parent>?string?</parent> - <!--Optional:--> - <workgroups> - <!--Zero or more repetitions:--> - <workgroup>?string?</workgroup> - </workgroups> - </course> - <eventTime>?2004-02-14T19:44:14?</eventTime> - <event>DELETE</event> - </courseMessage> + <courseMessage> + <dt:course> + + <dt:busId>1</dt:busId> + <dt:eventTime>2008-09-29T03:49:45</dt:eventTime> + + <!--- - - - - Attribute: lsfId - - - - - --> + <dt:attribute> + <dt:name>lsfId</dt:name> + <dt:value>32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: logicalNumber - - - - - --> + <dt:attribute> + <dt:name>logicalNumber</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: type - - - - - --> + <dt:attribute> + <dt:name>type</dt:name> + <dt:value>Tutorium</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: title - - - - - --> + <dt:attribute> + <dt:name>title</dt:name> + <dt:value>Tutorium-Test</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: shortDescription - - - - - --> + <dt:attribute> + <dt:name>shortDescription</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: abbreviation - - - - - --> + <dt:attribute> + <dt:name>abbreviation</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: necessaryAssignment - - - - - --> + <dt:attribute> + <dt:name>necessaryAssignment</dt:name> + <dt:value>J</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: note - - - - - --> + <dt:attribute> + <dt:name>note</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: comment - - - - - --> + <dt:attribute> + <dt:name>comment</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterAsInt - - - - - --> + <dt:attribute> + <dt:name>semesterAsInt</dt:name> + <dt:value>20081</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> + <dt:attribute> + <dt:name>semesterPeriodsPerWeek</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: expectedRegistrations - - - - - --> + <dt:attribute> + <dt:name>expectedRegistrations</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: maximumRegistrations - - - - - --> + <dt:attribute> + <dt:name>maximumRegistrations</dt:name> + <dt:value>20</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: activityConfirmation - - - - - --> + <dt:attribute> + <dt:name>activityConfirmation</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: lectureTypeId - - - - - --> + <dt:attribute> + <dt:name>lectureTypeId</dt:name> + <dt:value>40</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: active - - - - - --> + <dt:attribute> + <dt:name>active</dt:name> + <dt:value>A</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterAbbr - - - - - --> + <dt:attribute> + <dt:name>semesterAbbr</dt:name> + <dt:value>SS 2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterFull - - - - - --> + <dt:attribute> + <dt:name>semesterFull</dt:name> + <dt:value>SS 2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: dates - - - - - --> + <dt:attribute> + <dt:name>dates</dt:name> + <dt:value> + + + + 14:00 + 16:00 + + + Montag + wöchentlich + + + + + 14:00 + 15:00 + + + Mittwoch + wöchentlich + + </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> + <!--- - - - - Attribute: semesterId - - - - - --> + <dt:attribute> + <dt:name>semesterId</dt:name> + <dt:value>20081</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: startDate - - - - - --> + <dt:attribute> + <dt:name>startDate</dt:name> + <dt:value>14.04.2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: endDate - - - - - --> + <dt:attribute> + <dt:name>endDate</dt:name> + <dt:value>18.07.2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + + <!--Optional:--> + <dt:categories> + <!--Zero or more repetitions:--> + <dt:category>?string?</dt:category> + </dt:categories> + <!--Optional:--> + <dt:parent>?string?</dt:parent> + <!--Optional:--> + <dt:workgroups> + <!--Zero or more repetitions:--> + <dt:workgroup>?string?</dt:workgroup> + </dt:workgroups> + </dt:course> + + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>DELETE</dt:event> + </courseMessage> </ili:processCourse> </soapenv:Body> </soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-06-09 07:37:59 UTC (rev 240) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-06-09 07:39:56 UTC (rev 241) @@ -1,32 +1,32 @@ -<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"> - <soapenv:Body> - <ili:processCategory> - <categoryMessage> - <category> - <busId>?string?</busId> - <eventTime>?2008-09-29T03:49:45?</eventTime> - <!--Zero or more repetitions:--> - <attribute> - <name>blabla</name> - <value>blublu</value> - <transient>false</transient> - </attribute> - <!--Optional:--> - <parent>?string?</parent> - <!--Optional:--> - <categories> - <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> - <!--Optional:--> - <courses> - <!--Zero or more repetitions:--> - <course>?string?</course> - </courses> - </category> - <eventTime>?2004-02-14T19:44:14?</eventTime> - <event>UPDATE</event> - </categoryMessage> - </ili:processCategory> - </soapenv:Body> +<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> + <categoryMessage> + <dt:category> + <dt:busId>1</dt:busId> + <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> + <!--Zero or more repetitions:--> + <dt:attribute> + <dt:name>name</dt:name> + <dt:value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--Optional:--> + <dt:parent>?string?</dt:parent> + <!--Optional:--> + <dt:categories> + <!--Zero or more repetitions:--> + <dt:category>?string?</dt:category> + </dt:categories> + <!--Optional:--> + <dt:courses> + <!--Zero or more repetitions:--> + <dt:course>?string?</dt:course> + </dt:courses> + </dt:category> + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>UPDATE</dt:event> + </categoryMessage> + </ili:processCategory> + </soapenv:Body> </soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-09 07:37:59 UTC (rev 240) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-06-09 07:39:56 UTC (rev 241) @@ -1,56 +1,56 @@ -<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"> +<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:processCourse> <courseMessage> - <course> - <busId>?string?</busId> - <eventTime>?2008-09-29T03:49:45?</eventTime> + <dt:course> + <dt:busId>?string?</dt:busId> + <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> <!--Zero or more repetitions:--> <!--- - - - - Attribute: type - - - - - --> - <attribute> - <name>type</name> - <value>Hauptseminar</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>type</dt:name> + <dt:value>Hauptseminar</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: title - - - - - --> - <attribute> - <name>title</name> - <value>Phonetische Aspekte des Russischem</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>title</dt:name> + <dt:value>Phonetische Aspekte des Russischem</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: shortDescription - - - - - --> - <attribute> - <name>shortDescription</name> - <value>kurze Beschreibung tested</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>shortDescription</dt:name> + <dt:value>kurze Beschreibung tested</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: abbreviation - - - - - --> - <attribute> - <name>abbreviation</name> - <value>PAS</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>abbreviation</dt:name> + <dt:value>PAS</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--- - - - - Attribute: languageFull - - - - - --> - <attribute> - <name>languageFull</name> - <value>deutsch</value> - <transient>false</transient> - </attribute> + <dt:attribute> + <dt:name>languageFull</dt:name> + <dt:value>deutsch</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> <!--Optional:--> - <categories> + <dt:categories> <!--Zero or more repetitions:--> - <category>?string?</category> - </categories> + <dt:category>?string?</dt:category> + </dt:categories> <!--Optional:--> - <parent>?string?</parent> + <dt:parent>?string?</dt:parent> <!--Optional:--> - <workgroups> + <dt:workgroups> <!--Zero or more repetitions:--> - <workgroup>?string?</workgroup> - </workgroups> - </course> - <eventTime>?2004-02-14T19:44:14?</eventTime> - <event>UPDATE</event> + <dt:workgroup>?string?</dt:workgroup> + </dt:workgroups> + </dt:course> + <dt:eventTime>?2004-02-14T19:44:14?</dt:eventTime> + <dt:event>UPDATE</dt:event> </courseMessage> </ili:processCourse> </soapenv:Body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2009-06-18 10:51:48
|
Revision: 263 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=263&view=rev Author: alexloewen Date: 2009-06-18 10:50:18 +0000 (Thu, 18 Jun 2009) Log Message: ----------- added some fault handling to deleteCategory Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-06-18 10:50:10 UTC (rev 262) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-06-18 10:50:18 UTC (rev 263) @@ -11,6 +11,11 @@ <dt:value>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</dt:value> <dt:transient>false</dt:transient> </dt:attribute> + <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:--> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-18 10:50:10 UTC (rev 262) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-18 10:50:18 UTC (rev 263) @@ -1 +1 @@ -testcases=IliasAdapter_addCategory +testcases=iliasAdapter_deleteCategory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2009-06-26 11:45:48
|
Revision: 274 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=274&view=rev Author: alexloewen Date: 2009-06-26 11:45:42 +0000 (Fri, 26 Jun 2009) Log Message: ----------- Added some documentation, deleted some unneeded if statements from OutboundClientAdapter and added Fault for unknown Operation. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 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-26 11:45:27 UTC (rev 273) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-06-26 11:45:42 UTC (rev 274) @@ -9,7 +9,7 @@ <!--Zero or more repetitions:--> <dt:attribute> <dt:name>name</dt:name> - <dt:value>Fakultät 7</dt:value> + <dt:value>Fakultät 8</dt:value> <dt:transient>false</dt:transient> </dt:attribute> <!--- - - - - Attribute: clientId - - - - - --> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-26 11:45:27 UTC (rev 273) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-06-26 11:45:42 UTC (rev 274) @@ -1 +1 @@ -testcases=iliasAdapter_deleteCourse +testcases=IliasAdapter_addCategory This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-07-02 13:28:45
|
Revision: 300 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=300&view=rev Author: pkasprzak Date: 2009-07-02 13:28:42 +0000 (Thu, 02 Jul 2009) Log Message: ----------- * Adapted everything (testcases / bpels /wsdls) to use dynamic endpoints, so now the endpoint of the ilias system is taken from config and can be changed during runtime * Cleanup Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/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-07-02 13:28:32 UTC (rev 299) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addCategory/Input.xml 2009-07-02 13:28:42 UTC (rev 300) @@ -33,6 +33,8 @@ </dt:category> <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> <dt:event>CREATE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> </categoryMessage> </ili:processCategory> </soapenv:Body> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-07-02 13:28:32 UTC (rev 299) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCategory/Input.xml 2009-07-02 13:28:42 UTC (rev 300) @@ -31,6 +31,8 @@ </dt:category> <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> <dt:event>DELETE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> </categoryMessage> </ili:processCategory> </soapenv:Body> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml 2009-07-02 13:28:32 UTC (rev 299) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_deleteCourse/Input.xml 2009-07-02 13:28:42 UTC (rev 300) @@ -183,6 +183,8 @@ <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> <dt:event>DELETE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> </courseMessage> </ili:processCourse> </soapenv:Body> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-07-02 13:28:32 UTC (rev 299) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCategory/Input.xml 2009-07-02 13:28:42 UTC (rev 300) @@ -33,6 +33,8 @@ </dt:category> <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> <dt:event>UPDATE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> </categoryMessage> </ili:processCategory> </soapenv:Body> Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-07-02 13:28:32 UTC (rev 299) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/iliasAdapter_updateCourse/Input.xml 2009-07-02 13:28:42 UTC (rev 300) @@ -1,64 +1,66 @@ <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:processCourse> - <courseMessage> - <dt:course> - <dt:busId>?string?</dt:busId> - <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> - <!--Zero or more repetitions:--> -<!--- - - - - Attribute: type - - - - - --> - <dt:attribute> - <dt:name>type</dt:name> - <dt:value>Hauptseminar</dt:value> - <dt:transient>false</dt:transient> - </dt:attribute> -<!--- - - - - Attribute: title - - - - - --> - <dt:attribute> - <dt:name>title</dt:name> - <dt:value>Datenbanksysteme 2</dt:value> - <dt:transient>false</dt:transient> - </dt:attribute> -<!--- - - - - Attribute: shortDescription - - - - - --> - <dt:attribute> - <dt:name>shortDescription</dt:name> - <dt:value>kurze TestBeschreibung 25</dt:value> - <dt:transient>false</dt:transient> - </dt:attribute> -<!--- - - - - Attribute: abbreviation - - - - - --> - <dt:attribute> - <dt:name>abbreviation</dt:name> - <dt:value>PAS</dt:value> - <dt:transient>false</dt:transient> - </dt:attribute> -<!--- - - - - Attribute: languageFull - - - - - --> - <dt:attribute> - <dt:name>languageFull</dt:name> - <dt:value>chinesisch</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> + <soapenv:Body> + <ili:processCourse> + <courseMessage> + <dt:course> + <dt:busId>?string?</dt:busId> + <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> + <!--Zero or more repetitions:--> + <!--- - - - - Attribute: type - - - - - --> + <dt:attribute> + <dt:name>type</dt:name> + <dt:value>Hauptseminar</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: title - - - - - --> + <dt:attribute> + <dt:name>title</dt:name> + <dt:value>Datenbanksysteme 2</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: shortDescription - - - - - --> + <dt:attribute> + <dt:name>shortDescription</dt:name> + <dt:value>kurze TestBeschreibung 25</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: abbreviation - - - - - --> + <dt:attribute> + <dt:name>abbreviation</dt:name> + <dt:value>PAS</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: languageFull - - - - - --> + <dt:attribute> + <dt:name>languageFull</dt:name> + <dt:value>chinesisch</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:categories> - <!--Zero or more repetitions:--> - <dt:category>?string?</dt:category> - </dt:categories> - <!--Optional:--> - <dt:parent>?string?</dt:parent> - <!--Optional:--> - <dt:workgroups> - <!--Zero or more repetitions:--> - <dt:workgroup>?string?</dt:workgroup> - </dt:workgroups> - </dt:course> - <dt:eventTime>?2004-02-14T19:44:14?</dt:eventTime> - <dt:event>UPDATE</dt:event> - </courseMessage> - </ili:processCourse> - </soapenv:Body> + <!--Optional:--> + <dt:categories> + <!--Zero or more repetitions:--> + <dt:category>?string?</dt:category> + </dt:categories> + <!--Optional:--> + <dt:parent>?string?</dt:parent> + <!--Optional:--> + <dt:workgroups> + <!--Zero or more repetitions:--> + <dt:workgroup>?string?</dt:workgroup> + </dt:workgroups> + </dt:course> + <dt:eventTime>?2004-02-14T19:44:14?</dt:eventTime> + <dt:event>UPDATE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> + </courseMessage> + </ili:processCourse> + </soapenv:Body> </soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-07-07 14:48:35
|
Revision: 318 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=318&view=rev Author: pkasprzak Date: 2009-07-07 14:12:30 +0000 (Tue, 07 Jul 2009) Log Message: ----------- * Add account testcase Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Output.xml Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Concurrent.properties 2009-07-07 14:12:30 UTC (rev 318) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase IliasAdapter_addAccount +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_addAccount/Input.xml 2009-07-07 14:12:30 UTC (rev 318) @@ -0,0 +1,75 @@ +<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:processAccount> + <dt:accountMessage> + <dt:eventTime>2000-01-20T12:00:00</dt:eventTime> + <dt:event>CREATE</dt:event> + <dt:source>Core</dt:source> + <dt:target>Ilias</dt:target> + <dt:account> + <dt:busId>1</dt:busId> + <dt:eventTime>2000-01-20T12:00:00</dt:eventTime> + <!--- - - - - Attribute: clientId - - - - - --> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>account:10</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: globalRole - - - - - --> + <dt:attribute> + <dt:name>globalRole</dt:name> + <dt:value>Tutor</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: lsfId - - - - - --> + <dt:attribute> + <dt:name>lsfId</dt:name> + <dt:value>10</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: surname - - - - - --> + <dt:attribute> + <dt:name>surname</dt:name> + <dt:value>Bieg</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: firstName - - - - - --> + <dt:attribute> + <dt:name>firstName</dt:name> + <dt:value>Hartmut</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: password - - - - - --> + <dt:attribute> + <dt:name>password</dt:name> + <dt:value>test</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: academicTitle - - - - - --> + <dt:attribute> + <dt:name>academicTitle</dt:name> + <dt:value>Univ.-Prof. Dr. rer. oec.</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: gender - - - - - --> + <dt:attribute> + <dt:name>gender</dt:name> + <dt:value>M</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: emailAddress - - - - - --> + <dt:attribute> + <dt:name>emailAddress</dt:name> + <dt:value>h....@mx...</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + </dt:account> + </dt:accountMessage> + </ili:processAccount> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-07-08 11:05:42
|
Revision: 326 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=326&view=rev Author: pkasprzak Date: 2009-07-08 11:05:36 +0000 (Wed, 08 Jul 2009) Log Message: ----------- * DeleteAccount testcase Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Output.xml Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Concurrent.properties 2009-07-08 11:05:36 UTC (rev 326) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase IliasAdapter_deleteAccount +destination=http://localhost:${HttpDefaultPort}/ILIASClientAdapterService/ILIASClientAdapterPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/IliasAdapter_deleteAccount/Input.xml 2009-07-08 11:05:36 UTC (rev 326) @@ -0,0 +1,75 @@ +<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:processAccount> + <dt:accountMessage> + <dt:eventTime>2000-01-20T12:00:00</dt:eventTime> + <dt:event>DELETE</dt:event> + <dt:source>Core</dt:source> + <dt:target>Ilias</dt:target> + <dt:account> + <dt:busId>1</dt:busId> + <dt:eventTime>2000-01-20T12:00:00</dt:eventTime> + <!--- - - - - Attribute: clientId - - - - - --> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>351</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: globalRole - - - - - --> + <dt:attribute> + <dt:name>globalRole</dt:name> + <dt:value>Tutor</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: lsfId - - - - - --> + <dt:attribute> + <dt:name>lsfId</dt:name> + <dt:value>10</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: surname - - - - - --> + <dt:attribute> + <dt:name>surname</dt:name> + <dt:value>Bieg</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: firstName - - - - - --> + <dt:attribute> + <dt:name>firstName</dt:name> + <dt:value>Hartmut</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: password - - - - - --> + <dt:attribute> + <dt:name>password</dt:name> + <dt:value>test</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: academicTitle - - - - - --> + <dt:attribute> + <dt:name>academicTitle</dt:name> + <dt:value>Univ.-Prof. Dr. rer. oec.</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: gender - - - - - --> + <dt:attribute> + <dt:name>gender</dt:name> + <dt:value>M</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: emailAddress - - - - - --> + <dt:attribute> + <dt:name>emailAddress</dt:name> + <dt:value>h....@mx...</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + </dt:account> + </dt:accountMessage> + </ili:processAccount> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-08-02 17:48:26
|
Revision: 419 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=419&view=rev Author: pkasprzak Date: 2009-08-02 17:48:08 +0000 (Sun, 02 Aug 2009) Log Message: ----------- * Temp. addCourse test Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Output.xml Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Concurrent.properties 2009-08-02 17:48:08 UTC (rev 419) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase ObjectProcessor_addCourse +destination=http://localhost:${HttpDefaultPort}/AddCourseService/AddCoursePort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCourse/Input.xml 2009-08-02 17:48:08 UTC (rev 419) @@ -0,0 +1,164 @@ + +<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:dt="http://cse.campussource.de/schema/DataTypes"> + <soapenv:Body> + <dt:courseMessage> + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>CREATE</dt:event> + <dt:source>LSF</dt:source> + <dt:target>CSE</dt:target> + + <dt:course> + + <dt:busId>1</dt:busId> + <dt:eventTime>2008-09-29T03:49:45</dt:eventTime> + + <!--- - - - - Attribute: lsfId - - - - - --> + <dt:attribute> + <dt:name>lsfId</dt:name> + <dt:value>32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: logicalNumber - - - - - --> + <dt:attribute> + <dt:name>logicalNumber</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: type - - - - - --> + <dt:attribute> + <dt:name>type</dt:name> + <dt:value>Tutorium</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: title - - - - - --> + <dt:attribute> + <dt:name>title</dt:name> + <dt:value>Tutorium-Test</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: shortDescription - - - - - --> + <dt:attribute> + <dt:name>shortDescription</dt:name> + <dt:value>shortDescription</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: abbreviation - - - - - --> + <dt:attribute> + <dt:name>abbreviation</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: necessaryAssignment - - - - - --> + <dt:attribute> + <dt:name>necessaryAssignment</dt:name> + <dt:value>J</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: note - - - - - --> + <dt:attribute> + <dt:name>note</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: comment - - - - - --> + <dt:attribute> + <dt:name>comment</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterAsInt - - - - - --> + <dt:attribute> + <dt:name>semesterAsInt</dt:name> + <dt:value>20081</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterPeriodsPerWeek - - - - - --> + <dt:attribute> + <dt:name>semesterPeriodsPerWeek</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: expectedRegistrations - - - - - --> + <dt:attribute> + <dt:name>expectedRegistrations</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: maximumRegistrations - - - - - --> + <dt:attribute> + <dt:name>maximumRegistrations</dt:name> + <dt:value>20</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: activityConfirmation - - - - - --> + <dt:attribute> + <dt:name>activityConfirmation</dt:name> + <dt:value/> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: lectureTypeId - - - - - --> + <dt:attribute> + <dt:name>lectureTypeId</dt:name> + <dt:value>40</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: active - - - - - --> + <dt:attribute> + <dt:name>active</dt:name> + <dt:value>A</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterAbbr - - - - - --> + <dt:attribute> + <dt:name>semesterAbbr</dt:name> + <dt:value>SS 2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterFull - - - - - --> + <dt:attribute> + <dt:name>semesterFull</dt:name> + <dt:value>SS 2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: dates - - - - - --> + <!--- - - - - Attribute: clientId - - - - - --> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>lecture:32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: semesterId - - - - - --> + <dt:attribute> + <dt:name>semesterId</dt:name> + <dt:value>20081</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: startDate - - - - - --> + <dt:attribute> + <dt:name>startDate</dt:name> + <dt:value>14.04.2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: endDate - - - - - --> + <dt:attribute> + <dt:name>endDate</dt:name> + <dt:value>18.07.2008</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + + <!--Optional:--> + <dt:categories> + <!--Zero or more repetitions:--> + <dt:category>cat1</dt:category> + </dt:categories> + <!--Optional:--> + <dt:parent>?string?</dt:parent> + <!--Optional:--> + <dt:workgroups> + <!--Zero or more repetitions:--> + <dt:workgroup>?string?</dt:workgroup> + </dt:workgroups> + </dt:course> + </dt:courseMessage> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Modified: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-08-02 17:45:41 UTC (rev 418) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/selected-tests.properties 2009-08-02 17:48:08 UTC (rev 419) @@ -1 +1 @@ -testcases=IliasAdapter_addCourse +testcases=ObjectProcessor_addCourse This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pka...@us...> - 2009-08-02 22:58:26
|
Revision: 430 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=430&view=rev Author: pkasprzak Date: 2009-08-02 22:58:18 +0000 (Sun, 02 Aug 2009) Log Message: ----------- * Temp. testcases Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Output.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Concurrent.properties trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Input.xml trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Output.xml Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Concurrent.properties 2009-08-02 22:58:18 UTC (rev 430) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase ObjectProcessor_addCategory +destination=http://localhost:${HttpDefaultPort}/AddCategoryService/AddCategoryPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/ObjectProcessor_addCategory/Input.xml 2009-08-02 22:58:18 UTC (rev 430) @@ -0,0 +1,39 @@ +<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:dt="http://cse.campussource.de/schema/DataTypes"> + <soapenv:Body> + <dt:categoryMessage> + <dt:eventTime>2004-02-14T19:44:14</dt:eventTime> + <dt:event>CREATE</dt:event> + <dt:source>CSE</dt:source> + <dt:target>Ilias</dt:target> + + <dt:category> + <dt:busId>1</dt:busId> + <dt:eventTime>?2008-09-29T03:49:45?</dt:eventTime> + <!--Zero or more repetitions:--> + <dt:attribute> + <dt:name>name</dt:name> + <dt:value>Fakultät 9</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--- - - - - Attribute: clientId - - - - - --> + <dt:attribute> + <dt:name>clientId</dt:name> + <dt:value>category:32350</dt:value> + <dt:transient>false</dt:transient> + </dt:attribute> + <!--Optional:--> + <dt:parent>?string?</dt:parent> + <!--Optional:--> + <dt:categories> + <!--Zero or more repetitions:--> + <dt:category>?string?</dt:category> + </dt:categories> + <!--Optional:--> + <dt:courses> + <!--Zero or more repetitions:--> + <dt:course>?string?</dt:course> + </dt:courses> + </dt:category> + </dt:categoryMessage> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Concurrent.properties =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Concurrent.properties (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Concurrent.properties 2009-08-02 22:58:18 UTC (rev 430) @@ -0,0 +1,13 @@ +calculatethroughput=false +#comparisontype's possible values: identical|binary|equals +comparisontype=identical +concurrentthreads=1 +description=testcase Test_LSFInbound +destination=http://localhost:${HttpDefaultPort}/Test_LSFInboundService/Test_LSFInboundPort +#featurestatus's possible values: progress|done +featurestatus=done +inputfile=Input.xml +invokesperthread=1 +outputfile=Output.xml +soapaction= +testtimeout=30 Added: trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Input.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Input.xml (rev 0) +++ trunk/sandbox/lsf-adapter-demo/CSEIPCA/test/Test_LSFInbound/Input.xml 2009-08-02 22:58:18 UTC (rev 430) @@ -0,0 +1,241 @@ +<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:cse="CSEIPCA"> + <soapenv:Body> + <cse:receive> + <InputData><![CDATA[ +<synchronizationMessage> + <isSyncMessage>true</isSyncMessage> + <semester> + <data> + <lsfId>20081</lsfId> + <shortName>SS 2008</shortName> + <name>SS 2008</name> + <start>01.04.2008</start> + <end>30.09.2008</end> + <lectureStart>14.04.2008</lectureStart> + <lectureEnd>18.07.2008</lectureEnd> + </data> + </semester> + <vvz rootKategorieId="11517"> + + <kategorie> + <lsfId>11517</lsfId> + <name>Vorlesungsverzeichnis</name> + <children> + <lsfId>10477</lsfId> + <lsfId>10482</lsfId> + <lsfId>10512</lsfId> + </children> + <sort>0</sort> + </kategorie> + <kategorie> + <lsfId>10477</lsfId> + <name>Fakultät 4 (Sprach-, Literatur- u. Kulturwissenschaften)</name> + <children> + </children> + <sort>1040</sort> + </kategorie> + <kategorie> + <lsfId>10482</lsfId> + <name>Fakultät 1 (Rechts- u. Wirtschaftswissenschaft)</name> + <children> + </children> + <sort>1010</sort> + </kategorie> + <kategorie> + <lsfId>10512</lsfId> + <name>Neue Bachelorstudiengänge der phil. Fakultäten (Fakultäten 3 - 5)</name> + <children> + </children> + <sort>1300</sort> + </kategorie> + </vvz> + <accounts> + <account> + <lsfId>8</lsfId> + <surname>Glaser</surname> + <firstName>Horst</firstName> + <academicTitle>Univ.-Prof. Dr. rer. pol.</academicTitle> + <gender>M</gender> + <emailAddress>h.g...@wi...</emailAddress> + </account> + <account> + <lsfId>9</lsfId> + <surname>Beckmann</surname> + <firstName>Roland Michael</firstName> + <academicTitle>Univ.-Prof. Dr. jur.</academicTitle> + <gender>M</gender> + <emailAddress /> + </account> + <account> + <lsfId>10</lsfId> + <surname>Bieg</surname> + <firstName>Hartmut</firstName> + <academicTitle>Univ.-Prof. Dr. rer. oec.</academicTitle> + <gender>M</gender> + <emailAddress>h....@mx...</emailAddress> + </account> + </accounts> + <lectures> + <lecture> + <lsfId>32350</lsfId> + <logicalNumber /> + <type>Tutorium</type> + <title>Tutorium-Test</title> + <shortDescription /> + <abbreviation /> + <necessaryAssignment>J</necessaryAssignment> + <note /> + <comment /> + <semesterAsInt>20081</semesterAsInt> + <semesterPeriodsPerWeek /> + <expectedRegistrations /> + <maximumRegistrations>20</maximumRegistrations> + <activityConfirmation /> + <lectureTypeId>40</lectureTypeId> + <active>A</active> + <semesterAbbr>SS 2008</semesterAbbr> + <semesterFull>SS 2008</semesterFull> + <categories> + <category> + <lsfId>10482</lsfId> + <sort /> + </category> + </categories> + <accounts> + <account> + <lsfId>8</lsfId> + <roleName>dozent</roleName> + </account> + </accounts> + <groups /> + <dates> + <date> + <startdate /> + <enddate /> + <starttime>14:00</starttime> + <endtime>16:00</endtime> + <enddate /> + <stct /> + <dayofweek>Montag</dayofweek> + <rythm>wöchentlich</rythm> + </date> + <date> + <startdate /> + <enddate /> + <starttime>14:00</starttime> + <endtime>15:00</endtime> + <enddate /> + <stct /> + <dayofweek>Mittwoch</dayofweek> + <rythm>wöchentlich</rythm> + </date> + </dates> + </lecture> + <lecture> + <lsfId>28232</lsfId> + <logicalNumber>28232</logicalNumber> + <type>Hauptseminar</type> + <title>Phonetische Aspekte des Sorbischen</title> + <shortDescription /> + <abbreviation /> + <necessaryAssignment>N</necessaryAssignment> + <note /> + <comment /> + <semesterAsInt>20081</semesterAsInt> + <semesterPeriodsPerWeek /> + <expectedRegistrations /> + <maximumRegistrations /> + <activityConfirmation /> + <lectureTypeId>98</lectureTypeId> + <active>A</active> + <languageISO>de</languageISO> + <languageFull>deutsch</languageFull> + <semesterAbbr>SS 2008</semesterAbbr> + <semesterFull>SS 2008</semesterFull> + <categories> + <category> + <lsfId>10512</lsfId> + <sort>6</sort> + </category> + </categories> + <accounts> + <account> + <lsfId>8</lsfId> + <roleName>dozent</roleName> + </account> + <account> + <lsfId>9</lsfId> + <roleName>dozent</roleName> + </account> + <account> + <lsfId>10</lsfId> + <roleName>dozent</roleName> + </account> + </accounts> + <groups /> + <dates> + <date> + <startdate /> + <enddate /> + <starttime>10:00</starttime> + <endtime>12:00</endtime> + <enddate /> + <stct /> + <dayofweek>Freitag</dayofweek> + <rythm>wöchentlich</rythm> + </date> + </dates> + </lecture> + <lecture> + <lsfId>28481</lsfId> + <logicalNumber>28481</logicalNumber> + <type>Weiterführende Vorlesung</type> + <title>Numerical Algorithms for Visual Computing I</title> + <shortDescription /> + <abbreviation /> + <necessaryAssignment>N</necessaryAssignment> + <note /> + <comment /> + <semesterAsInt>20081</semesterAsInt> + <semesterPeriodsPerWeek /> + <expectedRegistrations /> + <maximumRegistrations /> + <activityConfirmation /> + <lectureTypeId>147</lectureTypeId> + <active>A</active> + <languageISO>en</languageISO> + <languageFull>englisch</languageFull> + <semesterAbbr>SS 2008</semesterAbbr> + <semesterFull>SS 2008</semesterFull> + <categories> + <category> + <lsfId>10512</lsfId> + <sort>1010</sort> + </category> + </categories> + <accounts> + <account> + <lsfId>9</lsfId> + <roleName>dozent</roleName> + </account> + </accounts> + <groups /> + <dates> + <date> + <startdate /> + <enddate /> + <starttime>16:00</starttime> + <endtime>18:00</endtime> + <enddate /> + <stct /> + <dayofweek>Montag</dayofweek> + <rythm>wöchentlich</rythm> + </date> + </dates> + </lecture> + </lectures> +</synchronizationMessage> +]]></InputData> + </cse:receive> + </soapenv:Body> +</soapenv:Envelope> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |