WebService1_MCY
Click here for a complete list of operations.
InsertaUsuarios
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /WebService_Intranet.asmx HTTP/1.1
Host: wsbitel.geekcorp.xyz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertaUsuarios"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<InsertaUsuarios xmlns="http://tempuri.org/">
<nombres_completos>string</nombres_completos>
<Genero>string</Genero>
<usuario>string</usuario>
<email>string</email>
<campana_id>int</campana_id>
<perfil_id>int</perfil_id>
<NroDoc>string</NroDoc>
<IdTipoDoc>int</IdTipoDoc>
<FecNac>string</FecNac>
<TelfContacto>string</TelfContacto>
<Direccion>string</Direccion>
<IdDpto>int</IdDpto>
<IdProv>int</IdProv>
<IdDist>int</IdDist>
<GradoInstruccion>string</GradoInstruccion>
<IdModalidad>int</IdModalidad>
<IdCondicionLaboral>int</IdCondicionLaboral>
<IdEmpresa>int</IdEmpresa>
<IdBanco>int</IdBanco>
<NroCuenta>string</NroCuenta>
<CCI>string</CCI>
<Ruc>string</Ruc>
<UsuarioSol>string</UsuarioSol>
<ClaveSol>string</ClaveSol>
<Autorizacion>string</Autorizacion>
<Referencia>string</Referencia>
<FechaIngreso>string</FechaIngreso>
<FechaCese>string</FechaCese>
<Salario>string</Salario>
<BlackList>int</BlackList>
<fecha_ini>string</fecha_ini>
<fecha_fin>string</fecha_fin>
<carrera>string</carrera>
<turno_ini>string</turno_ini>
<turno_fin>string</turno_fin>
<ruta_cv>string</ruta_cv>
<perfil_profesional>string</perfil_profesional>
<puesto>string</puesto>
<Bonos>string</Bonos>
</InsertaUsuarios>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<InsertaUsuariosResponse xmlns="http://tempuri.org/" />
</soap:Body>
</soap:Envelope>
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 /WebService_Intranet.asmx HTTP/1.1
Host: wsbitel.geekcorp.xyz
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>
<InsertaUsuarios xmlns="http://tempuri.org/">
<nombres_completos>string</nombres_completos>
<Genero>string</Genero>
<usuario>string</usuario>
<email>string</email>
<campana_id>int</campana_id>
<perfil_id>int</perfil_id>
<NroDoc>string</NroDoc>
<IdTipoDoc>int</IdTipoDoc>
<FecNac>string</FecNac>
<TelfContacto>string</TelfContacto>
<Direccion>string</Direccion>
<IdDpto>int</IdDpto>
<IdProv>int</IdProv>
<IdDist>int</IdDist>
<GradoInstruccion>string</GradoInstruccion>
<IdModalidad>int</IdModalidad>
<IdCondicionLaboral>int</IdCondicionLaboral>
<IdEmpresa>int</IdEmpresa>
<IdBanco>int</IdBanco>
<NroCuenta>string</NroCuenta>
<CCI>string</CCI>
<Ruc>string</Ruc>
<UsuarioSol>string</UsuarioSol>
<ClaveSol>string</ClaveSol>
<Autorizacion>string</Autorizacion>
<Referencia>string</Referencia>
<FechaIngreso>string</FechaIngreso>
<FechaCese>string</FechaCese>
<Salario>string</Salario>
<BlackList>int</BlackList>
<fecha_ini>string</fecha_ini>
<fecha_fin>string</fecha_fin>
<carrera>string</carrera>
<turno_ini>string</turno_ini>
<turno_fin>string</turno_fin>
<ruta_cv>string</ruta_cv>
<perfil_profesional>string</perfil_profesional>
<puesto>string</puesto>
<Bonos>string</Bonos>
</InsertaUsuarios>
</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>
<InsertaUsuariosResponse xmlns="http://tempuri.org/" />
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /WebService_Intranet.asmx/InsertaUsuarios?nombres_completos=string&Genero=string&usuario=string&email=string&campana_id=string&perfil_id=string&NroDoc=string&IdTipoDoc=string&FecNac=string&TelfContacto=string&Direccion=string&IdDpto=string&IdProv=string&IdDist=string&GradoInstruccion=string&IdModalidad=string&IdCondicionLaboral=string&IdEmpresa=string&IdBanco=string&NroCuenta=string&CCI=string&Ruc=string&UsuarioSol=string&ClaveSol=string&Autorizacion=string&Referencia=string&FechaIngreso=string&FechaCese=string&Salario=string&BlackList=string&fecha_ini=string&fecha_fin=string&carrera=string&turno_ini=string&turno_fin=string&ruta_cv=string&perfil_profesional=string&puesto=string&Bonos=string HTTP/1.1 Host: wsbitel.geekcorp.xyz
HTTP/1.1 200 OK
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /WebService_Intranet.asmx/InsertaUsuarios HTTP/1.1 Host: wsbitel.geekcorp.xyz Content-Type: application/x-www-form-urlencoded Content-Length: length nombres_completos=string&Genero=string&usuario=string&email=string&campana_id=string&perfil_id=string&NroDoc=string&IdTipoDoc=string&FecNac=string&TelfContacto=string&Direccion=string&IdDpto=string&IdProv=string&IdDist=string&GradoInstruccion=string&IdModalidad=string&IdCondicionLaboral=string&IdEmpresa=string&IdBanco=string&NroCuenta=string&CCI=string&Ruc=string&UsuarioSol=string&ClaveSol=string&Autorizacion=string&Referencia=string&FechaIngreso=string&FechaCese=string&Salario=string&BlackList=string&fecha_ini=string&fecha_fin=string&carrera=string&turno_ini=string&turno_fin=string&ruta_cv=string&perfil_profesional=string&puesto=string&Bonos=string
HTTP/1.1 200 OK