peticionesSIUCE
Click here for a complete list of operations.
insertarCasoWs
Test
The test form is only available for requests from the local machine.SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /PeticionesSiuce/peticionesSIUCE.asmx HTTP/1.1 Host: pruebas.icbf.gov.co Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Header> <autenticacion xmlns="www.icbf.gov.co"> <sUsuarioNombre>string</sUsuarioNombre> <sPasswordUsuario>string</sPasswordUsuario> </autenticacion> </soap12:Header> <soap12:Body> <insertarCasoWs xmlns="www.icbf.gov.co"> <pInfoBasica> <CodigoCasoAnterior>string</CodigoCasoAnterior> <Descripcion>string</Descripcion> <TipoPeticion>int</TipoPeticion> <MotivoPeticion>string</MotivoPeticion> <Sucursal>string</Sucursal> <CanalRecepcion>string</CanalRecepcion> <Apoderado>string</Apoderado> </pInfoBasica> <pUnPeticionario> <TipoPeticionario>string</TipoPeticionario> <TipoDocumento>int</TipoDocumento> <NumeroDocumento>string</NumeroDocumento> <Entidad>string</Entidad> <NombresApellidosFuncionario>string</NombresApellidosFuncionario> <Cargo>string</Cargo> </pUnPeticionario> <pUnaUbicacionPeticionario> <Zona>string</Zona> <CodigoDepartamento>string</CodigoDepartamento> <CodigoMunicipio>string</CodigoMunicipio> <ObservacionesParticulares>string</ObservacionesParticulares> <Telefono>string</Telefono> <Celular>string</Celular> <CorreoElectronico>string</CorreoElectronico> </pUnaUbicacionPeticionario> <pUnAfectado> <TipoDocumento>string</TipoDocumento> <NumeroDocumento>string</NumeroDocumento> <PrimerNombre>string</PrimerNombre> <SegundoNombre>string</SegundoNombre> <PrimerApellido>string</PrimerApellido> <SegundoApellido>string</SegundoApellido> <Sexo>string</Sexo> <FechaNacimiento>string</FechaNacimiento> <Zona>string</Zona> <CodigoDepartamento>string</CodigoDepartamento> <CodigoMunicipio>string</CodigoMunicipio> <Sede>string</Sede> <Grado>string</Grado> <Jornada>string</Jornada> <ObservacionesParticulares>string</ObservacionesParticulares> <Telefono>string</Telefono> <Celular>string</Celular> <CorreoElectronico>string</CorreoElectronico> <NombreDelAcudiente>string</NombreDelAcudiente> <DescripcionSeguimiento>string</DescripcionSeguimiento> <FechaSeguimiento>string</FechaSeguimiento> </pUnAfectado> <pUnDemandado> <TipoDocumento>string</TipoDocumento> <NumeroDocumento>string</NumeroDocumento> <PrimerNombre>string</PrimerNombre> <SegundoNombre>string</SegundoNombre> <PrimerApellido>string</PrimerApellido> <SegundoApellido>string</SegundoApellido> <Sexo>string</Sexo> <FechaNacimiento>string</FechaNacimiento> <Cargo>string</Cargo> <Zona>string</Zona> <CodigoDepartamento>string</CodigoDepartamento> <CodigoMunicipio>string</CodigoMunicipio> <ObservacionesParticulares>string</ObservacionesParticulares> <Telefono>string</Telefono> <Celular>string</Celular> <CorreoElectronico>string</CorreoElectronico> </pUnDemandado> <adjuntos> <AdjuntosPeticion> <NombreDocumento>string</NombreDocumento> <Documento>base64Binary</Documento> <CodigoTipologia>string</CodigoTipologia> </AdjuntosPeticion> <AdjuntosPeticion> <NombreDocumento>string</NombreDocumento> <Documento>base64Binary</Documento> <CodigoTipologia>string</CodigoTipologia> </AdjuntosPeticion> </adjuntos> </insertarCasoWs> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <insertarCasoWsResponse xmlns="www.icbf.gov.co"> <insertarCasoWsResult>string</insertarCasoWsResult> </insertarCasoWsResponse> </soap12:Body> </soap12:Envelope>