Created
January 21, 2021 23:29
-
-
Save eddychilakiller/b25f63ca719a4a64816372793ced135e to your computer and use it in GitHub Desktop.
SOAP
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
<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>INC840108</ws:id_remedy_glpi> | |
<ws:type_transaccion>INSERT</ws:type_transaccion> | |
<ws:sub_type_transaction>New</ws:sub_type_transaction> | |
<ws:Id_referencia_cliente>WO1260095</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: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>REQUERIMIENTO DE SERVICIOS DE RED</ws:glpi_tickets.name> | |
<ws:glpi_tickets.content>REQUERIMIENTO DE SERVICIOS DE RED</ws:glpi_tickets.content> | |
<ws:notes>Aplicativo: NUEVA | |
NORMALIDAD Descripción de la solicitud: | |
TICKET DE PRUEBA, ORDEN DE TRABAJO</ws:notes> | |
<ws:priority>3</ws:priority> | |
<!--Optional:--> | |
<ws:actual_sys_date>01/19/2021 18:50:40-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>WO1260095</ws:id_glpi> | |
<ws:Ticket_IPICYT></ws:Ticket_IPICYT> | |
<ws:Attachment.FileName1></ws:Attachment.FileName1> | |
<ws:Attachment.FileType1></ws:Attachment.FileType1> | |
<ws:Attachment.FileData1></ws:Attachment.FileData1> | |
<ws:Attachment.FileName2></ws:Attachment.FileName2> | |
<ws:Attachment.FileType2></ws:Attachment.FileType2> | |
<ws:Attachment.FileData2></ws:Attachment.FileData2> | |
<ws:Attachment.FileName3></ws:Attachment.FileName3> | |
<ws:Attachment.FileType3></ws:Attachment.FileType3> | |
<ws:Attachment.FileData3></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