When using IT Asset Manager (ITAM) SOAP web services, end users may be interested in reviewing SOAP web services methods and a means to test.
Are there are a series of ITAM URLs that one can access to run such testing?
CA IT Asset Manager 14.1 and later
All Supported Operating Systems
The URL of interest is:
http://ITAMSERVER:99/ITAMService/Service.asmx
One can access select Web Services methods via this approach. Example: One can select the Login method by choosing "Login" on the page, or directly access:
http://ITAMSERVER:99/ITAMService/Service.asmx?op=Login
A login prompt would be presented for testing, and one can experiment with the entry of valid and invalid credentials.
Please note that the above assumes a default install of ITAM that is listening on port 99 on a non-SSL configuration.