Configuring the Axis HTTP Client
Making multiple concurrent SOAP requests from a portlet in My webMethods Server to a web service in Integration Server might result in longer response times, or request timeouts. In such cases, you can modify the connection settings of the built-in Axis client for My webMethods Server, by including additional parameters in the custom_wrapper.conf file.
The following table lists the custom JVM parameters that you use o configure the Axis client in My webMethods Server.
Parameter | Description |
axisclient.DefaultMaxConnections PerHost | The maximum number of concurrent connections to a service on a host. The default value is 10. |
axisclient.MaxTotalConnections | The maximum number of active connections for a single client instance. The default value is 100. |
For more information about modifying the custom_wrapper.conf file, see
The Java Service Wrapper.