Skip to content

Instantly share code, notes, and snippets.

@eddychilakiller
Last active January 25, 2021 22:48
Show Gist options
  • Save eddychilakiller/ab4bd3bb802d82714ee916d1372b1e39 to your computer and use it in GitHub Desktop.
Save eddychilakiller/ab4bd3bb802d82714ee916d1372b1e39 to your computer and use it in GitHub Desktop.
Actualiza
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="https://ipicyt.edu.mx/ws_i_solicitud_tk_imms_ipicyt">
<soapenv:Header/>
<soapenv:Body>
<ws:TicketRequest>
<ws:id_remedy_glpi>INC840177</ws:id_remedy_glpi>
<ws:type_transaccion>Actualizar</ws:type_transaccion>
<ws:sub_type_transaction>Incidente</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INC840177</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<ws:ProdCat01>APLICACIONES</ws:ProdCat01>
<ws:ProdCat02>ATENCION DE APLICACIONES</ws:ProdCat02>
<ws:ProdCat03>SOPORTAR</ws:ProdCat03>
<ws:nombre_producto></ws:nombre_producto>
<ws:CatOp01>APLICACIONES</ws:CatOp01>
<ws:CatOp02>ATENCION DE APLICACIONES</ws:CatOp02>
<ws:CatOp03>ACTUALIZAR</ws:CatOp03>
<ws:glpi_tickets.requesttypes_id>Incidente</ws:glpi_tickets.requesttypes_id>
<ws:contact_type>Self Service</ws:contact_type>
<!--Optional:-->
<ws:Impact>1</ws:Impact>
<!--Optional:-->
<ws:urgency>1</ws:urgency>
<ws:glpi_tickets.name>INCIDENCIA DE SEGURIDAD</ws:glpi_tickets.name>
<ws:glpi_tickets.content>INCIDENCIA DE SEGURIDAD</ws:glpi_tickets.content>
<ws:notes>HOla prueba de Eddy</ws:notes>
<ws:priority>1</ws:priority>
<!--Optional:-->
<ws:actual_sys_date>01/25/2021 14:08:05-0600</ws:actual_sys_date>
<ws:caller>N/A</ws:caller>
<ws:calle_email>N/A</ws:calle_email>
<ws:caller_phone>N/A</ws:caller_phone>
<ws:id_glpi>INC840177</ws:id_glpi>
<ws:Ticket_IPICYT>2021010131</ws:Ticket_IPICYT>
<ws:Attachment.FileName1></ws:Attachment.FileName1>
<ws:Attachment.FileType1></ws:Attachment.FileType1>
<ws:Attachment.FileData1>cid:663247340961</ws:Attachment.FileData1>
<ws:Attachment.FileName2></ws:Attachment.FileName2>
<ws:Attachment.FileType2></ws:Attachment.FileType2>
<ws:Attachment.FileData2>cid:30388364236</ws:Attachment.FileData2>
<ws:Attachment.FileName3></ws:Attachment.FileName3>
<ws:Attachment.FileType3></ws:Attachment.FileType3>
<ws:Attachment.FileData3>cid:1314566523560</ws:Attachment.FileData3>
</ws:TicketRequest>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment