Skip to content

Instantly share code, notes, and snippets.

@eddychilakiller
Created February 9, 2021 00:17
Show Gist options
  • Save eddychilakiller/c0866f79c0dd0e55baec6be5329a7d86 to your computer and use it in GitHub Desktop.
Save eddychilakiller/c0866f79c0dd0e55baec6be5329a7d86 to your computer and use it in GitHub Desktop.
Notas
<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:FileRequest>
<ws:id_remedy_glpi>2021010134</ws:id_remedy_glpi>
<ws:type_transaccion>Worklog</ws:type_transaccion>
<ws:sub_type_transaction>New</ws:sub_type_transaction>
<ws:Id_referencia_cliente>INCXXXXXX</ws:Id_referencia_cliente>
<ws:Company>IMSS</ws:Company>
<!--Optional:-->
<ws:WorklogSummary>Summary</ws:WorklogSummary>
<!--Optional:-->
<ws:WorkInfoNotes>Notas</ws:WorkInfoNotes>
<!--Optional:-->
<ws:Attachment.FileName1></ws:Attachment.FileName1>
<!--Optional:-->
<ws:Attachment.FileType1></ws:Attachment.FileType1>
<!--Optional:-->
<ws:Attachment.FileData1></ws:Attachment.FileData1>
<!--Optional:-->
<ws:Attachment.FileName2></ws:Attachment.FileName2>
<!--Optional:-->
<ws:Attachment.FileType2></ws:Attachment.FileType2>
<!--Optional:-->
<ws:Attachment.FileData2></ws:Attachment.FileData2>
<!--Optional:-->
<ws:Attachment.FileName3></ws:Attachment.FileName3>
<!--Optional:-->
<ws:Attachment.FileType3></ws:Attachment.FileType3>
<!--Optional:-->
<ws:Attachment.FileData3></ws:Attachment.FileData3>
</ws:FileRequest>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment