<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://soap.rsb.openanalytics.eu/jobs"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:jobs="http://soap.rsb.openanalytics.eu/jobs"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:types="http://soap.rsb.openanalytics.eu/types"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
>
<wsdl:types>
<xs:schema targetNamespace="http://soap.rsb.openanalytics.eu/jobs">
<xs:import namespace="http://soap.rsb.openanalytics.eu/types" schemaLocation="soap-data.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="MtomJobProcessor.process">
<wsdl:documentation>
<![CDATA[]]>
</wsdl:documentation>
<wsdl:part name="job" element="types:job">
</wsdl:part>
</wsdl:message>
<wsdl:message name="MtomJobProcessor.processResponse">
<wsdl:documentation>
<![CDATA[]]>
</wsdl:documentation>
<wsdl:part name="result" element="types:result">
</wsdl:part>
</wsdl:message>
<wsdl:portType name="MtomJobProcessor">
<wsdl:documentation>
<![CDATA[This class was generated by Apache CXF 2.7.8
2015-03-22T00:10:24.867+01:00
Generated source version: 2.7.8]]>
</wsdl:documentation>
<wsdl:operation name="Process">
<wsdl:input message="jobs:MtomJobProcessor.process"/>
<wsdl:output message="jobs:MtomJobProcessor.processResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="MtomJobProcessorPortBinding" type="jobs:MtomJobProcessor">
<wsdl:documentation>
<![CDATA[SOAP Binding for MtomJobProcessor]]>
</wsdl:documentation>
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<wsdl:operation name="Process">
<soap:operation soapAction=""/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="MtomJobService">
<wsdl:port name="MtomJobProcessorPort" binding="jobs:MtomJobProcessorPortBinding">
<soap:address location="http://localhost:8080/rsb/soap/MtomJobService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>