Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components
Close Print View
Using JBI Components: HTTP Connectivity
 

Configuring JBI Components

Configuring WSDL Extensibility Elements

HTTP WSDL Extensibility Elements

HTTP Connectivity

HTTP Binding

SOAP WSDL Extensibility Elements

SOAP Connectivity

SOAP Binding

Configuring JBI Runtime Properties

Configuring the BPEL Service Engine Runtime Properties

Starting the Application Server

Viewing Service Engine Properties

Runtime Property Descriptions

HTTP Binding Component Runtime Properties

Configuring BPEL Service Engine Clustering and Failover

Clustering

Failover

Clustering/Failover Considerations

Configuring the HTTP Binding Component for Clustering

Administering JBI Components for Java CAPS

Using the Java EE Service Engine in a Project

Using the Java EE Service Engine to Create a Composite Application

Using the BPEL Designer and Service Engine

Using the HTTP Binding Component

Processing an Order in a Purchase Order System

Designing Custom Encoders

Using the XSLT Editor

XSLT Designer: Simple Transformation Tutorial

Using the File Binding Component

Using the File Binding Component in a Project

Using the JMS Binding Component

Understanding the FTP Binding Component

Using the FTP Binding Component in a Project

Understanding the LDAP Binding Component

Using the LDAP Binding Component in a Project

Using the JMS JCA Wizard

Using the JAXB Wizard and Code-Seeder Pallete

Understanding the Database Binding Component

Using the Database Binding Component

Using the WSDL Editor

Migrating From eTL to Sun Data Integrator

Designing Intelligent Event Processor (IEP) Projects

Designing Data Integrator Projects

Using the Sun Data Mashup Engine

HTTP Connectivity

HTTP Connectivity elements consist of the address element.

The HTTP Address Element

The HTTP address extensibility element allows the user to specify connectivity information to the HTTP server.

The HTTP Address Element Attributes

Property
Description
Required or Optional
Example
location
A URL which specifies the connectivity information to connect to the HTTP server.
Required
http://myhost:7676/some/additional/context

The following example illustrates the use of the HTTP address extensibility element defined for a service port:

<port binding="y:binding" name="soapEndpoint">
   <http:address location="http://myhost:7676/some/additional/context" />
</port>