openesb-components/driver-tests/smtpbc/SMTPBCTests/mailtoNoIdBpel/src/smtpInterfaceWSDL.wsdl

37 lines
2.1 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="http://j2ee.netbeans.org/wsdl/smtpInterfaceWSDL"
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/smtpInterfaceWSDL" name="smtpInterfaceWSDL" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:smtp="http://schemas.sun.com/jbi/wsdl-extensions/smtp/">
<wsdl:types/>
<wsdl:message name="smtpInterfaceWSDLOperationRequest">
<wsdl:part name="part1" type="xsd:string"/>
</wsdl:message>
<wsdl:portType name="smtpInterfaceWSDLPortType">
<wsdl:operation name="smtpInterfaceWSDLOperation">
<wsdl:input name="input1" message="tns:smtpInterfaceWSDLOperationRequest"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="smtpInterfaceWSDLBinding" type="tns:smtpInterfaceWSDLPortType">
<smtp:binding/>
<wsdl:operation name="smtpInterfaceWSDLOperation">
<smtp:operation/>
<wsdl:input name="input1">
<smtp:input message="part1"/>
</wsdl:input>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="smtpInterfaceWSDLService">
<wsdl:port name="smtpInterfaceWSDLPort" binding="tns:smtpInterfaceWSDLBinding">
<smtp:address location="mailto:" smtpserver="boreas.stc.com" useSSL="false"/>
</wsdl:port>
</wsdl:service>
<plnk:partnerLinkType name="smtpInterfaceWSDLPartner">
<!-- partnerLinkType are automatically generated when a new portType is added. partnerLinkType 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="smtpInterfaceWSDLPortTypeRole" portType="tns:smtpInterfaceWSDLPortType"/>
</plnk:partnerLinkType>
</definitions>