$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Monitor data from a SOAP data source. IBM Tivoli Monitoring, Version 6.3
SOAP configuration
After a SOAP data source is added, the configuration is displayed on the Runtime Configuration page of the Agent Editor.
Configuration sections are added for HTTP Server, for Proxy Server, and for Java. For information about Proxy server configuration, see (Proxy Server configuration). For information about Java configuration, see (Java configuration).
HTTP Server
The HTTP Server configuration section contains the following properties:
HTTP Server configuration properties
Name Valid values Required Description HTTP user name String No The HTTP user. HTTP password Password No The HTTP server password. HTTP server name String (The default value is localhost)
No The host or IP address of the HTTP server HTTP port number Numeric (The default value is 80)
No The host or IP address of the HTTP server Certificate validation enabled True, False (The default value is True)
Yes Disable certificate validation is potentially insecure HTTP trust store file Path to a file No The HTTP trust store file HTTP trust store password The HTTP trust store password No The HTTP trust store password
Proxy server
If the system where the agent is running requires a proxy to access the SOAP data provider, specify proxy server configuration properties. See (Proxy Server configuration).
Parent topic:
Monitor data from a SOAP data source.