1 project overview, Project overview – Sun Microsystems 5.1.1 User Manual

Page 83

Advertising
background image

Chapter 6

Section 6.6

Implementing the HTTPS eWay BPEL Sample Projects

Building and Deploying the prjHTTPServer_BPEL Sample Project

HTTPS eWay Adapter User’s Guide

83

Sun Microsystems, Inc.

2

From your output directory, verify the output data.

6.6

Building 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.1

Project 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>

Advertising