Sun Microsystems 5.1.1 manual Building and Deploying the prjHTTPServerBPEL Sample Project

Models: 5.1.1

1 114
Download 114 pages 56.55 Kb
Page 83
Image 83

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.

Page 83
Image 83
Sun Microsystems 5.1.1 manual Building and Deploying the prjHTTPServerBPEL Sample Project