|
From: <pka...@us...> - 2009-07-23 21:20:06
|
Revision: 359
http://cse-ip.svn.sourceforge.net/cse-ip/?rev=359&view=rev
Author: pkasprzak
Date: 2009-07-23 21:19:58 +0000 (Thu, 23 Jul 2009)
Log Message:
-----------
* Use local xsds
Modified Paths:
--------------
trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl
trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl
Modified: trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl
===================================================================
--- trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl 2009-07-23 21:19:13 UTC (rev 358)
+++ trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl 2009-07-23 21:19:58 UTC (rev 359)
@@ -1,7 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
-<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cse.campussource.de/ejb/EntityManager" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://cse.campussource.de/ejb/EntityManager" name="EntityManagerWSService">
+<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://cse.campussource.de/ejb/EntityManager"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+ targetNamespace="http://cse.campussource.de/ejb/EntityManager"
+ name="EntityManagerWSService">
+
<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_exists_WSAT_Policy">
<ns1:ExactlyOne>
<ns1:All>
@@ -197,5 +205,7 @@
<soap:address location="http://localhost:8080/EntityManagerWSService/EntityManager"></soap:address>
</port>
</service>
-
+ <plnk:partnerLinkType name="EntityManagerLinkType">
+ <plnk:role name="EntityManagerRole" portType="tns:EntityManager"/>
+ </plnk:partnerLinkType>
</definitions>
\ No newline at end of file
Modified: trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl
===================================================================
--- trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl 2009-07-23 21:19:13 UTC (rev 358)
+++ trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl 2009-07-23 21:19:58 UTC (rev 359)
@@ -2,7 +2,15 @@
<!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
-<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cse.campussource.de/ejb/IdentityManager" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://cse.campussource.de/ejb/IdentityManager" name="IdentityManagerWSService">
+<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:tns="http://cse.campussource.de/ejb/IdentityManager"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ targetNamespace="http://cse.campussource.de/ejb/IdentityManager"
+ name="IdentityManagerWSService">
+
<ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="IdentityManagerPortBinding_getIdBySystemId_WSAT_Policy">
<ns1:ExactlyOne>
<ns1:All>
@@ -122,4 +130,7 @@
<soap:address location="http://localhost:8080/IdentityManagerWSService/IdentityManager"></soap:address>
</port>
</service>
+ <plnk:partnerLinkType name="IdentityManagerLinkType">
+ <plnk:role name="IdentityManagerRole" portType="tns:IdentityManager"/>
+ </plnk:partnerLinkType>
</definitions>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|