SimetricaWS


Click here for a complete list of operations.

GetMedicosPrescriptores

Adquiere una Lista de los Medicos que pueden prescribir estudios de laboratorios.

Test

The test form is only available for requests from the local machine.

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 /SimetricaWs.asmx HTTP/1.1
Host: pss.com.do
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.simetricaconsulting.com/webservices/Proveedores/GetMedicosPrescriptores"

<?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>
    <GetMedicosPrescriptores xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <codArs>int</codArs>
      <token>string</token>
    </GetMedicosPrescriptores>
  </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>
    <GetMedicosPrescriptoresResponse xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <GetMedicosPrescriptoresResult>
        <PSS>
          <Codigo>string</Codigo>
          <CodigoSalida>string</CodigoSalida>
          <Error>string</Error>
          <Estado>boolean</Estado>
          <IdProveedor>int</IdProveedor>
          <Nombre>string</Nombre>
          <Tipo>string</Tipo>
          <NumSession>int</NumSession>
          <arsToken>string</arsToken>
        </PSS>
        <PSS>
          <Codigo>string</Codigo>
          <CodigoSalida>string</CodigoSalida>
          <Error>string</Error>
          <Estado>boolean</Estado>
          <IdProveedor>int</IdProveedor>
          <Nombre>string</Nombre>
          <Tipo>string</Tipo>
          <NumSession>int</NumSession>
          <arsToken>string</arsToken>
        </PSS>
      </GetMedicosPrescriptoresResult>
    </GetMedicosPrescriptoresResponse>
  </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 /SimetricaWs.asmx HTTP/1.1
Host: pss.com.do
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>
    <GetMedicosPrescriptores xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <codArs>int</codArs>
      <token>string</token>
    </GetMedicosPrescriptores>
  </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>
    <GetMedicosPrescriptoresResponse xmlns="http://www.simetricaconsulting.com/webservices/Proveedores">
      <GetMedicosPrescriptoresResult>
        <PSS>
          <Codigo>string</Codigo>
          <CodigoSalida>string</CodigoSalida>
          <Error>string</Error>
          <Estado>boolean</Estado>
          <IdProveedor>int</IdProveedor>
          <Nombre>string</Nombre>
          <Tipo>string</Tipo>
          <NumSession>int</NumSession>
          <arsToken>string</arsToken>
        </PSS>
        <PSS>
          <Codigo>string</Codigo>
          <CodigoSalida>string</CodigoSalida>
          <Error>string</Error>
          <Estado>boolean</Estado>
          <IdProveedor>int</IdProveedor>
          <Nombre>string</Nombre>
          <Tipo>string</Tipo>
          <NumSession>int</NumSession>
          <arsToken>string</arsToken>
        </PSS>
      </GetMedicosPrescriptoresResult>
    </GetMedicosPrescriptoresResponse>
  </soap12:Body>
</soap12:Envelope>