Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Configuring: Creating a Web Service Definition for the File 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 File Binding Component

For testing purposes, you can publish the master index broadcasts to a file using the File BC as described below. In a production environment, it is more likely that a SOAP or HTTP binding type would be used.

To Create the File Web Service Definition
  1. Complete the procedure described in Creating a Web Service Definition for the JMS Binding Component.
  2. Right-click the 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 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 File.
    3. In the Type field, select Write.
  5. Click Next.

    The Request Configuration window appears.

  6. In the File Write section, enter the following information:
    • File Name - The name of the file that output data will be written to.

    • Path - The absolute path to the directory where you want to store the output file.

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

    The contents of the WSDL file appears in the editor.

  9. Continue to Creating a BPEL Process to Access the Master Index Topic.