Back Forward Service Package form
Completing the Deployment tab

  1. About 
  2. New 
  3. Context 
  4. Pooling 
  5. Methods 
  6. Deployment 
  7. History 
  8. More... 

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

Before you begin

  1. Create the service rules that belong to this service package. Then update the list on the Methods tab and save the form.
  2. Make sure that your RuleSet list provides access to all the service rules in the package. B-2525
  3. If your development team uses check-out and check-in, ensure that all service rules, service activities, and other rules they reference are checked in before using this tab. Rules in personal RuleSets (that is, the checked-out versions of rules) are ignored when you click the Generate Deployment Files button. SR-4724

Completing the fields

This section describes the fields on the Deployment tab. Complete this tab as appropriate for the service type.

Field

Description

Deployment Type

SmartPromptThe options that appear in this field depend on what the Service Type is set to on the Methods tab.

Type

Description

WSDL or
WSDL for WebLogic.

WSDL generates a WSDL file for SOAP or dotNET services.

WSDL for WebLogic generates a WSDL file for SOAP services, using the appropriate syntax for WebLogic's WSDLtoJava tool. Use this option when the client application that communicates with these services is deployed in WebLogic. For information about building SOAP services, see Building SOAP Services, a document on the Integration section of the PDN.

V2.0(RMI) or V2.0(Local)

Generates a JAR file that represents EJB service rules. For information about deploying EJB services, see Building EJB Services, a document on the Integration area of the PDN.
NoteFor information about the V2.0(SOAP) or V1.0(SOAP) options, see Building EJB Services, a document on the Integration area of the PDN.

RemoteJavaClass or LocalJavaClass

For Service Java, to generate a JAR file that represents Java service rules.

JSR-168
(Portlet 1.0)
or JSR-286
(Portlet 2.0)

Generates a portlet.war Web archive (WAR) file that represents a portlet service rule. For information about building portlet services, see Building Portlet Services, a document on the Integration area of the PDN.

WSRP 1.0 Producer

Generates a portlet.war Web archive (WAR) file that can be deployed as an OASIS Web Services for Remote Portlets (WSRP) producer. For information, see PDN article How to deploy a Process Commander portlet as a WSRP producer.PROJ-853

DLL To generate a (local Windows workstation) Dynamic Linked Library file that represents COM service rules. See Deploying COM Services.
Service Class

SmartPromptSpecify 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.

Deploying COM services

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:

PRPC places the generated DLL file on your client Windows workstation. You can build it with the downloaded ActiveX control named prPackageCOMint.

Up About Service Package data instances