<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions name="BizTalkServiceInstance" targetNamespace="http://WO.fi.TyoTeho" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://WO.fi.TyoTeho" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
	<wsdl:documentation>
		<CreationInfo Created="2016-04-22 15:02:07Z"/>
	</wsdl:documentation>
	<wsdl:types>
		<xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/Message" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/Message">
			<xs:complexType name="MessageBody">
				<xs:sequence>
					<xs:any minOccurs="0" maxOccurs="unbounded" namespace="##any"/>
				</xs:sequence>
			</xs:complexType>
		</xs:schema>
		<xs:schema targetNamespace="http://WO.fi.TyoTeho/Imports" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://WO.fi.TyoTeho/Imports">
			<xs:import namespace="http://WO.fi.TyoTeho.Schemas.Salary_Export"/>
			<xs:import namespace="http://WO.fi.TyoTeho.Schemas.TimeReportResponse"/>
		</xs:schema>
		<xs:schema targetNamespace="http://WO.fi.TyoTeho.Schemas.Salary_Export" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns="http://WO.fi.TyoTeho.Schemas.Salary_Export">
			<xs:element name="SALARY_EXPORTS">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="EXPORT_START_DATE" type="xs:dateTime"/>
						<xs:element name="EXPORT_END_DATE" type="xs:dateTime"/>
						<xs:element name="EMP_ID">
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:maxLength value="100"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
						<xs:element minOccurs="0" maxOccurs="unbounded" name="SALARY_EXPORT">
							<xs:complexType>
								<xs:sequence>
									<xs:element minOccurs="1" name="SALARY_DATE" type="xs:dateTime"/>
									<xs:element minOccurs="0" name="COMPANY_ID" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="20"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element minOccurs="1" name="AMOUNT" type="xs:decimal"/>
									<xs:element minOccurs="0" name="PROJECT_CODE" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="200"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element minOccurs="0" name="PROJECT_TYPE" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="10"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element minOccurs="0" name="SALARY_CODE" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="100"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element minOccurs="0" name="COMMENT" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="2000"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element minOccurs="0" name="CRAFTREPORT_CODE" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="100"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
									<xs:element minOccurs="0" name="ADDINFO" nillable="true">
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:maxLength value="2000"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:schema>
		<xs:schema targetNamespace="http://WO.fi.TyoTeho.Schemas.TimeReportResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:b="http://schemas.microsoft.com/BizTalk/2003" xmlns="http://WO.fi.TyoTeho.Schemas.TimeReportResponse">
			<xs:element name="Response">
				<xs:complexType>
					<xs:sequence>
						<xs:element minOccurs="1" maxOccurs="1" name="Success" type="xs:boolean"/>
						<xs:element minOccurs="0" maxOccurs="1" name="Message" type="xs:string"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="TimeReportService_Operation_InputMessage">
		<wsdl:part name="part" element="q1:SALARY_EXPORTS" xmlns:q1="http://WO.fi.TyoTeho.Schemas.Salary_Export"/>
	</wsdl:message>
	<wsdl:message name="TimeReportService_Operation_OutputMessage">
		<wsdl:part name="part" element="q2:Response" xmlns:q2="http://WO.fi.TyoTeho.Schemas.TimeReportResponse"/>
	</wsdl:message>
	<wsdl:portType name="TimeReportService">
		<wsdl:documentation/>
		<wsdl:operation name="Operation">
			<wsdl:documentation/>
			<wsdl:input message="tns:TimeReportService_Operation_InputMessage"/>
			<wsdl:output message="tns:TimeReportService_Operation_OutputMessage"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="BasicHttpBinding_ITwoWayAsync" type="tns:TimeReportService">
		<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="Operation">
			<wsdl:documentation/>
			<soap:operation soapAction="Operation" style="document"/>
			<wsdl:input>
				<soap:body use="literal"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body use="literal"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="BizTalkServiceInstance">
		<wsdl:port name="BasicHttpBinding_ITwoWayAsync" binding="tns:BasicHttpBinding_ITwoWayAsync">
			<soap:address location="https://domain/TimeReportService/TimeReportService.svc"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
