WsSep
Fare clic qui per ottenere l'elenco completo delle operazioni.
InserisciRubrica
Test
Il form di test è disponibile solo per le richieste dal computer locale.SOAP 1.1
Di seguito è riportato un esempio di richiesta e risposta SOAP 1.1. I segnaposto devono essere sostituiti con i valori appropriati.
POST /WsSep.asmx HTTP/1.1
Host: api.sepalliste.parsec326.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://parsec326.it/InserisciRubrica"
<?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>
<InserisciRubrica xmlns="http://parsec326.it">
<request>
<Alboprofessionale>int</Alboprofessionale>
<CAP>string</CAP>
<CAPNascita>string</CAPNascita>
<CAPUfficio>string</CAPUfficio>
<Cellulare>string</Cellulare>
<CodiceFiscale>string</CodiceFiscale>
<CodiceIPA>string</CodiceIPA>
<Comune>string</Comune>
<ComuneNascita>string</ComuneNascita>
<ComuneUfficio>string</ComuneUfficio>
<DataNascita>dateTime</DataNascita>
<Denominazione>string</Denominazione>
<DocumentoIdentitaEnteRilascio>string</DocumentoIdentitaEnteRilascio>
<Email>string</Email>
<Fax>string</Fax>
<IBAN>string</IBAN>
<Indirizzo>string</Indirizzo>
<IndirizzoUfficio>string</IndirizzoUfficio>
<InRubrica>boolean</InRubrica>
<LocalitaEstera>string</LocalitaEstera>
<LocalitaEsteraNascita>string</LocalitaEsteraNascita>
<Nome>string</Nome>
<NumeroDocumentoIdentita>string</NumeroDocumentoIdentita>
<NumeroIscrizioneAlbo>string</NumeroIscrizioneAlbo>
<PartitaIva>string</PartitaIva>
<Provincia>string</Provincia>
<ProvinciaAlbo>string</ProvinciaAlbo>
<ProvinciaNascita>string</ProvinciaNascita>
<ProvinciaUfficio>string</ProvinciaUfficio>
<Sesso>string</Sesso>
<SitoWeb>string</SitoWeb>
<Telefono>string</Telefono>
<TipoDocumentoIdentita>int</TipoDocumentoIdentita>
<TipologiaPersona>int</TipologiaPersona>
<Titolo>string</Titolo>
</request>
</InserisciRubrica>
</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 /> </soap:Envelope>
SOAP 1.2
Di seguito è riportato un esempio di richiesta e risposta SOAP 1.2. I segnaposto devono essere sostituiti con i valori appropriati.
POST /WsSep.asmx HTTP/1.1 Host: api.sepalliste.parsec326.cloud 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 /> </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 /> </soap12:Envelope>