<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:sm="http://www.pwg.org/schemas/2009/5/sm" xmlns:copy="http://www.pwg.org/schemas/2006/10/Copy" xmlns:media="http://www.pwg.org/schemas/2006/10/media" xmlns:count="http://www.pwg.org/schemas/2006/10/Counters" xmlns:Copy="http://www.pwg.org/schemas/2006/10/Copy" xmlns:wims="http://www.pwg.org/schemas/2006/10/wims" xmlns:EmailIn="http://www.pwg.org/schemas/2006/10/EmailInService" xmlns:EmailOut="http://www.pwg.org/schemas/2006/10/EmailOutService" xmlns:FaxIn="http://www.pwg.org/schemas/2006/10/FaxInService" xmlns:FaxOut="http://www.pwg.org/schemas/2006/10/FaxOutService" xmlns:Print="http://www.pwg.org/schemas/2006/10/PrintService" xmlns:Scan="http://www.pwg.org/schemas/2006/10/ScanService" xmlns:Transform="http://www.pwg.org/schemas/2006/10/TransformService" xmlns:netFaxIn="http://www.pwg.org/schemas/2006/10/netFaxInService" xmlns:netFaxOut="http://www.pwg.org/schemas/2006/10/netFaxOutService" targetNamespace="http://www.pwg.org/schemas/2009/5/sm" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.76">
	<types>
		<xs:schema xmlns:sm="http://www.pwg.org/schemas/2009/5/sm" targetNamespace="http://www.pwg.org/schemas/2009/5/sm">
			<xs:include schemaLocation="PwgSemanticModel.xsd"/>
			<xs:element name="RequestedElement" type="xs:QName"/>
		</xs:schema>
	</types>
	<message name="GetRequest">
		<part name="body" element="sm:RequestedElement"/>
	</message>
	<message name="GetResponse">
		<part name="PwgSm" element="sm:Server"/>
	</message>
	<portType name="SOAPport">
		<operation name="Get">
			<input message="sm:GetRequest"/>
			<output message="sm:GetResponse"/>
		</operation>
	</portType>
	<binding name="PwgSmSOAPBinding" type="sm:SOAPport">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org"/>
		<operation name="Get">
			<soap:operation soapAction="" style="document"/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="PwgSemService">
		<port name="PwgSmPort" binding="sm:PwgSmSOAPBinding">
			<soap:address location="http://localhost:3909/PwgSmSvc"/>
		</port>
	</service>
</definitions>

