...
SOAP URL | the URL to locate the USAS or USPS SOAP service |
Username | name to use when connecting to the USAS or USPS SOAP service |
Password | password needed to authenticate to the USAS or USPS SOAP service |
SOAP Service URL
This is the URL where the USAS or USPS SOAP service is installed. This must be full URL to the EMIS service within the respective application service:
For USAS:
Code Block |
---|
http://{server}[:port]/{context}/services/USASEMISWS |
For USPS:
Code Block |
---|
http://{server}[:port]/{context}/services/USPSEMISWS |
Where {server} is the host name or IP address hosting the service and {context} is the context where the SOAP service is installed. You may also use "https" if you prefer to encrypt the traffic between the agent and SOAP service. You may refer to EMIS SIF Agent Integration for additional information on the USAS/USPS SOAP services.
You will need valid content for all three of these fields to configure and connect the agent successfully.
Figure 7. SOAP Connection
...