'set_message_status' Request Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:toatech:agent"> 
	<soapenv:Header/> 
	<soapenv:Body> 
		<urn:set_message_status>         
			<user>            
				<now>2011-11-23T15:50:23+00:00</now>            
				<login>user_name</login>            
				<company>company_name</company>            
				<auth_string>67c5900a04abc54132a52da8a2320be2</auth_string>         
			</user>         
			<messages>            
				<message>               
					<message_id>2006</message_id>               
					<status>failed</status>               
					<description>WRONG_TIME</description>               
					<data>Night time</data>            
				</message>             
				<message>               
					<message_id>2007</message_id>               
					<status>delivered</status>               
					<description>COMPLETED</description>               
					<data></data>               
					<duration>14</duration>               
					<sent>2011-11-29T12:54:22+00:00</sent>            
				</message>            
				<message>               
					<message_id>2008</message_id>               
					<status>failed</status>               
					<description>WRONG_TIME</description>               
					<data>Night time</data>            
				</message>          
			</messages>      
		</urn:set_message_status> 
	</soapenv:Body> 
</soapenv:Envelope>