From: <pka...@us...> - 2009-07-23 19:45:30
|
Revision: 357 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=357&view=rev Author: pkasprzak Date: 2009-07-23 19:45:28 +0000 (Thu, 23 Jul 2009) Log Message: ----------- * EntityManager + IdentityManager WS-interface stuff Added Paths: ----------- trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.xsd trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.xsd Added: trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl =================================================================== --- trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl (rev 0) +++ trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.wsdl 2009-07-23 19:45:28 UTC (rev 357) @@ -0,0 +1,201 @@ +<?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"> + <ns1:Policy xmlns:ns1="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_exists_WSAT_Policy"> + <ns1:ExactlyOne> + <ns1:All> + <ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns2:ATAlwaysCapability> + <ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"></ns3:ATAssertion> + </ns1:All> + </ns1:ExactlyOne> + </ns1:Policy> + <ns5:Policy xmlns:ns5="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_persistCourse_WSAT_Policy"> + <ns5:ExactlyOne> + <ns5:All> + <ns6:ATAlwaysCapability xmlns:ns6="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns6:ATAlwaysCapability> + <ns7:ATAssertion xmlns:ns8="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns7="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns5:Optional="true" ns8:Optional="true"></ns7:ATAssertion> + </ns5:All> + </ns5:ExactlyOne> + </ns5:Policy> + + <ns9:Policy xmlns:ns9="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_test_WSAT_Policy"> + <ns9:ExactlyOne> + <ns9:All> + <ns10:ATAlwaysCapability xmlns:ns10="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns10:ATAlwaysCapability> + <ns11:ATAssertion xmlns:ns12="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns11="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns9:Optional="true" ns12:Optional="true"></ns11:ATAssertion> + </ns9:All> + </ns9:ExactlyOne> + </ns9:Policy> + <ns13:Policy xmlns:ns13="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_persistProxy_WSAT_Policy"> + <ns13:ExactlyOne> + <ns13:All> + <ns14:ATAlwaysCapability xmlns:ns14="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns14:ATAlwaysCapability> + <ns15:ATAssertion xmlns:ns16="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns15="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns13:Optional="true" ns16:Optional="true"></ns15:ATAssertion> + </ns13:All> + </ns13:ExactlyOne> + </ns13:Policy> + <ns17:Policy xmlns:ns17="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_persistCategory_WSAT_Policy"> + + <ns17:ExactlyOne> + <ns17:All> + <ns18:ATAlwaysCapability xmlns:ns18="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns18:ATAlwaysCapability> + <ns19:ATAssertion xmlns:ns20="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns19="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns17:Optional="true" ns20:Optional="true"></ns19:ATAssertion> + </ns17:All> + </ns17:ExactlyOne> + </ns17:Policy> + <ns21:Policy xmlns:ns21="http://www.w3.org/ns/ws-policy" wsu:Id="EntityManagerPortBinding_persistAccount_WSAT_Policy"> + <ns21:ExactlyOne> + <ns21:All> + <ns22:ATAlwaysCapability xmlns:ns22="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns22:ATAlwaysCapability> + <ns23:ATAssertion xmlns:ns24="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns23="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns21:Optional="true" ns24:Optional="true"></ns23:ATAssertion> + </ns21:All> + </ns21:ExactlyOne> + </ns21:Policy> + <types> + <xsd:schema> + <xsd:import namespace="http://cse.campussource.de/schema/DataTypes" schemaLocation="CDDM.xsd"></xsd:import> + </xsd:schema> + <xsd:schema> + <xsd:import namespace="http://cse.campussource.de/ejb/EntityManager" schemaLocation="EntityManager.xsd"></xsd:import> + </xsd:schema> + </types> + <message name="exists"> + <part name="parameters" element="tns:exists"></part> + </message> + <message name="existsResponse"> + <part name="parameters" element="tns:existsResponse"></part> + </message> + <message name="test"> + <part name="parameters" element="tns:test"></part> + </message> + <message name="testResponse"> + <part name="parameters" element="tns:testResponse"></part> + + </message> + <message name="persistAccount"> + <part name="parameters" element="tns:persistAccount"></part> + </message> + <message name="persistAccountResponse"> + <part name="parameters" element="tns:persistAccountResponse"></part> + </message> + <message name="persistCourse"> + <part name="parameters" element="tns:persistCourse"></part> + </message> + <message name="persistCourseResponse"> + <part name="parameters" element="tns:persistCourseResponse"></part> + </message> + <message name="persistCategory"> + <part name="parameters" element="tns:persistCategory"></part> + </message> + <message name="persistCategoryResponse"> + + <part name="parameters" element="tns:persistCategoryResponse"></part> + </message> + <message name="persistProxy"> + <part name="parameters" element="tns:persistProxy"></part> + </message> + <message name="persistProxyResponse"> + <part name="parameters" element="tns:persistProxyResponse"></part> + </message> + <portType name="EntityManager"> + <operation name="exists"> + <input message="tns:exists"></input> + <output message="tns:existsResponse"></output> + </operation> + <operation name="test"> + <input message="tns:test"></input> + <output message="tns:testResponse"></output> + </operation> + + <operation name="persistAccount"> + <input message="tns:persistAccount"></input> + <output message="tns:persistAccountResponse"></output> + </operation> + <operation name="persistCourse"> + <input message="tns:persistCourse"></input> + <output message="tns:persistCourseResponse"></output> + </operation> + <operation name="persistCategory"> + <input message="tns:persistCategory"></input> + <output message="tns:persistCategoryResponse"></output> + </operation> + <operation name="persistProxy"> + <input message="tns:persistProxy"></input> + <output message="tns:persistProxyResponse"></output> + </operation> + </portType> + + <binding name="EntityManagerPortBinding" type="tns:EntityManager"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> + <operation name="exists"> + <ns25:PolicyReference xmlns:ns25="http://www.w3.org/ns/ws-policy" URI="#EntityManagerPortBinding_exists_WSAT_Policy"></ns25:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + <operation name="test"> + <ns26:PolicyReference xmlns:ns26="http://www.w3.org/ns/ws-policy" URI="#EntityManagerPortBinding_test_WSAT_Policy"></ns26:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + <operation name="persistAccount"> + <ns27:PolicyReference xmlns:ns27="http://www.w3.org/ns/ws-policy" URI="#EntityManagerPortBinding_persistAccount_WSAT_Policy"></ns27:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + <operation name="persistCourse"> + <ns28:PolicyReference xmlns:ns28="http://www.w3.org/ns/ws-policy" URI="#EntityManagerPortBinding_persistCourse_WSAT_Policy"></ns28:PolicyReference> + + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + <operation name="persistCategory"> + <ns29:PolicyReference xmlns:ns29="http://www.w3.org/ns/ws-policy" URI="#EntityManagerPortBinding_persistCategory_WSAT_Policy"></ns29:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + + </operation> + <operation name="persistProxy"> + <ns30:PolicyReference xmlns:ns30="http://www.w3.org/ns/ws-policy" URI="#EntityManagerPortBinding_persistProxy_WSAT_Policy"></ns30:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + </binding> + <service name="EntityManagerWSService"> + <port name="EntityManagerPort" binding="tns:EntityManagerPortBinding"> + <soap:address location="http://localhost:8080/EntityManagerWSService/EntityManager"></soap:address> + </port> + </service> + +</definitions> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.xsd =================================================================== --- trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.xsd (rev 0) +++ trunk/sandbox/lsf-adapter-demo/Common/src/EntityManager.xsd 2009-07-23 19:45:28 UTC (rev 357) @@ -0,0 +1,105 @@ +<?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. --> +<xs:schema xmlns:tns="http://cse.campussource.de/ejb/EntityManager" xmlns:ns1="http://cse.campussource.de/schema/DataTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://cse.campussource.de/ejb/EntityManager"> + + <xs:import namespace="http://cse.campussource.de/schema/DataTypes" schemaLocation="CDDM.xsd"></xs:import> + + <xs:element name="exists" type="tns:exists"></xs:element> + + <xs:element name="existsResponse" type="tns:existsResponse"></xs:element> + + <xs:element name="persistAccount" type="tns:persistAccount"></xs:element> + + <xs:element name="persistAccountResponse" type="tns:persistAccountResponse"></xs:element> + + <xs:element name="persistCategory" type="tns:persistCategory"></xs:element> + + <xs:element name="persistCategoryResponse" type="tns:persistCategoryResponse"></xs:element> + + <xs:element name="persistCourse" type="tns:persistCourse"></xs:element> + + <xs:element name="persistCourseResponse" type="tns:persistCourseResponse"></xs:element> + + <xs:element name="persistProxy" type="tns:persistProxy"></xs:element> + + <xs:element name="persistProxyResponse" type="tns:persistProxyResponse"></xs:element> + + <xs:element name="test" type="tns:test"></xs:element> + + <xs:element name="testResponse" type="tns:testResponse"></xs:element> + + <xs:complexType name="persistProxy"> + <xs:sequence> + <xs:element name="type" type="xs:string" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistProxyResponse"> + <xs:sequence> + <xs:element name="return" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistCategory"> + <xs:sequence> + <xs:element name="category" type="ns1:categoryType" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistCategoryResponse"> + <xs:sequence> + <xs:element name="return" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistCourse"> + <xs:sequence> + <xs:element name="course" type="ns1:courseType" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistCourseResponse"> + <xs:sequence> + <xs:element name="return" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="test"> + <xs:sequence> + <xs:element name="entity" type="ns1:entityType" minOccurs="0"></xs:element> + </xs:sequence> + + </xs:complexType> + + <xs:complexType name="testResponse"> + <xs:sequence> + <xs:element name="return" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="exists"> + <xs:sequence> + <xs:element name="system" type="xs:string" minOccurs="0"></xs:element> + <xs:element name="systemId" type="xs:string" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="existsResponse"> + <xs:sequence> + + <xs:element name="return" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistAccount"> + <xs:sequence> + <xs:element name="account" type="ns1:accountType" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="persistAccountResponse"> + <xs:sequence> + <xs:element name="return" type="xs:int"></xs:element> + </xs:sequence> + </xs:complexType> +</xs:schema> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl =================================================================== --- trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl (rev 0) +++ trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.wsdl 2009-07-23 19:45:28 UTC (rev 357) @@ -0,0 +1,125 @@ +<?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/IdentityManager" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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> + <ns2:ATAlwaysCapability xmlns:ns2="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns2:ATAlwaysCapability> + <ns3:ATAssertion xmlns:ns4="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns3="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns1:Optional="true" ns4:Optional="true"></ns3:ATAssertion> + </ns1:All> + </ns1:ExactlyOne> + </ns1:Policy> + <ns5:Policy xmlns:ns5="http://www.w3.org/ns/ws-policy" wsu:Id="IdentityManagerPortBinding_getSystemIdById_WSAT_Policy"> + <ns5:ExactlyOne> + <ns5:All> + <ns6:ATAlwaysCapability xmlns:ns6="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns6:ATAlwaysCapability> + <ns7:ATAssertion xmlns:ns8="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns7="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns5:Optional="true" ns8:Optional="true"></ns7:ATAssertion> + </ns5:All> + </ns5:ExactlyOne> + </ns5:Policy> + + <ns9:Policy xmlns:ns9="http://www.w3.org/ns/ws-policy" wsu:Id="IdentityManagerPortBinding_deleteById_WSAT_Policy"> + <ns9:ExactlyOne> + <ns9:All> + <ns10:ATAlwaysCapability xmlns:ns10="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns10:ATAlwaysCapability> + <ns11:ATAssertion xmlns:ns12="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns11="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns9:Optional="true" ns12:Optional="true"></ns11:ATAssertion> + </ns9:All> + </ns9:ExactlyOne> + </ns9:Policy> + <ns13:Policy xmlns:ns13="http://www.w3.org/ns/ws-policy" wsu:Id="IdentityManagerPortBinding_createMapping_WSAT_Policy"> + <ns13:ExactlyOne> + <ns13:All> + <ns14:ATAlwaysCapability xmlns:ns14="http://schemas.xmlsoap.org/ws/2004/10/wsat"></ns14:ATAlwaysCapability> + <ns15:ATAssertion xmlns:ns16="http://schemas.xmlsoap.org/ws/2002/12/policy" xmlns:ns15="http://schemas.xmlsoap.org/ws/2004/10/wsat" ns13:Optional="true" ns16:Optional="true"></ns15:ATAssertion> + </ns13:All> + </ns13:ExactlyOne> + </ns13:Policy> + <types> + + <xsd:schema> + <xsd:import namespace="http://cse.campussource.de/ejb/IdentityManager" schemaLocation="IdentityManager.xsd"></xsd:import> + </xsd:schema> + </types> + <message name="getIdBySystemId"> + <part name="parameters" element="tns:getIdBySystemId"></part> + </message> + <message name="getIdBySystemIdResponse"> + <part name="parameters" element="tns:getIdBySystemIdResponse"></part> + </message> + <message name="getSystemIdById"> + <part name="parameters" element="tns:getSystemIdById"></part> + </message> + <message name="getSystemIdByIdResponse"> + <part name="parameters" element="tns:getSystemIdByIdResponse"></part> + </message> + <message name="deleteById"> + + <part name="parameters" element="tns:deleteById"></part> + </message> + <message name="createMapping"> + <part name="parameters" element="tns:createMapping"></part> + </message> + <portType name="IdentityManager"> + <operation name="getIdBySystemId"> + <input message="tns:getIdBySystemId"></input> + <output message="tns:getIdBySystemIdResponse"></output> + </operation> + <operation name="getSystemIdById"> + <input message="tns:getSystemIdById"></input> + <output message="tns:getSystemIdByIdResponse"></output> + </operation> + <operation name="deleteById"> + <input message="tns:deleteById"></input> + </operation> + + <operation name="createMapping"> + <input message="tns:createMapping"></input> + </operation> + </portType> + <binding name="IdentityManagerPortBinding" type="tns:IdentityManager"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding> + <operation name="getIdBySystemId"> + <ns17:PolicyReference xmlns:ns17="http://www.w3.org/ns/ws-policy" URI="#IdentityManagerPortBinding_getIdBySystemId_WSAT_Policy"></ns17:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + <operation name="getSystemIdById"> + + <ns18:PolicyReference xmlns:ns18="http://www.w3.org/ns/ws-policy" URI="#IdentityManagerPortBinding_getSystemIdById_WSAT_Policy"></ns18:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + <output> + <soap:body use="literal"></soap:body> + </output> + </operation> + <operation name="deleteById"> + <ns19:PolicyReference xmlns:ns19="http://www.w3.org/ns/ws-policy" URI="#IdentityManagerPortBinding_deleteById_WSAT_Policy"></ns19:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + </operation> + <operation name="createMapping"> + + <ns20:PolicyReference xmlns:ns20="http://www.w3.org/ns/ws-policy" URI="#IdentityManagerPortBinding_createMapping_WSAT_Policy"></ns20:PolicyReference> + <soap:operation soapAction=""></soap:operation> + <input> + <soap:body use="literal"></soap:body> + </input> + </operation> + </binding> + <service name="IdentityManagerWSService"> + <port name="IdentityManagerPort" binding="tns:IdentityManagerPortBinding"> + <soap:address location="http://localhost:8080/IdentityManagerWSService/IdentityManager"></soap:address> + </port> + </service> +</definitions> \ No newline at end of file Added: trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.xsd =================================================================== --- trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.xsd (rev 0) +++ trunk/sandbox/lsf-adapter-demo/Common/src/IdentityManager.xsd 2009-07-23 19:45:28 UTC (rev 357) @@ -0,0 +1,59 @@ +<?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. --> + +<xs:schema xmlns:tns="http://cse.campussource.de/ejb/IdentityManager" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://cse.campussource.de/ejb/IdentityManager"> + + <xs:element name="createMapping" type="tns:createMapping"></xs:element> + + <xs:element name="deleteById" type="tns:deleteById"></xs:element> + + <xs:element name="getIdBySystemId" type="tns:getIdBySystemId"></xs:element> + + <xs:element name="getIdBySystemIdResponse" type="tns:getIdBySystemIdResponse"></xs:element> + + <xs:element name="getSystemIdById" type="tns:getSystemIdById"></xs:element> + + <xs:element name="getSystemIdByIdResponse" type="tns:getSystemIdByIdResponse"></xs:element> + + <xs:complexType name="createMapping"> + <xs:sequence> + <xs:element name="cseId" type="xs:int" minOccurs="0"></xs:element> + + <xs:element name="system" type="xs:string" minOccurs="0"></xs:element> + <xs:element name="systemId" type="xs:string" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="getSystemIdById"> + <xs:sequence> + <xs:element name="system" type="xs:string" minOccurs="0"></xs:element> + <xs:element name="cseId" type="xs:int" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="getSystemIdByIdResponse"> + <xs:sequence> + <xs:element name="return" type="xs:string" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="getIdBySystemId"> + <xs:sequence> + <xs:element name="system" type="xs:string" minOccurs="0"></xs:element> + <xs:element name="systemId" type="xs:string" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="getIdBySystemIdResponse"> + <xs:sequence> + <xs:element name="return" type="xs:int" minOccurs="0"></xs:element> + </xs:sequence> + </xs:complexType> + + <xs:complexType name="deleteById"> + <xs:sequence> + <xs:element name="cseId" type="xs:int" minOccurs="0"></xs:element> + + </xs:sequence> + </xs:complexType> +</xs:schema> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |