Skip to content

Instantly share code, notes, and snippets.

@eddychilakiller
Created January 4, 2021 15:42
Show Gist options
  • Save eddychilakiller/9bf791fca1166557eb96063a37d14a83 to your computer and use it in GitHub Desktop.
Save eddychilakiller/9bf791fca1166557eb96063a37d14a83 to your computer and use it in GitHub Desktop.
<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>839818</ws:id_remedy_glpi>
<ws:type_transaccion>INSERT</ws:type_transaccion>
<ws:sub_type_transaction>Asignado</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INC839817</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<ws:ProdCat01>SW GESTION</ws:ProdCat01>
<ws:ProdCat02>ARQUITECTURA TECNOLOGICA</ws:ProdCat02>
<ws:ProdCat03>IPICYT</ws:ProdCat03>
<ws:nombre_producto></ws:nombre_producto>
<ws:CatOp01>APLICACIONES</ws:CatOp01>
<ws:CatOp02>ATENCION DE APLICACIONES</ws:CatOp02>
<ws:glpi_tickets.requesttypes_id>1-Incident</ws:glpi_tickets.requesttypes_id>
<ws:contact_type>Self Service</ws:contact_type>
<ws:Impact>4-Minor/Localized</ws:Impact>
<ws:urgency>3–Medium</ws:urgency>
<ws:notes>PRUEBA</ws:notes>
<ws:glpi_tickets.name>Nombre del ticket</ws:glpi_tickets.name>
<ws:actual_sys_date>21/12/2020 01:49:49 p.m.</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>839818</ws:id_glpi>
<ws:Ticket_IPICYT></ws:Ticket_IPICYT>
<ws:glpi_tickets.content>PRUEBA</ws:glpi_tickets.content>
<ws:Attachment.FileName1></ws:Attachment.FileName1>
<ws:Attachment.FileType1></ws:Attachment.FileType1>
<ws:Attachment.FileData1>cid:173848688774</ws:Attachment.FileData1>
<ws:Attachment.FileName2></ws:Attachment.FileName2>
<ws:Attachment.FileType2></ws:Attachment.FileType2>
<ws:Attachment.FileData2>cid:228664056703</ws:Attachment.FileData2>
<ws:Attachment.FileName3></ws:Attachment.FileName3>
<ws:Attachment.FileType3></ws:Attachment.FileType3>
<ws:Attachment.FileData3>cid:637362495229</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