openesb-components/driver-tests/bpelse/assign/AssignBpel/build/Assign/echoFalse.wsdl

43 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:slnk="http://schemas.xmlsoap.org/ws/2002/07/service-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://stc.com/echoFalse" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="echoFalse" targetNamespace="http://stc.com/echoFalse">
<types>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://stc.com/echoFalse">
<xsd:element name="item">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</types>
<message name="echoFalse">
<part element="tns:item" name="part"/>
</message>
<portType name="echoFalse">
<operation name="echoFalse">
<input message="tns:echoFalse"/>
<output message="tns:echoFalse"/>
</operation>
</portType>
<binding name="Binding" type="tns:echoFalse">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="echoFalse">
<soap:operation soapAction="echoFalse"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="echoFalseService">
<port binding="tns:Binding" name="port">
<soap:address location="http://localhost:${HttpDefaultPort}/echoFalse"/>
</port>
</service>
<plnk:partnerLinkType xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" name="SLT">
<plnk:role name="server" portType="tns:echoFalse"/>
</plnk:partnerLinkType>
</definitions>