Knowledgebase
Jakinid Support Website > Help Desk (Jakinid.com) > Knowledgebase

Search help:


How to check whether the AMS API was working fine or not?

Solution

1) Make sure the methods in the AMS API are working.

The customer can download the free SOAP UI software, which is a freeware, to test Web Services. The following is the procedure to test the AMS API:

Copy the URI of the WSDL endpoint of the AMS Web API using any Internet browser:

·         Create a new project in SOAP UI and paste the URI of the WSDL endpoint:

 

·         Test the Login method:

 

 

The above Login method was returned with a String value which contains the session number that worked well.  Hope this tiny tutorial will help the customer to figure out whether their AMS API was working properly and implement the code to invoke the Web Services. 

 

 

 
Was this article helpful? yes / no
Article details
Article ID: 48
Category: AMS API
Views: 1806
Rating (Votes): Article not rated yet (0)

 
« Go back

$s = 1; if (file_exists(HESK_PATH . 'hesk_license.php')) { $h = (!empty($_SERVER['HTTP_HOST'])) ? $_SERVER['HTTP_HOST'] : ((!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : getenv('SERVER_NAME')); $h = str_replace('www.','',strtolower($h)); include(HESK_PATH . 'hesk_license.php'); if (isset($hesk_settings['license']) && strpos($hesk_settings['license'],sha1($h.'h3&Fp2#LaA&59!w(8.Zc]*+uR512')) !== false) { $s = 0; } else { echo '

INVALID LICENSE (NOT REGISTERED FOR '.$h.')!

'; } } if ($s) { echo '

 
Powered by Help Desk Software HESK - brought to you by Help Desk Software SysAid

'; } echo '
'; include(HESK_PATH . 'footer.txt'); echo '';