Sha256: 25cf24fd5ca771a1338e0aa268f377a7d0db4c0dfb0f6b14f9e11920d9606c73
Contents?: true
Size: 1.67 KB
Versions: 6
Compression:
Stored size: 1.67 KB
Contents
<html> <head> <title>eTapestry API Help</title> <link rel='StyleSheet' href='main.css' type='text/css'> <script src='SortTable.js'></script> </head> <body> <div class='methodName'><img src='images/etap.gif'/> login Method</div> <table class='reportTable'> <tr class='reportTableHeader'> <td width='20%'>Order</td> <td width='40%'>Name</td> <td>Type</td> </tr> <tr class='reportTableRow'> <td>Return</td> <td>newEndpointURL</td> <td>string</td> </tr> <tr class='reportTableRowAlt'> <td>Input 1</td> <td>loginId</td> <td>string</td> </tr> <tr class='reportTableRow'> <td>Input 2</td> <td>password</td> <td>string</td> </tr> </table><br> <div class='specialComments'>Comments</div> <table class='specialCommentTable'> <tr> <td>1)</td> <td>A soap fault can occur for the following reasons: Invalid Login (2), Account Locked Out (16), Account Password Expired (17), and Invalid License (15).</td> </tr> <tr> <td>2)</td> <td><b>Important Return Value Details</b>: eTapestry has multiple sites that host customer data. Each site has the exact same API, but different endpoint urls to access it. If the login information provided links to a customer database found on the current site, an empty string will be returned. If the login information provided links to a customer database on another site, a different endpoint url is returned. When a different endpoint url is provided, you must reconnect to the endpoint url provided and retry the login. eTapestry reserves the right to move customer databases from one site to another.</td> </tr> </table> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems