Proxy Settings For Event Subscriptions
:: warning This topic only applies to on-premise installations.
::
If your AlphaTrust® e-Sign server is on a network that uses a proxy, you may need to create an exception to allow the notification to get through without using requiring the proxy. In a \Windows\SysWOW64\
command prompt, use the following command to create a proxy bypass list:
netsh winhttp set proxy [proxy-server=] ProxyServerName [bypass-list=] <HostsList>
Make sure that you include http://
or https://
appropriately for all <HostsList>
entries.
Task Event Subscriptions
There are two methods that are supported for notifying your application of these status change events: (1) HTTP POST, and (2) HTTP GET.
API Logs
When using the Web Service API calls to create and manage transactions, documents, participants, tasks, groups, and users, you have the ability to enable logging on any of these calls on an individual basis by setting the Request property of EnableLogging=true. All "Request" reqs have this property available.