Obtiene_Empleado


Click here for a complete list of operations.

Vb_Obtiene_Empleado

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
P_PERNR:
P_BUKRS:

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 /WebServices/SISVIA_Des_Obtiene_Empleado/Obtiene_Empleado.asmx HTTP/1.1
Host: 409777.notvwxz6.asia
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1/Vb_Obtiene_Empleado"

<?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>
    <Vb_Obtiene_Empleado xmlns="http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1">
      <P_PERNR>string</P_PERNR>
      <P_BUKRS>string</P_BUKRS>
    </Vb_Obtiene_Empleado>
  </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>
    <Vb_Obtiene_EmpleadoResponse xmlns="http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1">
      <Vb_Obtiene_EmpleadoResult>
        <MyResultData>
          <DE_PERNR>string</DE_PERNR>
          <DE_VORNA>string</DE_VORNA>
          <DE_NACHN>string</DE_NACHN>
          <DE_NACH2>string</DE_NACH2>
          <DE_BUKRS>string</DE_BUKRS>
          <DE_BUTXT>string</DE_BUTXT>
          <DE_PAVAL>string</DE_PAVAL>
          <DE_USRID_LONG>string</DE_USRID_LONG>
          <DE_KOSTL>string</DE_KOSTL>
          <DE_KTEXT>string</DE_KTEXT>
          <DE_LIFNR>string</DE_LIFNR>
          <DE_STAT2>string</DE_STAT2>
          <DEA_MANDT>string</DEA_MANDT>
          <DEA_PERNR>string</DEA_PERNR>
          <DEA_NAME1>string</DEA_NAME1>
          <DEA_NIVEL>string</DEA_NIVEL>
          <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
          <DEA_CORREO>string</DEA_CORREO>
          <DEA_PERFIL>string</DEA_PERFIL>
          <DEA_APROB_1>string</DEA_APROB_1>
          <DEA_NAME_1>string</DEA_NAME_1>
          <DEA_CORREOAP1>string</DEA_CORREOAP1>
          <DEA_APROB_2>string</DEA_APROB_2>
          <DEA_NAME_2>string</DEA_NAME_2>
          <DEA_CORREOAP2>string</DEA_CORREOAP2>
          <DEA_APROB_3>string</DEA_APROB_3>
          <DEA_NAME_3>string</DEA_NAME_3>
          <DEA_CORREOAP3>string</DEA_CORREOAP3>
          <DEA_APROB_4>string</DEA_APROB_4>
          <DEA_NAME_4>string</DEA_NAME_4>
          <DEA_CORREOAP4>string</DEA_CORREOAP4>
          <DEA_KOSTL>string</DEA_KOSTL>
          <DEA_TESALT>string</DEA_TESALT>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </MyResultData>
        <MyResultData>
          <DE_PERNR>string</DE_PERNR>
          <DE_VORNA>string</DE_VORNA>
          <DE_NACHN>string</DE_NACHN>
          <DE_NACH2>string</DE_NACH2>
          <DE_BUKRS>string</DE_BUKRS>
          <DE_BUTXT>string</DE_BUTXT>
          <DE_PAVAL>string</DE_PAVAL>
          <DE_USRID_LONG>string</DE_USRID_LONG>
          <DE_KOSTL>string</DE_KOSTL>
          <DE_KTEXT>string</DE_KTEXT>
          <DE_LIFNR>string</DE_LIFNR>
          <DE_STAT2>string</DE_STAT2>
          <DEA_MANDT>string</DEA_MANDT>
          <DEA_PERNR>string</DEA_PERNR>
          <DEA_NAME1>string</DEA_NAME1>
          <DEA_NIVEL>string</DEA_NIVEL>
          <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
          <DEA_CORREO>string</DEA_CORREO>
          <DEA_PERFIL>string</DEA_PERFIL>
          <DEA_APROB_1>string</DEA_APROB_1>
          <DEA_NAME_1>string</DEA_NAME_1>
          <DEA_CORREOAP1>string</DEA_CORREOAP1>
          <DEA_APROB_2>string</DEA_APROB_2>
          <DEA_NAME_2>string</DEA_NAME_2>
          <DEA_CORREOAP2>string</DEA_CORREOAP2>
          <DEA_APROB_3>string</DEA_APROB_3>
          <DEA_NAME_3>string</DEA_NAME_3>
          <DEA_CORREOAP3>string</DEA_CORREOAP3>
          <DEA_APROB_4>string</DEA_APROB_4>
          <DEA_NAME_4>string</DEA_NAME_4>
          <DEA_CORREOAP4>string</DEA_CORREOAP4>
          <DEA_KOSTL>string</DEA_KOSTL>
          <DEA_TESALT>string</DEA_TESALT>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </MyResultData>
      </Vb_Obtiene_EmpleadoResult>
    </Vb_Obtiene_EmpleadoResponse>
  </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 /WebServices/SISVIA_Des_Obtiene_Empleado/Obtiene_Empleado.asmx HTTP/1.1
