HTTP transport custom properties for Web services applications

 

+

Search Tips   |   Advanced Search

 

HTTP transport properties can be used to...

 

Properties that manage the connection pool for Web services HTTP outbound connections

For information about how to configure these properties see...

Configure additional HTTP transport properties using the console

These properties can only be configured as JVM custom properties.

Establishing a connection is an expensive operation. Connection pooling improves performance by avoiding the overhead of creating and disconnecting connections. When an application invokes a Web service over an HTTP transport, the HTTP outbound connector for the Web service locates and uses an existing connection from a pool of connections. When the response is received, the connector returns the connection to the connection pool for reuse. The overhead to create and disconnect the connection is avoided.

The following properties are only configured as JVM custom properties that manage the connection pool for HTTP outbound connections for Web services applications:

 

Additional HTTP transport properties

Additional HTTP transport properties can also be configured for Web services applications.

For more information about how to configure these properties see...

The following are additional HTTP transport properties that can be configured:




 

Related tasks


Securing Web services applications at the transport level