blob: 9ace7a317b4a560c87f19d10ec186e1af3878252 [file] [log] [blame]
<?xml version='1.0' encoding='utf-8'?>
<wsdl:definitions xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:diag="http://example.com/NewDiagram" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:Pool0="http://example.com/NewDiagram/Pool0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:pnlk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:this="http://example.com/NewDiagram/Pool" targetNamespace="http://example.com/NewDiagram/Pool">
<wsdl:types>
<xs:schema elementFormDefault="qualified" targetNamespace="http://example.com/NewDiagram/Pool">
<xs:element name="TaskRequest" type="xs:string"/>
<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/NewDiagram/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/BugTimer/NewDiagram/Pool/Pool0"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>