Host: 409777.notvwxz6.asia
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>
    <Vb_Obtiene_Empleado xmlns="http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1">
      <P_PERNR>string</P_PERNR>
      <P_BUKRS>string</P_BUKRS>
    </Vb_Obtiene_Empleado>
  </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>
    <Vb_Obtiene_EmpleadoResponse xmlns="http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1">
      <Vb_Obtiene_EmpleadoResult>
        <MyResultData>
          <DE_PERNR>string</DE_PERNR>
          <DE_VORNA>string</DE_VORNA>
          <DE_NACHN>string</DE_NACHN>
          <DE_NACH2>string</DE_NACH2>
          <DE_BUKRS>string</DE_BUKRS>
          <DE_BUTXT>string</DE_BUTXT>
          <DE_PAVAL>string</DE_PAVAL>
          <DE_USRID_LONG>string</DE_USRID_LONG>
          <DE_KOSTL>string</DE_KOSTL>
          <DE_KTEXT>string</DE_KTEXT>
          <DE_LIFNR>string</DE_LIFNR>
          <DE_STAT2>string</DE_STAT2>
          <DEA_MANDT>string</DEA_MANDT>
          <DEA_PERNR>string</DEA_PERNR>
          <DEA_NAME1>string</DEA_NAME1>
          <DEA_NIVEL>string</DEA_NIVEL>
          <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
          <DEA_CORREO>string</DEA_CORREO>
          <DEA_PERFIL>string</DEA_PERFIL>
          <DEA_APROB_1>string</DEA_APROB_1>
          <DEA_NAME_1>string</DEA_NAME_1>
          <DEA_CORREOAP1>string</DEA_CORREOAP1>
          <DEA_APROB_2>string</DEA_APROB_2>
          <DEA_NAME_2>string</DEA_NAME_2>
          <DEA_CORREOAP2>string</DEA_CORREOAP2>
          <DEA_APROB_3>string</DEA_APROB_3>
          <DEA_NAME_3>string</DEA_NAME_3>
          <DEA_CORREOAP3>string</DEA_CORREOAP3>
          <DEA_APROB_4>string</DEA_APROB_4>
          <DEA_NAME_4>string</DEA_NAME_4>
          <DEA_CORREOAP4>string</DEA_CORREOAP4>
          <DEA_KOSTL>string</DEA_KOSTL>
          <DEA_TESALT>string</DEA_TESALT>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </MyResultData>
        <MyResultData>
          <DE_PERNR>string</DE_PERNR>
          <DE_VORNA>string</DE_VORNA>
          <DE_NACHN>string</DE_NACHN>
          <DE_NACH2>string</DE_NACH2>
          <DE_BUKRS>string</DE_BUKRS>
          <DE_BUTXT>string</DE_BUTXT>
          <DE_PAVAL>string</DE_PAVAL>
          <DE_USRID_LONG>string</DE_USRID_LONG>
          <DE_KOSTL>string</DE_KOSTL>
          <DE_KTEXT>string</DE_KTEXT>
          <DE_LIFNR>string</DE_LIFNR>
          <DE_STAT2>string</DE_STAT2>
          <DEA_MANDT>string</DEA_MANDT>
          <DEA_PERNR>string</DEA_PERNR>
          <DEA_NAME1>string</DEA_NAME1>
          <DEA_NIVEL>string</DEA_NIVEL>
          <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
          <DEA_CORREO>string</DEA_CORREO>
          <DEA_PERFIL>string</DEA_PERFIL>
          <DEA_APROB_1>string</DEA_APROB_1>
          <DEA_NAME_1>string</DEA_NAME_1>
          <DEA_CORREOAP1>string</DEA_CORREOAP1>
          <DEA_APROB_2>string</DEA_APROB_2>
          <DEA_NAME_2>string</DEA_NAME_2>
          <DEA_CORREOAP2>string</DEA_CORREOAP2>
          <DEA_APROB_3>string</DEA_APROB_3>
          <DEA_NAME_3>string</DEA_NAME_3>
          <DEA_CORREOAP3>string</DEA_CORREOAP3>
          <DEA_APROB_4>string</DEA_APROB_4>
          <DEA_NAME_4>string</DEA_NAME_4>
          <DEA_CORREOAP4>string</DEA_CORREOAP4>
          <DEA_KOSTL>string</DEA_KOSTL>
          <DEA_TESALT>string</DEA_TESALT>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </MyResultData>
      </Vb_Obtiene_EmpleadoResult>
    </Vb_Obtiene_EmpleadoResponse>
  </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 /WebServices/SISVIA_Des_Obtiene_Empleado/Obtiene_Empleado.asmx/Vb_Obtiene_Empleado?P_PERNR=string&P_BUKRS=string HTTP/1.1
