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. |