PowerBuilder/EAServer 6.1 Sample

Author: Jim O'Neil (joneil@sybase.com)
Date: 3/23/2008

This sample demonstrates the use of the EAServer 6.1 .NET client ORB with
PowerBuilder 11.2.  There are four targets included in the associated
workspace.  eascomp deploys a simple PowerBuilder NVO called n_math to EAServer.
The other three targets provide a simple PowerBuilder client application that
invokes that component.  The application can be run as a Win32 executable or 
deployed as a .NET Windows Forms application or .NET Web Forms application.

The application allows you to test connections using both the Connection 
object and the JaguarORB object, with no security, server-only authentication,
or mutual authentication.  For .NET client functionality, the server side
certificate (sample2.cer) and the client side certificate (sample1.p12) 
for mutual authentication are provided as well.  These certificates need to
be installed on the local machine via the Certificates snap-in in the 
Microsoft Management Console (MMC).  Additionally, for mutual authentication
in the Web Forms application, the Windows HTTP Services Certificate Configuration 
Tool is needed to grant permission to the ASP .NET process to access the 
client certificate.  See the PowerBuilder documentation for more information
on configuring the Windows operating certificate store.
