Service Package form
|
Use the Deployment tab of a service package to generate deployment files for a SOAP, .NET, EJB, Java, Portlet (JSR168), COM, or CORBA service package.03-04 C-583
This section describes the fields on the Deployment tab. Complete this tab as appropriate for the service type.
Field |
Description |
||||||||||||||||
Deployment Type |
The options that appear in this field depend on what the Service Type is set to on the Methods tab.
|
||||||||||||||||
Service Class |
Specify the service class name (Customer Class Name) — the second key part the service rules (methods) in the package — to restrict the deployment file to represent only those service rules in that service class. |
||||||||||||||||
Generate Deployment Files |
Save the service package. Then click this button to start the file generation. When Process Commander is finished, it stores the file in a top-level directory of the Process Commander application and displays the location of the file. You can then download the file. |
||||||||||||||||
Deployment Results |
This text area describes the files created, and any errors encountered. |
Use the Deployment tab to when working with Process Commander from a Windows 2000/XP client workstation that has Microsoft Visual Studio 5 or later installed. Use this tab only after completing and saving all the Service COM rules that collectively make up the package.
Click the button to generate an ActiveX DLL file that encapsulates selected sets of activities known as a package. For each activity in the package, the generated DLL has a public method that matches the activities name. Method arguments match activity parameters in quantity, order, and data type. The system creates a DLL with the following public properties exposed:
sZeusServer
— URL of an available Process
Commander serversPortNumber
— The TCP/IP port number dedicated
to Process Commander HTTP requestssLoginName
— Process Commander user namesLoginPassword
— Process Commander user
passwordProcess Commander places the generated DLL file on your client Windows
workstation. You can build it with the downloaded ActiveX control named
prPackageCOMint
.
(Deprecated)) Use this tab to generate an Object Management Group IDL (Interface Definition Language) file. A client that wants to communicate with the Process Commander ORB (Object Request Broker) uses this IDL interface to construct client-side proxy objects to make the remote method calls.
The system places the IDL file in the idl
folder of the
Process Commander server. You can copy this text into your Windows
clipboard and then paste it into a local text file, or the you can
retrieve the file from the server. TANDP 11/7/02 Q-102
To retrieve the generated IDL file, from the Process Commander server, start Internet Explorer and retrieve it from:
http://Process Commander server/idl/class name.idl.
Replace Process Commander server with the name of the Process Commander server node to which you connected. Replace class name with the Customer Class key part of the Service CORBA rule.