<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:tns="http://sgrid.cc.gatech.edu/namespaces/trafficapp/plumbing/PlumbingService" 
	xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" 
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
	xmlns:wsdlpp="http://www.globus.org/namespaces/2004/10/WSDLPreprocessor" 
	xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl" 
	xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" 
	xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	name="PlumbingService" 
	targetNamespace="http://sgrid.cc.gatech.edu/namespaces/trafficapp/plumbing/PlumbingService">


<wsdl:import location="../../wsrf/properties/WS-ResourceProperties.wsdl" 
	namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"/>

<wsdl:import location="../../wsrf/lifetime/WS-ResourceLifetime.wsdl" 
	namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"/>


<types>
<xsd:schema targetNamespace="http://sgrid.cc.gatech.edu/namespaces/trafficapp/plumbing/PlumbingService"
	xmlns:tns="http://sgrid.cc.gatech.edu/namespaces/trafficapp/plumbing/PlumbingService" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">

	<!-- Requests and responses -->
	

	<!-- Define your Resource Properties here. For example:

	<xsd:element name="Value" type="xsd:int"/>

	<xsd:element name="PlumbingResourceProperties">
	<xsd:complexType>
		<xsd:sequence>
			<xsd:element ref="tns:Value" minOccurs="1" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>
	</xsd:element>
	-->
	<xsd:element name="ConfigFile" type="xsd:string"/>

	<xsd:element name="PlumbingResourceProperties">
	<xsd:complexType>
		<xsd:sequence>
			<xsd:element ref="tns:ConfigFile" minOccurs="1" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>
	</xsd:element>
	
	<!--BEGIN ELEMENT DEFINITIONS - DO NOT MODIFY THIS BLOCK!!! -->
	<xsd:element name="doPlumbing">
		<xsd:complexType/>
	</xsd:element>
	<xsd:element name="doPlumbingResponse">
		<xsd:complexType/>
	</xsd:element>
		<xsd:element name="startDataflowProcessing">
		<xsd:complexType/>
	</xsd:element>
	<xsd:element name="startDataflowProcessingResponse">
		<xsd:complexType/>
	</xsd:element>
		<xsd:element name="stopDataflowProcessing">
		<xsd:complexType/>
	</xsd:element>
	<xsd:element name="stopDataflowProcessingResponse">
		<xsd:complexType/>
	</xsd:element>
	<!--END ELEMENT DEFINITIONS -->
</xsd:schema>
</types>

<!--BEGIN MESSAGE DEFINITIONS - DO NOT MODIFY THIS BLOCK!!! -->

<message name="doPlumbingInputMessage">
	<part element="tns:doPlumbing" name="parameters"/>
</message>

<message name="doPlumbingOutputMessage">
	<part element="tns:doPlumbingResponse" name="parameters"/>
</message>

<message name="startDataflowProcessingInputMessage">
	<part element="tns:startDataflowProcessing" name="parameters"/>
</message>

<message name="startDataflowProcessingOutputMessage">
	<part element="tns:startDataflowProcessingResponse" name="parameters"/>
</message>

<message name="stopDataflowProcessingInputMessage">
	<part element="tns:stopDataflowProcessing" name="parameters"/>
</message>

<message name="stopDataflowProcessingOutputMessage">
	<part element="tns:stopDataflowProcessingResponse" name="parameters"/>
</message>

<!--END MESSAGE DEFINITIONS -->

<!-- Don't forget to specify your Resource Properties. For example:
<portType name="PlumbingPortType">
-->

<portType name="PlumbingPortType" 
    wsdlpp:extends="wsrpw:GetResourceProperty 
                    wsrpw:GetMultipleResourceProperties 
                    wsrpw:SetResourceProperties
                    wsrpw:QueryResourceProperties"
                    
    wsrp:ResourceProperties="tns:PlumbingResourceProperties">
	<!--BEGIN OPERATION DEFINITIONS - DO NOT MODIFY THIS BLOCK!!! -->
	<operation name="doPlumbing">
		<input message="tns:doPlumbingInputMessage"/>
		<output message="tns:doPlumbingOutputMessage"/>	
	</operation>
	<operation name="startDataflowProcessing">
		<input message="tns:startDataflowProcessingInputMessage"/>
		<output message="tns:startDataflowProcessingOutputMessage"/>	
	</operation>
	<operation name="stopDataflowProcessing">
		<input message="tns:stopDataflowProcessingInputMessage"/>
		<output message="tns:stopDataflowProcessingOutputMessage"/>	
	</operation>
	<!--END OPERATION DEFINITIONS -->
</portType>
</definitions>
