2.3 Server Endpoints

An endpoint is the URL that you use to connect your client application to the Vibe server. Depending on the authentication method you want to use and other factors, you must choose one of the following five endpoints to specify in your client application:

  • /ssf/ws/TeamingServiceV1: Use this endpoint if you want to use WSS authentication with the latest Web services operations. See Authentication.

  • /ssf/ws/Facade: Use this endpoint if you want to use the deprecated Web services operation. This endpoint requires WSS authentication.

  • /ssr/secure/ws/TeamingServiceV1: Use this endpoint only if you are using HTTP Basic Authentication with the latest Web services operations.

  • /ssr/token/ws/TeamingServiceV1: Use this endpoint when you are making a Web services call as a remote application.

  • /ssr/ws/TeamingServiceV1: Use this endpoint when you want to access Vibe as an anonymous user (not specifying any username or password).