Create or edit a Web Service endpoint for a Invoke Service activity.
<definitions targetNamespace="http://www.acme.com/wsdl/hello.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.acme.com/wsdl/hello.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/ ...</definitions>
<service name="HelloWorld"> <port name="HelloWorld" binding="s0:HelloWorld"> <soap:address location="http://localhost:7001/WS/HelloWorld.jws"/> </port> </service>
<port name="HelloWorld" binding="s0:HelloWorld"> <soap:address location="http://localhost:7001/WS/HelloWorld.jws"/> </port>
<soap:address location="http://localhost:7001/WS/HelloWorld.jws"/>
Option/Field Name | Description |
---|---|
Log into the Server as an Anonymous User | Select this option to connect to the server anonymously. No user account information is required. |
Log into the Server with User Name and Password | Select this option to connect to the server using a user account. When you select this option, you must choose an authentication mode and specify a user name and password. |
Authentication | Allows you to select the type of authentication
that the Integration Appliance uses when connecting to a remote server.
From the list, select one of the following authentication modes:
|
Realm/Domain |
|
User Name | Specifies the User Name for the account used to connect to the Server. |
Password | Specifies the Password for the account used to connect to the HTTP Server. |
When client authentication is required, select the Client Certificate Alias Name check box to specify that the Integration Appliance, acting as a client, provides a certificate to the HTTP Server. This certificate can be used by the HTTP Server for authentication and encryption. If you select this check box, you must provide the name of the certificate. A certificate specified at the activity level with this check box takes precedence over certificates specified at the Integration Appliance level using the mgmt ssl CLI command.
This value specifies the maximum number of connections that the Integration Appliance has open in the connection pool. Specifying "0" means that the number of connections is unbounded. By default, the Integration Appliance can have 25 connections open.
Field name in Endpoint pane | Description | Required or Optional? |
---|---|---|
Host Name | Specifies the hostname of the proxy server. | Required |
Port | Specifies the port number to use to connect to the proxy server. | Required |
User Name | Specifies the username to use for proxy server authentication. | Optional - If your proxy server does not require authentication |
Password | Specifies the password to use for proxy server authentication. | Optional - If your proxy server does not require authentication |