<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<w:definitions targetNamespace="https://ac2.adeptia.com/wsx/services/SOAPWebhook" name="SOAPWebhook"
	xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
	xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
	xmlns:impl="https://ac2.adeptia.com/wsx/services/SOAPWebhook"
	xmlns:ns8="http://www.w3.org/ns/wsdl/http"
	xmlns:ns7="http://www.w3.org/ns/wsdl"
	xmlns:ns13="impl"
	xmlns:ns9="http://www.w3.org/ns/wsdl/soap"
	xmlns:ns12="xsd"
	xmlns:ns11="xml"
	xmlns:w="http://schemas.xmlsoap.org/wsdl/"
	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
	xmlns:ns16="soap"
	xmlns:ns15="wsdl"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
	<w:types>
		<xs:schema targetNamespace="https://ac2.adeptia.com/wsx/services/SOAPWebhook"
			xmlns:xsd="http://www.w3.org/2001/XMLSchema">
			<xs:element name="token" type="xs:string"/>
			<xs:element name="sync" type="xs:string"/>
		</xs:schema>
	</w:types>
	<w:message name="hookResponse">
		<w:part name="response" element="xs:any"/>
	</w:message>
	<w:message name="hook">
		<w:part name="body" element="xs:any"/>
	</w:message>
	<w:message name="token">
		<w:part name="token" element="impl:token"/>
	</w:message>
	<w:message name="sync">
		<w:part name="sync" element="impl:sync"/>
	</w:message>
	<w:portType name="SOAPWebhookPortType">
		<w:operation name="hook">
			<w:input message="impl:hook"/>
			<w:output message="impl:hookResponse"/>
		</w:operation>
	</w:portType>
	<w:binding name="SOAPWebhookBinding" type="impl:SOAPWebhookPortType">
		<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
		<w:operation name="hook">
			<soap:operation soapAction="https://ac2.adeptia.com/wsx/services/SOAPWebhook" style="document"/>
			<w:input>
				<soap:body use="literal"/>
				<soap:header message="impl:token" part="token"/>
				<soap:header message="impl:sync" part="sync"/>
			</w:input>
			<w:output>
				<soap:body use="literal"/>
			</w:output>
		</w:operation>
	</w:binding>
	<w:service name="SOAPWebhook">
		<w:port name="SOAPWebhook" binding="impl:SOAPWebhookBinding">
			<soap:address location="$endpoint$wsx/services/SOAPWebhook"/>
		</w:port>
	</w:service>
</w:definitions>