Viewpoint must connect to the Moab Web Services in order to communicate with Moab.
If you receive bad request (400) errors in Viewpoint, Web Services could be down, unavailable, or incorrectly connected.
To manually connect Viewpoint to the Moab Web Services
mws {
baseUrl="http://localhost:8080/mws/rest"
username="admin"
password="secret"
}
Modify the content according to your Moab Web Services settings, specifying your host name, username, and password.
Related topics