6 access and execution of a test using xml, 1 authenticate – Artesyn ViewCheck on ATCA-7370 Installation and Use (April 2014) User Manual

Page 39

Advertising
background image

Installation of ViewCheck

ViewCheck on ATCA-7370 Installation and Use (6806800S48B)

39

To exit from the ViewCheck CLI:

BSF(diag-vee0)#exit

BSF(VEE-vee0)#exit

BSF(config)#exit

#exit

4.6

Access and Execution of a Test Using XML

You can access ViewCheck XML interface similar to ViewCheck CLI.

1. Establish the secure shell using SSH or Putty.

2. Start the Telnet connection from an already established secure shell.

telnet localhost 15550

Trying 127.0.0.1...

Connected to localhost.localdomain (127.0.0.1).

Escape character is '^]'.

4.6.1

Authenticate

After a connection with the XML Agent is established, the only command which should be
executed is Authenticate. This command is for evaluating user credentials.

The Authentication command contains user name and password for verification. Successful
authentication is indicated by the success response, otherwise an error message is returned.

You need to send the user credentials to XML Agent using the command “Authenticate”. The
XML Agent forwards the authentication request to the BSF system which validates the user
credentials and allows the XML client to access it if the validation is successful.

Request:
In the below request the user credentials “Admin”/"Admin” are created by default in the
BSF. But user may supply user credentials by creating them using the "CreateObject"
command as shown in the section

GetClassList

.

<Script><Authenticate><User>Admin</User><Password>Admin</Passwo

rd></Authenticate></Script>]]>]]>

Advertising