DbService
Click here for a complete list of operations.
Anag_Write
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/Anag_Write"
<?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>
<Anag_Write xmlns="http://tempuri.org/">
<iLoginData>
<SecurKey>string</SecurKey>
<CompanyName>string</CompanyName>
<PathDatabase>string</PathDatabase>
<Application_Config>string</Application_Config>
<Application_DBName>string</Application_DBName>
<Application_DBConnString>string</Application_DBConnString>
<UserName>string</UserName>
<UserProfile>string</UserProfile>
<UserIsAdmin>boolean</UserIsAdmin>
<Culture>string</Culture>
<ReturnMessage>string</ReturnMessage>
</iLoginData>
<ClsIn>
<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>
</ClsIn>
</Anag_Write>
</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>
<Anag_WriteResponse xmlns="http://tempuri.org/">
<Anag_WriteResult>
<Value>string</Value>
<ReturnMessage>string</ReturnMessage>
</Anag_WriteResult>
</Anag_WriteResponse>
</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>
<Anag_Write xmlns="http://tempuri.org/">
<iLoginData>
<SecurKey>string</SecurKey>
<CompanyName>string</CompanyName>
<PathDatabase>string</PathDatabase>
<Application_Config>string</Application_Config>
<Application_DBName>string</Application_DBName>
<Application_DBConnString>string</Application_DBConnString>
<UserName>string</UserName>
<UserProfile>string</UserProfile>
<UserIsAdmin>boolean</UserIsAdmin>
<Culture>string</Culture>
<ReturnMessage>string</ReturnMessage>
</iLoginData>
<ClsIn>
<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>
</ClsIn>
</Anag_Write>
</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>
<Anag_WriteResponse xmlns="http://tempuri.org/">
<Anag_WriteResult>
<Value>string</Value>
<ReturnMessage>string</ReturnMessage>
</Anag_WriteResult>
</Anag_WriteResponse>
</soap12:Body>
</soap12:Envelope>