i want someone help me to make sms api gateway from xml documentation.
i dont understand what i do
Sent Xml:
<?xml version="1.0"?>
<sms_api>
<api_action>login</api_action>
<api_username>xxxx</api_username>
<api_password>yyyy</api_password>
</sms_api>
Info:
<api_username> - the user's username
<api_password> - the user's password
Reply Xml:
<?xml version="1.0"?>
<sms_api>
<error_type></error_type>
<session_id></session_id>
<api_doc_version></api_doc_version>
</sms_api>
Info:
<error_type> - only if there was an error
<api_sessionid> - used to track the user's actions for that session
<api_doc_version> - The Version Of the API Document
here my login documentation ?