DbService


Click here for a complete list of operations.

WWWClienti_Read

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 /dbservice.asmx HTTP/1.1
Host: www.fborghi.it
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/WWWClienti_Read"

<?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>
    <WWWClienti_Read xmlns="http://tempuri.org/">
      <iDBName>string</iDBName>
      <iPath>string</iPath>
      <iCulture>string</iCulture>
      <Codice>string</Codice>
    </WWWClienti_Read>
  </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>
    <WWWClienti_ReadResponse xmlns="http://tempuri.org/">
      <WWWClienti_ReadResult>
        <Codice>string</Codice>
        <DatiAnag>
          <RagSoc>string</RagSoc>
          <RagSoc2>string</RagSoc2>
          <Indi>string</Indi>
          <Indi2>string</Indi2>
          <CAP>long</CAP>
          <Zip>string</Zip>
          <Com>string</Com>
          <Prov>string</Prov>
          <Naz>string</Naz>
          <Telefono>string</Telefono>
          <Fax>string</Fax>
          <Cell>string</Cell>
          <EMail>string</EMail>
          <Web>string</Web>
        </DatiAnag>
        <Cellulare>string</Cellulare>
        <CodFiscale>string</CodFiscale>
        <PartitaIVA>string</PartitaIVA>
        <BancaAPP>
          <Banca>string</Banca>
          <Sportello>string</Sportello>
          <IBAN>string</IBAN>
          <BIC>string</BIC>
          <Abi>string</Abi>
          <Cab>string</Cab>
          <NumCC>string</NumCC>
        </BancaAPP>
        <DatiAnagSL>
          <RagSoc>string</RagSoc>
          <RagSoc2>string</RagSoc2>
          <Indi>string</Indi>
          <Indi2>string</Indi2>
          <CAP>long</CAP>
          <Zip>string</Zip>
          <Com>string</Com>
          <Prov>string</Prov>
          <Naz>string</Naz>
          <Telefono>string</Telefono>
          <Fax>string</Fax>
          <Cell>string</Cell>
          <EMail>string</EMail>
          <Web>string</Web>
        </DatiAnagSL>
        <Pagam>string</Pagam>
        <PercIVA>float</PercIVA>
        <Esenz>string</Esenz>
        <Cliente>boolean</Cliente>
        <Fornitore>boolean</Fornitore>
        <Zona>string</Zona>
        <Agente>string</Agente>
        <SubAgente>string</SubAgente>
        <Filiale>string</Filiale>
        <VALUTA>string</VALUTA>
        <Vettore>string</Vettore>
        <LISTINO>int</LISTINO>
        <LISTPREF>boolean</LISTPREF>
        <Jolly>
          <J1>string</J1>
          <J2>string</J2>
          <J3>string</J3>
          <J4>string</J4>
          <J5>string</J5>
          <J6>string</J6>
          <J7>string</J7>
          <J8>string</J8>
          <J9>string</J9>
          <J10>string</J10>
        </Jolly>
        <NOTE>string</NOTE>
        <ReturnMessage>string</ReturnMessage>
      </WWWClienti_ReadResult>
    </WWWClienti_ReadResponse>
  </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 /dbservice.asmx HTTP/1.1
Host: www.fborghi.it
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>
    <WWWClienti_Read xmlns="http://tempuri.org/">
      <iDBName>string</iDBName>
      <iPath>string</iPath>
      <iCulture>string</iCulture>
      <Codice>string</Codice>
    </WWWClienti_Read>
  </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>
    <WWWClienti_ReadResponse xmlns="http://tempuri.org/">
      <WWWClienti_ReadResult>
        <Codice>string</Codice>
        <DatiAnag>
          <RagSoc>string</RagSoc>
          <RagSoc2>string</RagSoc2>
          <Indi>string</Indi>
          <Indi2>string</Indi2>
          <CAP>long</CAP>
          <Zip>string</Zip>
          <Com>string</Com>
          <Prov>string</Prov>
          <Naz>string</Naz>
          <Telefono>string</Telefono>
          <Fax>string</Fax>
          <Cell>string</Cell>
          <EMail>string</EMail>
          <Web>string</Web>
        </DatiAnag>
        <Cellulare>string</Cellulare>
        <CodFiscale>string</CodFiscale>
        <PartitaIVA>string</PartitaIVA>
        <BancaAPP>
          <Banca>string</Banca>
          <Sportello>string</Sportello>
          <IBAN>string</IBAN>
          <BIC>string</BIC>
          <Abi>string</Abi>
          <Cab>string</Cab>
          <NumCC>string</NumCC>
        </BancaAPP>
        <DatiAnagSL>
          <RagSoc>string</RagSoc>
          <RagSoc2>string</RagSoc2>
          <Indi>string</Indi>
          <Indi2>string</Indi2>
          <CAP>long</CAP>
          <Zip>string</Zip>
          <Com>string</Com>
          <Prov>string</Prov>
          <Naz>string</Naz>
          <Telefono>string</Telefono>
          <Fax>string</Fax>
          <Cell>string</Cell>
          <EMail>string</EMail>
          <Web>string</Web>
        </DatiAnagSL>
        <Pagam>string</Pagam>
        <PercIVA>float</PercIVA>
        <Esenz>string</Esenz>
        <Cliente>boolean</Cliente>
        <Fornitore>boolean</Fornitore>
        <Zona>string</Zona>
        <Agente>string</Agente>
        <SubAgente>string</SubAgente>
        <Filiale>string</Filiale>
        <VALUTA>string</VALUTA>
        <Vettore>string</Vettore>
        <LISTINO>int</LISTINO>
        <LISTPREF>boolean</LISTPREF>
        <Jolly>
          <J1>string</J1>
          <J2>string</J2>
          <J3>string</J3>
          <J4>string</J4>
          <J5>string</J5>
          <J6>string</J6>
          <J7>string</J7>
          <J8>string</J8>
          <J9>string</J9>
          <J10>string</J10>
        </Jolly>
        <NOTE>string</NOTE>
        <ReturnMessage>string</ReturnMessage>
      </WWWClienti_ReadResult>
    </WWWClienti_ReadResponse>
  </soap12:Body>
</soap12:Envelope>