DataService
Click here for a complete list of operations.
LogOnUser2
LogOnUser2
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /DevSuiteAdminService/DataService.asmx HTTP/1.1
Host: trydevsuite.techexcel.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.techexcel.com/txwebservice/LogOnUser2"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LogOnUser2 xmlns="http://www.techexcel.com/txwebservice/">
<Username>string</Username>
<Password>string</Password>
<reqPacket>
<m_nCommandID>int</m_nCommandID>
<m_strPathName>string</m_strPathName>
<m_strFileName>string</m_strFileName>
<m_nVersionNo>int</m_nVersionNo>
<m_lFileSize>int</m_lFileSize>
<m_lReserved1>int</m_lReserved1>
<m_lReserved2>int</m_lReserved2>
<m_strIdentity>string</m_strIdentity>
</reqPacket>
<resPacket>
<m_nCommandID>unsignedShort</m_nCommandID>
<m_nErrorCode>int</m_nErrorCode>
</resPacket>
<iRetValue>int</iRetValue>
</LogOnUser2>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LogOnUser2Response xmlns="http://www.techexcel.com/txwebservice/">
<LogOnUser2Result>
<ErrorType>int</ErrorType>
<ErrorID>int</ErrorID>
<ReturnMessage>string</ReturnMessage>
<XMLData>base64Binary</XMLData>
<XMLSchema>base64Binary</XMLSchema>
<TableName>string</TableName>
<IsDataCompressed>int</IsDataCompressed>
<IsSchemaCompressed>int</IsSchemaCompressed>
<SqlCommand>string</SqlCommand>
</LogOnUser2Result>
<resPacket>
<m_nCommandID>unsignedShort</m_nCommandID>
<m_nErrorCode>int</m_nErrorCode>
</resPacket>
<iRetValue>int</iRetValue>
</LogOnUser2Response>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /DevSuiteAdminService/DataService.asmx HTTP/1.1
Host: trydevsuite.techexcel.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<LogOnUser2 xmlns="http://www.techexcel.com/txwebservice/">
<Username>string</Username>
<Password>string</Password>
<reqPacket>
<m_nCommandID>int</m_nCommandID>
<m_strPathName>string</m_strPathName>
<m_strFileName>string</m_strFileName>
<m_nVersionNo>int</m_nVersionNo>
<m_lFileSize>int</m_lFileSize>
<m_lReserved1>int</m_lReserved1>
<m_lReserved2>int</m_lReserved2>
<m_strIdentity>string</m_strIdentity>
</reqPacket>
<resPacket>
<m_nCommandID>unsignedShort</m_nCommandID>
<m_nErrorCode>int</m_nErrorCode>
</resPacket>
<iRetValue>int</iRetValue>
</LogOnUser2>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<LogOnUser2Response xmlns="http://www.techexcel.com/txwebservice/">
<LogOnUser2Result>
<ErrorType>int</ErrorType>
<ErrorID>int</ErrorID>
<ReturnMessage>string</ReturnMessage>
<XMLData>base64Binary</XMLData>
<XMLSchema>base64Binary</XMLSchema>
<TableName>string</TableName>
<IsDataCompressed>int</IsDataCompressed>
<IsSchemaCompressed>int</IsSchemaCompressed>
<SqlCommand>string</SqlCommand>
</LogOnUser2Result>
<resPacket>
<m_nCommandID>unsignedShort</m_nCommandID>
<m_nErrorCode>int</m_nErrorCode>
</resPacket>
<iRetValue>int</iRetValue>
</LogOnUser2Response>
</soap12:Body>
</soap12:Envelope>