wsgestordecisao


Click here for a complete list of operations.

AnalisarMobile

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
UsuarioGestor:
SenhaGestor:
UsuarioSerasa:
SenhaSerasa:
TipoDoc:
DocConsultado:
ValorCompra:
DadoOnline:

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 /wsgestordecisao/wsgestordecisao.asmx HTTP/1.1
Host: sitenet05.serasa.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://sitenet05.serasa.com.br/wsgestordecisao/wsgestordecisao/AnalisarMobile"

<?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>
    <AnalisarMobile xmlns="https://sitenet05.serasa.com.br/wsgestordecisao/wsgestordecisao">
      <UsuarioGestor>string</UsuarioGestor>
      <SenhaGestor>string</SenhaGestor>
      <UsuarioSerasa>string</UsuarioSerasa>
      <SenhaSerasa>string</SenhaSerasa>
      <TipoDoc>string</TipoDoc>
      <DocConsultado>string</DocConsultado>
      <ValorCompra>int</ValorCompra>
      <DadoOnline>string</DadoOnline>
    </AnalisarMobile>
  </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>
    <AnalisarMobileResponse xmlns="https://sitenet05.serasa.com.br/wsgestordecisao/wsgestordecisao">
      <AnalisarMobileResult>string</AnalisarMobileResult>
    </AnalisarMobileResponse>
  </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 /wsgestordecisao/wsgestordecisao.asmx HTTP/1.1
Host: sitenet05.serasa.com.br
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>
    <AnalisarMobile xmlns="https://sitenet05.serasa.com.br/wsgestordecisao/wsgestordecisao">
      <UsuarioGestor>string</UsuarioGestor>
      <SenhaGestor>string</SenhaGestor>
      <UsuarioSerasa>string</UsuarioSerasa>
      <SenhaSerasa>string</SenhaSerasa>
      <TipoDoc>string</TipoDoc>
      <DocConsultado>string</DocConsultado>
      <ValorCompra>int</ValorCompra>
      <DadoOnline>string</DadoOnline>
    </AnalisarMobile>
  </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>
    <AnalisarMobileResponse xmlns="https://sitenet05.serasa.com.br/wsgestordecisao/wsgestordecisao">
      <AnalisarMobileResult>string</AnalisarMobileResult>
    </AnalisarMobileResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP POST

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

POST /wsgestordecisao/wsgestordecisao.asmx/AnalisarMobile HTTP/1.1
Host: sitenet05.serasa.com.br
Content-Type: application/x-www-form-urlencoded
Content-Length: length

UsuarioGestor=string&SenhaGestor=string&UsuarioSerasa=string&SenhaSerasa=string&TipoDoc=string&DocConsultado=string&ValorCompra=string&DadoOnline=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://sitenet05.serasa.com.br/wsgestordecisao/wsgestordecisao">string</string>