blob: ab64137943963b86cb708face932921c003a8688 [file] [log] [blame]
<?xml version='1.0' encoding='utf-8'?>
<wsdl:definitions xmlns:NewXMLSchema="http://www.example.org/NewXMLSchema" xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:diag="http://example.com/BugFromNodeDateTimeToWait" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.example.org/NewXMLSchema" xmlns:Pool0="http://example.com/BugFromNodeDateTimeToWait/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/BugFromNodeDateTimeToWait/Pool" targetNamespace="http://example.com/BugFromNodeDateTimeToWait/Pool">
<wsdl:types>
<xs:schema targetNamespace="http://www.example.org/NewXMLSchema">
<xs:include schemaLocation="NewXMLSchema.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="TaskRequest">
<wsdl:part name="body" element="tns:date"/>
</wsdl:message>
<wsdl:message name="TaskResponse">
<wsdl:part name="body" element="tns:date"/>
</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/BugFromNodeDateTimeToWait/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/BugFromNodeDateTimeToWait/BugFromNodeDateTimeToWait/Pool/Pool0"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>