Host: 409777.notvwxz6.asia
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMyResultData xmlns="http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1">
  <MyResultData>
    <DE_PERNR>string</DE_PERNR>
    <DE_VORNA>string</DE_VORNA>
    <DE_NACHN>string</DE_NACHN>
    <DE_NACH2>string</DE_NACH2>
    <DE_BUKRS>string</DE_BUKRS>
    <DE_BUTXT>string</DE_BUTXT>
    <DE_PAVAL>string</DE_PAVAL>
    <DE_USRID_LONG>string</DE_USRID_LONG>
    <DE_KOSTL>string</DE_KOSTL>
    <DE_KTEXT>string</DE_KTEXT>
    <DE_LIFNR>string</DE_LIFNR>
    <DE_STAT2>string</DE_STAT2>
    <DEA_MANDT>string</DEA_MANDT>
    <DEA_PERNR>string</DEA_PERNR>
    <DEA_NAME1>string</DEA_NAME1>
    <DEA_NIVEL>string</DEA_NIVEL>
    <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
    <DEA_CORREO>string</DEA_CORREO>
    <DEA_PERFIL>string</DEA_PERFIL>
    <DEA_APROB_1>string</DEA_APROB_1>
    <DEA_NAME_1>string</DEA_NAME_1>
    <DEA_CORREOAP1>string</DEA_CORREOAP1>
    <DEA_APROB_2>string</DEA_APROB_2>
    <DEA_NAME_2>string</DEA_NAME_2>
    <DEA_CORREOAP2>string</DEA_CORREOAP2>
    <DEA_APROB_3>string</DEA_APROB_3>
    <DEA_NAME_3>string</DEA_NAME_3>
    <DEA_CORREOAP3>string</DEA_CORREOAP3>
    <DEA_APROB_4>string</DEA_APROB_4>
    <DEA_NAME_4>string</DEA_NAME_4>
    <DEA_CORREOAP4>string</DEA_CORREOAP4>
    <DEA_KOSTL>string</DEA_KOSTL>
    <DEA_TESALT>string</DEA_TESALT>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </MyResultData>
  <MyResultData>
    <DE_PERNR>string</DE_PERNR>
    <DE_VORNA>string</DE_VORNA>
    <DE_NACHN>string</DE_NACHN>
    <DE_NACH2>string</DE_NACH2>
    <DE_BUKRS>string</DE_BUKRS>
    <DE_BUTXT>string</DE_BUTXT>
    <DE_PAVAL>string</DE_PAVAL>
    <DE_USRID_LONG>string</DE_USRID_LONG>
    <DE_KOSTL>string</DE_KOSTL>
    <DE_KTEXT>string</DE_KTEXT>
    <DE_LIFNR>string</DE_LIFNR>
    <DE_STAT2>string</DE_STAT2>
    <DEA_MANDT>string</DEA_MANDT>
    <DEA_PERNR>string</DEA_PERNR>
    <DEA_NAME1>string</DEA_NAME1>
    <DEA_NIVEL>string</DEA_NIVEL>
    <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
    <DEA_CORREO>string</DEA_CORREO>
    <DEA_PERFIL>string</DEA_PERFIL>
    <DEA_APROB_1>string</DEA_APROB_1>
    <DEA_NAME_1>string</DEA_NAME_1>
    <DEA_CORREOAP1>string</DEA_CORREOAP1>
    <DEA_APROB_2>string</DEA_APROB_2>
    <DEA_NAME_2>string</DEA_NAME_2>
    <DEA_CORREOAP2>string</DEA_CORREOAP2>
    <DEA_APROB_3>string</DEA_APROB_3>
    <DEA_NAME_3>string</DEA_NAME_3>
    <DEA_CORREOAP3>string</DEA_CORREOAP3>
    <DEA_APROB_4>string</DEA_APROB_4>
    <DEA_NAME_4>string</DEA_NAME_4>
    <DEA_CORREOAP4>string</DEA_CORREOAP4>
    <DEA_KOSTL>string</DEA_KOSTL>
    <DEA_TESALT>string</DEA_TESALT>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </MyResultData>
</ArrayOfMyResultData>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/SISVIA_Des_Obtiene_Empleado/Obtiene_Empleado.asmx/Vb_Obtiene_Empleado HTTP/1.1
Host: 409777.notvwxz6.asia
Content-Type: application/x-www-form-urlencoded
Content-Length: length

P_PERNR=string&P_BUKRS=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfMyResultData xmlns="http://tempuri.org/SISVIA_Des_Obtiene_Empleado/Service1">
  <MyResultData>
    <DE_PERNR>string</DE_PERNR>
    <DE_VORNA>string</DE_VORNA>
    <DE_NACHN>string</DE_NACHN>
    <DE_NACH2>string</DE_NACH2>
    <DE_BUKRS>string</DE_BUKRS>
    <DE_BUTXT>string</DE_BUTXT>
    <DE_PAVAL>string</DE_PAVAL>
    <DE_USRID_LONG>string</DE_USRID_LONG>
    <DE_KOSTL>string</DE_KOSTL>
    <DE_KTEXT>string</DE_KTEXT>
    <DE_LIFNR>string</DE_LIFNR>
    <DE_STAT2>string</DE_STAT2>
    <DEA_MANDT>string</DEA_MANDT>
    <DEA_PERNR>string</DEA_PERNR>
    <DEA_NAME1>string</DEA_NAME1>
    <DEA_NIVEL>string</DEA_NIVEL>
    <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
    <DEA_CORREO>string</DEA_CORREO>
    <DEA_PERFIL>string</DEA_PERFIL>
    <DEA_APROB_1>string</DEA_APROB_1>
    <DEA_NAME_1>string</DEA_NAME_1>
    <DEA_CORREOAP1>string</DEA_CORREOAP1>
    <DEA_APROB_2>string</DEA_APROB_2>
    <DEA_NAME_2>string</DEA_NAME_2>
    <DEA_CORREOAP2>string</DEA_CORREOAP2>
    <DEA_APROB_3>string</DEA_APROB_3>
    <DEA_NAME_3>string</DEA_NAME_3>
    <DEA_CORREOAP3>string</DEA_CORREOAP3>
    <DEA_APROB_4>string</DEA_APROB_4>
    <DEA_NAME_4>string</DEA_NAME_4>
    <DEA_CORREOAP4>string</DEA_CORREOAP4>
    <DEA_KOSTL>string</DEA_KOSTL>
    <DEA_TESALT>string</DEA_TESALT>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </MyResultData>
  <MyResultData>
    <DE_PERNR>string</DE_PERNR>
    <DE_VORNA>string</DE_VORNA>
    <DE_NACHN>string</DE_NACHN>
    <DE_NACH2>string</DE_NACH2>
    <DE_BUKRS>string</DE_BUKRS>
    <DE_BUTXT>string</DE_BUTXT>
    <DE_PAVAL>string</DE_PAVAL>
    <DE_USRID_LONG>string</DE_USRID_LONG>
    <DE_KOSTL>string</DE_KOSTL>
    <DE_KTEXT>string</DE_KTEXT>
    <DE_LIFNR>string</DE_LIFNR>
    <DE_STAT2>string</DE_STAT2>
    <DEA_MANDT>string</DEA_MANDT>
    <DEA_PERNR>string</DEA_PERNR>
    <DEA_NAME1>string</DEA_NAME1>
    <DEA_NIVEL>string</DEA_NIVEL>
    <DEA_SUBNIVEL>string</DEA_SUBNIVEL>
    <DEA_CORREO>string</DEA_CORREO>
    <DEA_PERFIL>string</DEA_PERFIL>
    <DEA_APROB_1>string</DEA_APROB_1>
    <DEA_NAME_1>string</DEA_NAME_1>
    <DEA_CORREOAP1>string</DEA_CORREOAP1>
    <DEA_APROB_2>string</DEA_APROB_2>
    <DEA_NAME_2>string</DEA_NAME_2>
    <DEA_CORREOAP2>string</DEA_CORREOAP2>
    <DEA_APROB_3>string</DEA_APROB_3>
    <DEA_NAME_3>string</DEA_NAME_3>
    <DEA_CORREOAP3>string</DEA_CORREOAP3>
    <DEA_APROB_4>string</DEA_APROB_4>
    <DEA_NAME_4>string</DEA_NAME_4>
    <DEA_CORREOAP4>string</DEA_CORREOAP4>
    <DEA_KOSTL>string</DEA_KOSTL>
    <DEA_TESALT>string</DEA_TESALT>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </MyResultData>
</ArrayOfMyResultData>