|
From: <pka...@us...> - 2009-07-02 13:16:49
|
Revision: 298
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=298&view=rev
Author: pkasprzak
Date: 2009-07-02 12:19:58 +0000 (Thu, 02 Jul 2009)
Log Message:
-----------
* Cleanup
Modified Paths:
--------------
trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/Login.bpel
Modified: trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/Login.bpel
===================================================================
--- trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/Login.bpel 2009-07-02 11:19:41 UTC (rev 297)
+++ trunk/sandbox/lsf-adapter-demo/ILIASClientAdapter/src/Login.bpel 2009-07-02 12:19:58 UTC (rev 298)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
-<process
- name="Login"
- targetNamespace="http://cse.campussource.de/bpel/ILIASClientAdapter/Login"
- xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:sxt="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace"
- xmlns:sxed="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor"
- xmlns:sxat="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Attachment"
- xmlns:sxeh="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling"
- xmlns:sxxf="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/XPathFunctions"
- xmlns:sref="http://docs.oasis-open.org/wsbpel/2.0/serviceref"
- xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
- xmlns:tns="http://cse.campussource.de/bpel/ILIASClientAdapter/Login" xmlns:sxed2="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor2">
+<process name="Login"
+ targetNamespace="http://cse.campussource.de/bpel/ILIASClientAdapter/Login"
+ xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:sxt="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace"
+ xmlns:sxed="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor"
+ xmlns:sxat="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Attachment"
+ xmlns:sxeh="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/ErrorHandling"
+ xmlns:sxxf="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/XPathFunctions"
+ xmlns:sref="http://docs.oasis-open.org/wsbpel/2.0/serviceref"
+ xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+ xmlns:tns="http://cse.campussource.de/bpel/ILIASClientAdapter/Login"
+ xmlns:sxed2="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor2">
<import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" location="Common/WS-Addressing.xsd" importType="http://www.w3.org/2001/XMLSchema"/>
<import namespace="http://docs.oasis-open.org/wsbpel/2.0/serviceref" location="Common/WS-BPEL-ServiceRef.xsd" importType="http://www.w3.org/2001/XMLSchema"/>
@@ -38,9 +38,6 @@
<variable name="LoginIn" xmlns:tns="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login" messageType="tns:loginRequest"/>
<variable name="IliasLoginOut" xmlns:tns="urn:ilUserAdministration" messageType="tns:loginResponse"/>
<variable name="IliasLoginIn" xmlns:tns="urn:ilUserAdministration" messageType="tns:loginRequest"/>
- <variable name="IliasSR" element="sref:service-ref"/>
- <variable name="IliasEPR" element="wsa:EndpointReference"/>
- <variable name="IliasEPRTest" element="wsa:EndpointReference"/>
</variables>
<sequence>
@@ -123,81 +120,18 @@
</copy>
</assign>
-<!--
- <assign>
- <sxt:trace>
- <sxt:log level="info" location="onComplete">
- <from>concat('*** Ilias EPR: ', sxxf:doMarshal($IliasEPR))</from>
- </sxt:log>
- </sxt:trace>
- <copy>
- <from partnerLink="ILIAS" endpointReference="partnerRole"/>
- <to>$IliasEPR</to>
- </copy>
- </assign>
--->
-<!--
- <assign>
- <copy>
- <from>
- <literal>
- <sref:service-ref>
- <wsa:EndpointReference>
- <wsa:Address>http://localhost/ilias3/webservice/soap/server.php?debug=1</wsa:Address>
- <wsa:ServiceName xmlns:ns="urn:ilUserAdministration" PortName="ILIASSoapWebservicePort">ns:ILIASSoapWebservice</wsa:ServiceName>
- </wsa:EndpointReference>
- </sref:service-ref>
- </literal>
- </from>
- <to partnerLink="ILIAS"/>
- </copy>
- </assign>
--->
- <!-- Build sref for ILIAS PL -->
-
- <assign>
-<!--
- <sxt:trace>
- <sxt:log level="info" location="onComplete">
- <from>concat('*** Ilias EPR: ', sxxf:doMarshal($LoginIn.EPR))</from>
- </sxt:log>
- </sxt:trace>
-
- <sxt:trace>
- <sxt:log level="info" location="onComplete">
- <from>concat('*** Ilias EPR-Test: ', sxxf:doMarshal($IliasEPRTest))</from>
- </sxt:log>
- </sxt:trace>
-
- <copy>
- <from>
- <literal>
- <wsa:EndpointReference>
- <wsa:Address/>
- <wsa:ServiceName xmlns:ns="urn:ilUserAdministration" PortName="ILIASSoapWebservicePort">ns:ILIASSoapWebservice</wsa:ServiceName>
- </wsa:EndpointReference>
- </literal>
- </from>
- <to>$IliasEPRTest</to>
- </copy>
+ <assign name="setIliasEPR">
<copy>
- <from>'http://localhost/ilias3/webservice/soap/server.php?debug=1'</from>
- <to>$IliasEPRTest/wsa:Address/text()</to>
- </copy>
--->
-
-
- <copy>
<from>$LoginIn.EPR</from>
<to partnerLink="ILIAS"/>
</copy>
</assign>
- <invoke name="login" partnerLink="ILIAS" operation="login" xmlns:tns="urn:ilUserAdministration"
- portType="tns:ILIASSoapWebservicePortType"
- inputVariable="IliasLoginIn"
- outputVariable="IliasLoginOut">
+ <invoke name="login" partnerLink="ILIAS" operation="login" xmlns:tns="urn:ilUserAdministration"
+ portType="tns:ILIASSoapWebservicePortType"
+ inputVariable="IliasLoginIn"
+ outputVariable="IliasLoginOut">
<sxt:trace>
<sxt:log level="info" location="onComplete">
<from>concat('*** SID: ', $IliasLoginOut.sid)</from>
@@ -212,9 +146,9 @@
</copy>
</assign>
- <reply name="replyWithSID" partnerLink="IliasAdapter" operation="login"
- xmlns:tns="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login"
- portType="tns:LoginPortType"
- variable="LoginOut"/>
+ <reply name="replyWithSID" partnerLink="IliasAdapter" operation="login"
+ xmlns:tns="http://cse.campussource.de/wsdl/ILIASClientAdapter/Login"
+ portType="tns:LoginPortType"
+ variable="LoginOut"/>
</sequence>
</process>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|