openesb-components/driver-tests/smtpbc/SMTPBCTests/INOUTTestBpel/src/smtpoutbound.wsdl

37 lines
2.1 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://j2ee.netbeans.org/wsdl/smtpoutbound"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/smtpoutbound" name="smtpoutbound" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" xmlns:smtp="http://schemas.sun.com/jbi/wsdl-extensions/smtp/">
<wsdl:types/>
<wsdl:message name="smtpoutboundOperationRequest">
<wsdl:part name="part1" type="xsd:string"/>
</wsdl:message>
<wsdl:portType name="smtpoutboundPortType">
<wsdl:operation name="smtpoutboundOperation">
<wsdl:input name="input1" message="tns:smtpoutboundOperationRequest"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="smtpoutboundBinding" type="tns:smtpoutboundPortType">
<smtp:binding/>
<wsdl:operation name="smtpoutboundOperation">
<smtp:operation/>
<wsdl:input name="input1">
<smtp:input message="part1"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="smtpoutboundService">
<wsdl:port name="smtpoutboundPort" binding="tns:smtpoutboundBinding">
<smtp:address location="mailto:someUser@localhost.com" smtpserver="localhost"/>
</wsdl:port>
</wsdl:service>
<plnk:partnerLinkType name="smtpoutboundPartner">
<!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
<plnk:role name="smtpoutboundPortTypeRole" portType="tns:smtpoutboundPortType"/>
</plnk:partnerLinkType>
</definitions>