Summary - Steps on how to verify your credentials to use with Infrascale's Web API (Application Programming Interface).
-
-
- Install a tool that allows the execution of SOAP (Simple Object Access Protocol) requests. For this example, we use SoapUI, which can be downloaded here.
- Create a new project
Select the "Add WDSL" (Web Service Description Language) item from its context menu for a new project:
- Paste a WSDL link, an example of this is for the Account Management Service.
For more details on the Infrascale Web API, view the following link. - In the list of available methods navigate to "GetAccountInfo". Refer to the following screenshot on which fields you need to fill in:
- Double click Request1 and fill in three fields in the request form:
Web API Username
Web API Password
The name of a backup account on your dashboard - Execute the request
- Install a tool that allows the execution of SOAP (Simple Object Access Protocol) requests. For this example, we use SoapUI, which can be downloaded here.
-
You will get a result in the output section of the request. “Success” means the Webapi credentials are valid.
Comments
0 comments
Article is closed for comments.