blob: 8a9c2b0a738fac9bde8c20c8634785c5cb4c5288 [file] [log] [blame]
<?xml version='1.0' encoding='utf-8'?>
<wsdl:definitions xmlns:tns="http://www.example.org/duration" xmlns:diag="http://example.com/BugCastDayTimeDurationToDuration" xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:pnlk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:this="http://example.com/BugCastDayTimeDurationToDuration/Pool" xmlns:Pool0="http://example.com/BugCastDayTimeDurationToDuration/Pool0" targetNamespace="http://example.com/BugCastDayTimeDurationToDuration/Pool">
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://example.com/BugCastDayTimeDurationToDuration/Pool">
<xs:import namespace="http://www.example.org/duration" schemaLocation="duration.xsd"/>
<xs:element name="TaskRequest" type="tns:Complext"/>
<xs:element name="TaskResponse" type="xs:string"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="TaskRequest">
<wsdl:part name="body" element="this:TaskRequest"/>
</wsdl:message>
<wsdl:message name="TaskResponse">
<wsdl:part name="body" element="this:TaskResponse"/>
</wsdl:message>
<wsdl:portType name="ForPool0">
<wsdl:operation name="Task">
<wsdl:input message="this:TaskRequest" name="Task"/>
<wsdl:output message="this:TaskResponse" name="TaskResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CanonicBindingForPool0" type="this:ForPool0">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Task">
<soap:operation style="document" soapAction="http://example.com/BugCastDayTimeDurationToDuration/Pool/ForPool0/Task"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CanonicServiceForPool0">
<wsdl:port name="canonicPort" binding="this:CanonicBindingForPool0">
<soap:address location="http://localhost:8080/ode/processes/BugcastDayTimeDurationToDuration/BugCastDayTimeDurationToDuration/Pool/Pool0"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>