Previous Topic: Redeploy the Web ServicesNext Topic: SOAP Error Handling


Web Services Security

When you deploy web services, understand the important security considerations. The default configuration when using HTTP is insecure, as it is for all information in web service calls sent between the client and the server in plain text over the network using the HTTP protocol. This includes not only application data, such as ticket descriptions and contact names, but also web service session identifiers (SID). Depending upon the web service application login methods used, it can include passwords.

We recommand that Administrators deploying web services review this information carefully, and to take additional configuration steps at the application and network levels to secure their web service environment.

Important! The default web service configuration used with HTTP is insecure and vulnerable to security threats, which can include password discovery, session fixation, and data spying, among others.

There are three interrelated key security considerations in deploying Web Services:

The following describes each security feature:

More information:

External Specifications