﻿<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" xmlns:mows-xs="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd" xmlns:mows-wsdl="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.wsdl" targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.wsdl">

	<types>
		<xs:schema elementFormDefault="qualified" targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.wsdl">
			<xs:import namespace="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd" schemaLocation="http://docs.oasis-open.org/wsdm/2004/12/mows/wsdm-mows.xsd"/>
		</xs:schema>
	</types>

	<message name="GetManageabilityReferencesRequest">
		<part name="body" element="mows-xs:GetManageabilityReferences"/>
	</message>
	<message name="GetManageabilityReferencesResponse">
		<part name="body" 
			element="mows-xs:GetManageabilityReferencesResponse"/>
	</message>

	<portType name="ManageabilityReferences">
		<operation name="GetManageabilityReferences">
		<input name="GetManageabilityReferencesRequest" 
			message="mows-wsdl:GetManageabilityReferencesRequest"/>
		<output name="GetManageabilityReferencesResponse"
 			message="mows-wsdl:GetManageabilityReferencesResponse"/>
		</operation>
	</portType>

	<portType name="EndpointIdentification" 
		wsrf-rp:ResourceProperties="mows-xs:EndpointIdentificationProperties"/>

	<portType name="EndpointMetrics" 
		wsrf-rp:ResourceProperties="mows-xs:EndpointMetricsProperties"/>

	<portType name="EndpointOperationalState" 
		wsrf-rp:ResourceProperties="mows-xs:EndpointOperationalStateProperties"/>
</definitions>

