118 lines
5.7 KiB
XML
Executable File
118 lines
5.7 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions name="XMLCollectionAccess" targetNamespace="http://gcube-system.org/namespaces/informationsystem/collector/XMLCollectionAccess"
|
|
xmlns:tns="http://gcube-system.org/namespaces/informationsystem/collector/XMLCollectionAccess"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:asgt="http://mds.globus.org/aggregator/types"
|
|
xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
|
|
xmlns:wsdlpp="http://www.globus.org/namespaces/2004/10/WSDLPreprocessor"
|
|
xmlns:gtwsdl1="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.wsdl"
|
|
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"
|
|
xmlns:asgw="http://mds.globus.org/aggregator"
|
|
xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl"
|
|
xmlns:gtwsdl0="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
|
|
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
|
|
|
<wsdl:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.wsdl" location="../wsrf/faults/WS-BaseFaults.wsdl"/>
|
|
<wsdl:import namespace="http://mds.globus.org/aggregator" location="../mds/aggregator/aggregator_service_group_port_type.wsdl"/>
|
|
<wsdl:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.wsdl" location="../wsrf/servicegroup/WS-ServiceGroup.wsdl"/>
|
|
|
|
|
|
<!--============================================================
|
|
|
|
T Y P E S
|
|
|
|
============================================================-->
|
|
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://gcube-system.org/namespaces/informationsystem/collector/XMLCollectionAccess"
|
|
xmlns="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:rpns0="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd"
|
|
xmlns:rpns1="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.xsd"
|
|
xmlns:rpns2="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:tns="http://gcube-system.org/namespaces/informationsystem/collector/XMLCollectionAccess">
|
|
|
|
<import namespace="http://schemas.xmlsoap.org/ws/2004/03/addressing" schemaLocation="../ws/addressing/WS-Addressing.xsd"/>
|
|
<import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" schemaLocation="../wsrf/lifetime/WS-ResourceLifetime.xsd"/>
|
|
<import namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" schemaLocation="../wsrf/notification/WS-BaseN.xsd"/>
|
|
<import namespace="http://mds.globus.org/aggregator/types" schemaLocation="../mds/aggregator/aggregator-types.xsd"/>
|
|
<import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.xsd" schemaLocation="../wsrf/servicegroup/WS-ServiceGroup.xsd"/>
|
|
|
|
|
|
<xsd:element name="resourceID" type="xsd:string"/>
|
|
|
|
<xsd:element name="deleteResponse" type="xsd:boolean"/>
|
|
|
|
<xsd:element name="deleteProfileParams">
|
|
<xsd:complexType >
|
|
<xsd:sequence>
|
|
<xsd:element name="ID" type="xsd:string"/>
|
|
<xsd:element name="profileType" type="xsd:string"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
|
|
<xsd:complexType name="voidType"/>
|
|
<xsd:element name="voidElement" type="tns:voidType"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
|
|
|
|
<!--============================================================
|
|
|
|
M E S S A G E S
|
|
|
|
============================================================-->
|
|
|
|
<wsdl:message name="DeleteResourceInputMessage">
|
|
<part name="parameters" element="tns:resourceID"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="DeleteResourceOutputMessage">
|
|
<part name="parameters" element="tns:deleteResponse"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="DeleteProfileInputMessage">
|
|
<part name="parameters" element="tns:deleteProfileParams"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="DeleteProfileOutputMessage">
|
|
<part name="parameters" element="tns:deleteResponse"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="VoidMessage">
|
|
<part name="parameters" element="tns:voidElement"/>
|
|
</wsdl:message>
|
|
|
|
<!--============================================================
|
|
|
|
P O R T T Y P E
|
|
|
|
============================================================-->
|
|
|
|
<wsdl:portType name="XMLCollectionAccessPortType">
|
|
|
|
<wsdl:operation name="DeleteResource">
|
|
<wsdl:input message="tns:DeleteResourceInputMessage"/>
|
|
<wsdl:output message="tns:DeleteResourceOutputMessage"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteProfile">
|
|
<wsdl:input message="tns:DeleteProfileInputMessage"/>
|
|
<wsdl:output message="tns:DeleteProfileOutputMessage"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="DeleteAllRPs">
|
|
<wsdl:input message="tns:VoidMessage"/>
|
|
<wsdl:output message="tns:VoidMessage"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Dispose">
|
|
<wsdl:input message="tns:VoidMessage"/>
|
|
<wsdl:output message="tns:VoidMessage"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="Initialize">
|
|
<wsdl:input message="tns:VoidMessage"/>
|
|
<wsdl:output message="tns:VoidMessage"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
|
|
</wsdl:definitions> |