Service Package form
|
|
Use the Deployment tab of a service package to generate deployment files for a SOAP, .NET, EJB, Java, Portlet (JSR168), or COM 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 PRPC is finished, it stores the file in a top-level directory of the PRPC 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 PRPC 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 PRPC serversPortNumber
— The TCP/IP port number dedicated to PRPC HTTP requestssLoginName
— PRPC user namesLoginPassword
— PRPC user passwordPRPC places the generated DLL file on your client Windows workstation. You can build it with the downloaded ActiveX control named prPackageCOMint
.