Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Creating a Web Service Definition for the JMS Binding Component
 

Classic Java CAPS

Configuring JMS Clients

Configuring Java CAPS for SSL Support

Configuring Java CAPS Business Processes

Configuring Environment Components for the Sun Business Process Manager

Configuring Sun Master Indexes (Repository)

Configuring Java CAPS Project Components for Application Adapters

Configuring Java CAPS Project Components for Communication Adapters

Configuring Java CAPS Project Components for Database Adapters

Configuring Java CAPS Project Components for Web Server Adapters

Configuring Java CAPS Environment Components for Application Adapters

Configuring Java CAPS Environment Components for Communications Adapters

Configuring Java CAPS Environment Components for Database Adapters

Configuring Java CAPS Environment Components for Web Server Adapters

Configuring JDBC/ODBC Drivers

Configuring SAP R/3 for the SAP BAPI Adapter

Configuring Secure Network Communications for SAP

Configuring Siebel EAI Workflows

Importing an SNA Custom Handshake Class

Configuring WebLogic for Asynchronous Communication

Configuring Master Index (Repository) Connectivity and Environments

Related Topics for Sun Adapter for Batch/FTP

Java EE Based Components

Broadcasting Master Index Updates to External Systems

Related Topics

About Sun Master Index Broadcasts

Creating a JMS Connection Factory

To Create a JMS Connection Factory

Defining the Client Connection to the JMS Topic Using BPEL

Creating the BPEL Project for the Master Index Topic

Creating a Web Service Definition for the JMS Binding Component

Creating a Web Service Definition for the File Binding Component

Creating a BPEL Process to Access the Master Index Topic

Creating a Composite Application for Master Index Broadcasts

To Create the Composite Application

Testing the Master Index Broadcast Configuration

To Test the Master Index Broadcast Configuration

Sample Master Index Broadcast Message

Configuring Sun Master Indexes

Creating a Web Service Definition for the JMS Binding Component

A JMS BC provides the connection between the JMS Topic and the BPEL process. The web service definition configures this connection.

To Create the JMS Web Service Definition
  1. Complete the procedure described in Creating the BPEL Project for the Master Index Topic.
  2. Right-click the new BPEL project, point to New, and then select WSDL Document.

    The New WSDL Document Wizard appears.

  3. In the upper portion of the window, enter a file name and folder name for the WSDL file.
  4. In the lower portion of the window, do the following:
    1. Select Concrete WSDL Document.
    2. In the Binding Field, select JMS.
    3. In the Type field, select Receive.
  5. Click Next.

    The Request Connection Configuration window appears.

  6. In the JMS Connection section, enter the following information:
    • Connection URL - The URL to connect to the message server. The format of the URL is mq://host_name:port. The default port is 7676.

    • User Name - The user name to log on to the message server. The default user name is admin.

    • Password - The password to log on to the message server. The default password is admin.

  7. (Optional) Configure the Payload Processing section according to your requirements.
  8. Click Next.

    The Request Consumer Configuration window appears.

  9. Configure the Destination Properties as follows:
    1. For the Destination property, enter Application_NameTopic, where Application_Name is the name of the master index application.
    2. For the Destination Type, select Topic.
    3. For Subscription Durability, select Non-durable.
    4. Select XA Transaction if you are using XA transactions.
  10. In the JMS Consumer Properties, you can leave the default or empty values.
  11. Click Next.

    The Advanced Configuration window appears.

  12. You can enter any of the advanced options listed at the bottom of this window, or click Finish if you do not need advanced options.

    The contents of the WSDL file appears in the editor after you click Finish.