Overview
Server Side Integration
Atollon provides developers with full access to server functions using Web Services based on SOAP. Any web service is described using WSDL. Each of the WSDL files is available at Host location, including CSS formatted version for human reading. Simply enter Host URL with the name of the WSDL file into browser and you may get overview about the functions supported.
Atollon provides access to almost all functions supported by the solution using Web Services.
Example Connect
Try to access testing sandbox at our vulcano.atollon.com server.
Use QuickLogin function based on definition at https://river.atollon.com/main.wsdl
Parameters
URI: https://river.atollon.com/soap
server: ask us
password: hash5
user: ask us
Demo Credentials
Server:
User:
Pass:
md5 hash
You can generate your own password md5 hash using:
echo -n "password" | md5sum
API Use Cases
You are free to develop any business application / client portal on top of Atollon Server Platform. Applications being developed on top of ASP include usually web integrations of any kind (Web Leads forms, Applicant tracking forms, Projects reporting, client portal, sales automation functions, etc.). The same API is used for Atollon's core products.
Examples
Atollon Web Services
- API design principles: API principles
- WSDL listing: Atollon WSDL files
- Request examples: WSDL requests
- Response exceptions: Exception listing
Web Services Startup
- Request should be encapsulated as text/xml (not text/plain)
- Use SOAP UI for testing request/response - basic usage
- Use Wireshark to monitor communication client/server