<?xml version="1.0"	encoding="utf-8" ?>	
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" 
		xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
		xmlns:xs="http://www.w3.org/2001/XMLSchema"	
		xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" 
		xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
		xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" 
		xmlns:atom="http://purl.org/atom/ns#" 
		xmlns:atomtypes="http://purl.org/atom/ns/types#" 
		xmlns:atomapi="http://purl.org/atom/ns/wsdl#" 
		targetNamespace="http://purl.org/atom/ns/wsdl#">
	<types>
		<xs:schema elementFormDefault="qualified"
				targetNamespace="http://purl.org/atom/ns/types#">
			<xs:import namespace="http://purl.org/atom/ns#" schemaLocation="AtomApi.0.3.0.xsd" />
			<xs:element	name="POST">
				<xs:complexType>
					<xs:sequence>
						<xs:element	ref="atom:entry" minOccurs="0" maxOccurs="1"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element	name="PUT">
				<xs:complexType>
					<xs:sequence>
						<xs:element	ref="atom:entry" minOccurs="0" maxOccurs="1"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element	name="DELETE" />
			<xs:element name="GET">
				<xs:complexType>
					<xs:sequence>
						<xs:element ref="atom:entry" minOccurs="0" maxOccurs="1"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:schema>
	</types>
	<message name="POSTIn">
		<part name="POST" element="atomtypes:POST"/>
	</message>
	<message name="POSTOut">
		<part name="POST" element="atomtypes:POST"/>
	</message>
	<message name="DELETEIn">
		<part name="DELETE"	element="atomtypes:DELETE"/>
	</message>
	<message name="DELETEOut">
	</message>
	<message name="GETIn">
	</message>
	<message name="GETOut">
		<part name="GET" element="atomtypes:GET"/>
	</message>
	<message name="PUTIn">
		<part name="PUT" element="atomtypes:PUT"/>
	</message>
	<message name="PUTOut">
	</message>
	<portType name="atom3">
		<operation name="POST">
			<input message="atomapi:POSTIn"/>
			<output	message="atomapi:POSTOut"/>
		</operation>
		<operation name="DELETE">
			<input message="atomapi:DELETEIn"/>
			<output	message="atomapi:DELETEOut"/>
		</operation>
		<operation name="GET">
			<input message="atomapi:GETIn"/>
			<output	message="atomapi:GETOut"/>
		</operation>
		<operation name="PUT">
			<input message="atomapi:PUTIn"/>
			<output	message="atomapi:PUTOut"/>
		</operation>
	</portType>
	<binding name="atom3" type="atomapi:atom3">
		<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
		<operation name="POST">
			<soap:operation	soapAction="http://schemas.xmlsoap.org/soap/http/POST" style="document"/>
			<input>
				<documentation>Note: the input message SHOULD carry	a wss:Security SOAP	header with	the	Username token.</documentation>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="DELETE">
			<soap:operation	soapAction="http://schemas.xmlsoap.org/soap/http/DELETE" style="document"/>
			<input>
				<documentation>Note: the input message SHOULD carry	a wss:Security SOAP	header with	the	Username token.</documentation>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="GET">
			<soap:operation	soapAction="http://schemas.xmlsoap.org/soap/http/GET" style="document"/>
			<input>
				<documentation>Note: the input message SHOULD carry	a wss:Security SOAP	header with	the	Username token.</documentation>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
		<operation name="PUT">
			<soap:operation	soapAction="http://schemas.xmlsoap.org/soap/http/PUT" style="document"/>
			<input>
				<documentation>Note: the input message SHOULD carry	a wss:Security SOAP	header with	the	Username token.</documentation>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="atom3">
		<port name="atom3" binding="atomapi:atom3">
			<soap:address location="http://localhost/atom3.asmx"/>
		</port>
	</service>
</definitions>
