<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Paul Smith (SAMM) -->
<wsdl:definitions xmlns:wsdl="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:tns="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
	<wsdl:types>
		<xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
	</wsdl:types>
	<wsdl:message name="processPurchaseOrderRequest">
		<wsdl:part name="parameter" type="xs:string"/>
	</wsdl:message>
	<wsdl:message name="processPurchaseOrderResponse">
		<wsdl:part name="parameter" type="xs:string"/>
	</wsdl:message>
	<wsdl:message name="purchaseOrderFault"/>
	<wsdl:message name="submitPurchaseOrderRequest"/>
	<wsdl:message name="submitPurchaseOrderResponse"/>
	<wsdl:message name="paymentNotification"/>
	<wsdl:message name="shipmentNotification"/>
	<wsdl:message name="deliveryNotification"/>
	<wsdl:message name="cancelPurchaseOrderRequest"/>
	<wsdl:message name="cancelPurchaseOrderResponse"/>
	<wsdl:message name="NewMessage"/>
	<wsdl:portType name="PurchaseOrderLifecycle">
		<wsdl:operation name="processPurchaseOrder">
			<wsdl:input message="tns:processPurchaseOrderRequest"/>
			<wsdl:output message="tns:processPurchaseOrderResponse"/>
			<wsdl:fault name="FaultName" message="tns:purchaseOrderFault"/>
		</wsdl:operation>
		<wsdl:operation name="submitPurchaseOrder">
			<wsdl:input message="tns:submitPurchaseOrderRequest"/>
			<wsdl:output message="tns:submitPurchaseOrderResponse"/>
		</wsdl:operation>
		<wsdl:operation name="paymentNotification">
			<wsdl:input message="tns:paymentNotification"/>
		</wsdl:operation>
		<wsdl:operation name="shipmentShippedNotification">
			<wsdl:input message="tns:shipmentNotification"/>
		</wsdl:operation>
		<wsdl:operation name="shipmentDeliveredNotification">
			<wsdl:input message="tns:deliveryNotification"/>
		</wsdl:operation>
		<wsdl:operation name="cancelPurchaseOrder">
			<wsdl:input message="tns:cancelPurchaseOrderRequest"/>
			<wsdl:output message="tns:cancelPurchaseOrderResponse"/>
		</wsdl:operation>
		<wsdl:operation name="orderPaidNotification">
			<wsdl:output message="tns:NewMessage"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="NewBinding" type="tns:PurchaseOrderLifecycle">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="processPurchaseOrder">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
			<wsdl:fault name="FaultName"/>
		</wsdl:operation>
		<wsdl:operation name="submitPurchaseOrder">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="paymentNotification">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
		</wsdl:operation>
		<wsdl:operation name="shipmentShippedNotification">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
		</wsdl:operation>
		<wsdl:operation name="shipmentDeliveredNotification">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
		</wsdl:operation>
		<wsdl:operation name="cancelPurchaseOrder">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="orderPaidNotification">
			<soap:operation soapAction="urn:#NewOperation" style="document"/>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="PurchaseOrderLifecycleService">
		<wsdl:port name="NewPort" binding="tns:NewBinding">
			<soap:address location="http://www.sherwoodforest.co.uk/purchaseOrder"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
