Skip to content

Instantly share code, notes, and snippets.

@eavilesmejia
Created September 2, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eavilesmejia/6416365 to your computer and use it in GitHub Desktop.
Save eavilesmejia/6416365 to your computer and use it in GitHub Desktop.
Repuesta de el webservice
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ws.cronos.mobi/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:AlertasClienteResponse>
<ns1:AlertasClienteResult>
<alertas>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130820" removerServicio=""/>
<alerta numeroCorto="5051919" alerta="" fechaActivacion="20130820" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130807" removerServicio=""/>
<alerta numeroCorto="5059797" alerta="" fechaActivacion="20130820" removerServicio=""/>
<alerta numeroCorto="5051717" alerta="" fechaActivacion="20130806" removerServicio=""/>
<alerta numeroCorto="5051717" alerta="" fechaActivacion="20130820" removerServicio=""/>
<alerta numeroCorto="5051717" alerta="" fechaActivacion="20130803" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130307" removerServicio=""/>
<alerta numeroCorto="5052323" alerta="" fechaActivacion="20130703" removerServicio=""/>
<alerta numeroCorto="5054545" alerta="" fechaActivacion="20121218" removerServicio=""/>
<alerta numeroCorto="505707" alerta="" fechaActivacion="20130703" removerServicio=""/>
<alerta numeroCorto="5051919" alerta="" fechaActivacion="20121107" removerServicio=""/>
<alerta numeroCorto="5052323" alerta="" fechaActivacion="20130131" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130612" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130612" removerServicio=""/>
<alerta numeroCorto="5054545" alerta="" fechaActivacion="20130225" removerServicio=""/>
<alerta numeroCorto="505707" alerta="" fechaActivacion="20130221" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130109" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130109" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20130109" removerServicio=""/>
<alerta numeroCorto="5051919" alerta="" fechaActivacion="20121019" removerServicio=""/>
<alerta numeroCorto="5051919" alerta="" fechaActivacion="20121107" removerServicio=""/>
<alerta numeroCorto="5051919" alerta="" fechaActivacion="20121107" removerServicio=""/>
<alerta numeroCorto="5053737" alerta="" fechaActivacion="20121030" removerServicio=""/>
<alerta numeroCorto="5059797" alerta="" fechaActivacion="20121011" removerServicio=""/>
<alerta numeroCorto="5052323" alerta="" fechaActivacion="20120905" removerServicio=""/>
<alerta numeroCorto="5054545" alerta="" fechaActivacion="20120901" removerServicio=""/>
</alertas>
</ns1:AlertasClienteResult>
</ns1:AlertasClienteResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment