<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:create_asgt="http://www.ismobile.com/coordinator/2006/operations/cwi/create_asgt_ws/" 
xmlns:create_wo="http://www.ismobile.com/coordinator/2006/operations/cwi/create_wo_ws/" 
xmlns:delete_wo="http://www.ismobile.com/coordinator/2006/operations/cwi/delete_wo_ws/" 
xmlns:event_wo="http://www.ismobile.com/coordinator/2006/operations/cwi/event_wo_ws/" 
xmlns:event_asgt="http://www.ismobile.com/coordinator/2006/operations/cwi/event_asgt_ws/" 
xmlns:update_wo="http://www.ismobile.com/coordinator/2006/operations/cwi/update_wo_ws/" 
xmlns:acknack="http://www.ismobile.com/coordinator/2006/operations/common/acknack_ws/" 
xmlns:coordws="http://www.ismobile.com/coordinator/2006/operations/ws/" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
targetNamespace="http://www.ismobile.com/coordinator/2006/operations/ws/">
	<wsdl:types>
		<xs:schema>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/cwi/create_asgt_ws/" schemaLocation="http://coord.ismobile.com/coordinator/cwi/create_asgt/releases/1.0.3/create_asgt.xsd"/>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/cwi/create_wo_ws/" schemaLocation="http://coord.ismobile.com/coordinator/cwi/create_wo/releases/1.0.12/create_wo.xsd"/>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/cwi/event_wo_ws/" schemaLocation="http://coord.ismobile.com/coordinator/cwi/event_wo/releases/1.0.4/event_wo.xsd"/>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/cwi/event_asgt_ws/" schemaLocation="http://coord.ismobile.com/coordinator/cwi/event_asgt/releases/1.0.0/event_asgt.xsd"/>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/cwi/delete_wo_ws/" schemaLocation="http://coord.ismobile.com/coordinator/cwi/delete_wo/releases/1.0.4/delete_wo.xsd"/>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/cwi/update_wo_ws/" schemaLocation="http://coord.ismobile.com/coordinator/cwi/update_wo/releases/1.0.16/update_wo.xsd"/>
			<xs:import namespace="http://www.ismobile.com/coordinator/2006/operations/common/acknack_ws/" schemaLocation="http://coord.ismobile.com/coordinator/common/acknack/releases/1.0.9/acknack.xsd"/>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="createasgtmsg">
		<wsdl:part name="data" element="create_asgt:operationData"/>
	</wsdl:message>
	<wsdl:message name="createwomsg">
		<wsdl:part name="data" element="create_wo:operationData"/>
	</wsdl:message>
	<wsdl:message name="updatewomsg">
		<wsdl:part name="data" element="update_wo:operationData"/>
	</wsdl:message>
	<wsdl:message name="eventwomsg">
		<wsdl:part name="data" element="event_wo:operationData"/>
	</wsdl:message>
	<wsdl:message name="eventasgtmsg">
		<wsdl:part name="data" element="event_asgt:operationData"/>
	</wsdl:message>
	<wsdl:message name="deletewomsg">
		<wsdl:part name="data" element="delete_wo:operationData"/>
	</wsdl:message>
	<wsdl:message name="acknackmsg">
		<wsdl:part name="data" element="acknack:operationData"/>
	</wsdl:message>
	<wsdl:portType name="coordport">
		<wsdl:operation name="create_asgt">
			<wsdl:input message="coordws:createasgtmsg"/>
			<wsdl:output message="coordws:acknackmsg"/>
		</wsdl:operation>
		<wsdl:operation name="create_wo">
			<wsdl:input message="coordws:createwomsg"/>
			<wsdl:output message="coordws:acknackmsg"/>
		</wsdl:operation>
		<wsdl:operation name="update_wo">
			<wsdl:input message="coordws:updatewomsg"/>
			<wsdl:output message="coordws:acknackmsg"/>
		</wsdl:operation>
		<wsdl:operation name="event_wo">
			<wsdl:input message="coordws:eventwomsg"/>
			<wsdl:output message="coordws:acknackmsg"/>
		</wsdl:operation>
		<wsdl:operation name="event_asgt">
			<wsdl:input message="coordws:eventasgtmsg"/>
			<wsdl:output message="coordws:acknackmsg"/>
		</wsdl:operation>
		<wsdl:operation name="delete_wo">
			<wsdl:input message="coordws:deletewomsg"/>
			<wsdl:output message="coordws:acknackmsg"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="coordbind" type="coordws:coordport">
		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="create_asgt">
			<soap:operation soapAction="http://ws.ismobile.com/"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="create_wo">
			<soap:operation soapAction="http://ws.ismobile.com/"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="update_wo">
			<soap:operation soapAction="http://ws.ismobile.com/"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="event_wo">
			<soap:operation soapAction="http://ws.ismobile.com/"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="event_asgt">
			<soap:operation soapAction="http://ws.ismobile.com/"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="delete_wo">
			<soap:operation soapAction="http://ws.ismobile.com/"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="coordservice">
		<wsdl:documentation/>
		<wsdl:port name="coordport" binding="coordws:coordbind">
			<soap:address location="http://localhost:8085/cwi"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
