Created
May 17, 2018 18:41
-
-
Save sjcotto/8b2060cf4c0a3638a44c742f7b520268 to your computer and use it in GitHub Desktop.
fasdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<soap:Body> | |
<RecieveMessagesForUserResponse xmlns="http://avaya.com/WebChatWS"> | |
<RecieveMessagesForUserResult> | |
<string>cce42b173ae64781bf1275b07dcbed95:SessionOpened:Buenos días! Bienvenido ! ¿En qué lo podemos atender ?. | |
La conversación será finalizada automáticamente si no se envían mensajes durante 2 minutos.</string> | |
<string>cce42b173ae64781bf1275b07dcbed95:SessionState:Tu pedido está siendo procesado en lista de espera.¡Hola! Hay 2 personas delante tuyo en la cola. Por favor espera un momento y en instantes serás atendido.</string> | |
</RecieveMessagesForUserResult> | |
</RecieveMessagesForUserResponse> | |
</soap:Body> | |
</soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment