How do I authenticate to the web-services?

Printer-friendly version

The authentication is managed by HTTP authentication (HTTPAUTH), and it is therefore trivial to authenticate the HTTP/SOAP connection. In most languages, it's just one or two lines of code. However, for clarity, we have provided some examples.

Authentication in Java

Authentication in C#