<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp2 (http://www.altova.com) by Dave Schaefgen (ACH Food Companies, Inc.) -->
<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:achxml="http://ns.achfood.com/oagis" xmlns:achws="http://ns.achfood.com/soap.customerPartyMaster" xmlns:oa="http://www.openapplications.org/oagis/9" targetNamespace="http://ns.achfood.com/soap.customerPartyMaster">
	<types>
		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:achxml="http://ns.achfood.com/oagis" targetNamespace="http://ns.achfood.com/soap.customerPartyMaster" xmlns:achws="http://ns.achfood.com/soap.customerPartyMaster" elementFormDefault="qualified" attributeFormDefault="unqualified">
			<xs:import namespace="http://ns.achfood.com/oagis" schemaLocation="AchUniversalDataModel/schema/BODs/SyncCustomerPartyMaster.xsd"/>
			<xs:complexType name="syncCustomerPartyMasterRequestType">
				<xs:sequence>
					<xs:element ref="achxml:SyncCustomerPartyMaster"/>
				</xs:sequence>
			</xs:complexType>
			<xs:element name="syncCustomerPartyMaster" type="achws:syncCustomerPartyMasterRequestType"/>
		</xs:schema>
		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:oa="http://www.openapplications.org/oagis/9" targetNamespace="http://ns.achfood.com/soap.customerPartyMaster" xmlns:achws="http://ns.achfood.com/soap.customerPartyMaster" elementFormDefault="qualified" attributeFormDefault="unqualified">
			<xs:import namespace="http://www.openapplications.org/oagis/9" schemaLocation="AchUniversalDataModel/schema/OAGIS/9.0/BODs/Developer/ConfirmBOD.xsd"/>
			<xs:complexType name="syncCustomerPartyMasterResponseType">
				<xs:sequence>
					<xs:element ref="oa:ConfirmBOD"/>
				</xs:sequence>
			</xs:complexType>
			<xs:element name="syncCustomerPartyMasterResponse" type="achws:syncCustomerPartyMasterResponseType"/>
		</xs:schema>
	</types>
	<message name="syncCustomerPartyMaster">
		<part name="syncCustomerPartyMaster" element="achws:syncCustomerPartyMaster"/>
	</message>
	<message name="syncCustomerPartyMasterResponse">
		<part name="syncCustomerPartyMasterResponse" element="achws:syncCustomerPartyMasterResponse"/>
	</message>
	<portType name="CustomerServicePortType">
		<operation name="syncCustomerPartyMaster">
			<input message="achws:syncCustomerPartyMaster"/>
			<output message="achws:syncCustomerPartyMasterResponse"/>
		</operation>
	</portType>
	<binding name="CustomerServiceBinding" type="achws:CustomerServicePortType">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<operation name="syncCustomerPartyMaster">
			<soap:operation/>
			<input>
				<soap:body use="literal"/>
			</input>
			<output>
				<soap:body use="literal"/>
			</output>
		</operation>
	</binding>
	<service name="CustomerService">
		<port name="CustomerServicePort" binding="achws:CustomerServiceBinding">
			<soap:address location="http://dschaefgen:5555/soap/soap"/>
		</port>
	</service>
</definitions>

