SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 216 | Next

Frank Jennings, David Salter

"Building SOA-Based Composite Applications Using NetBeans IDE 6"

parameters/return = false() )
Based on the above condition, we send auto notification mail. For this you need to
install SMTP binding component.
Create MailResponder.wsdl file just like you created StoreItinerary.wsdl but
select the binding type as SMTP. Now, make changes to StoreItinerary.wsdl to
add SMTP server related information shown as follows:

"http://j2ee.netbeans.org/wsdl/MailResponder"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://j2ee.netbeans.org/wsdl/MailResponder"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:smtp="http://schemas.sun.com/jbi/wsdl-extensions/smtp/">








"tns:MailResponderOperationRequest"/>


Building a Sample Application
[ 264 ]
"tns:MailResponderPortType">




from="fromPart"/>





204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228