Chapter 6 | Section 6.6 |
Implementing the HTTPS eWay BPEL Sample Projects | Building and Deploying the prjHTTPServer_BPEL Sample Project |
2From your output directory, verify the output data.
6.6Building and Deploying the prjHTTPServer_BPEL Sample Project
The HTTPS eWay server sample Project prjHTTPServer_BPEL demonstrates how the HTTPS eWay receives information via HTTP from a server. Resulting or confirming information is then written to a data file.
Project Overview on page 83
Creating a Project on page 86
Creating the OTD on page 86
Creating a Business Process on page 86
Creating a Connectivity Map on page 90
Creating an Environment on page 92
Configuring the eWays on page 92
Creating and Activating the Deployment Profile on page 93
Creating and Starting the Domain on page 93
Building and Deploying the Project on page 93
Running the Sample on page 93
6.6.1Project Overview
Before you can run the Project, you must first copy the following .html input form file into any directory:
postBPELHTTPS
The content of postBPELHTTPS.html is:
<HTML><HEAD><TITLE>HTTPS Test Page</TITLE></HEAD> <BODY>
<FORM ACTION="http://localhost:18001/ Deployment1_servlet_HttpServerSample/ HttpServerSample" METHOD=POST>
<TABLE>
<TR><TD>First Name:</TD><TD><INPUT NAME=fname></TD></TR> <TR><TD>Last Name:</TD><TD><INPUT NAME=lname></TD></TR> <TR><TD>EMail:</TD><TD><INPUT NAME=email></TD></TR> <TR><TD>Sex:</TD><TD><INPUT type="radio" name="sex"
value="Male">Male</TD></TR> <TR><TD></TD><TD><INPUT type="radio" name="sex"
value="Female">Female</TD></TR>
<TR><TD></TD><TD></TD></TR>
</TABLE>
<BR>
<CENTER><INPUT TYPE=submit VALUE="Submit"></CENTER>
HTTPS eWay Adapter User’s Guide | 83 | Sun Microsystems, Inc. |