SolutionUpdate_Main
Click here for a complete list of operations.
CreateTemplateIndicePacchettoVersamento
[Uso interno] Genera ed inizializza un oggetto template di tipo IndicePacchettoVersamento in base ai parametri specificati.
Il parametro SelfDescription.Id non viene valorizzato.
Se la chiamata va a buon fine, l'oggetto Response contiene l'indice creato.
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 /update/SolutionUpdate_Main.asmx HTTP/1.1 Host: dev3.solutiondocondemand.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/CreateTemplateIndicePacchettoVersamento" <?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> <CreateTemplateIndicePacchettoVersamento xmlns="http://tempuri.org/"> <username>string</username> <password>base64Binary</password> <parametri> <IdCliente>int</IdCliente> <ApplicationName>string</ApplicationName> <ApplicationVersion>string</ApplicationVersion> <ParametriServizioConservazione> <IdFirmatario>int</IdFirmatario> <ParametriSdC> <Id>int</Id> <IdCliente>int</IdCliente> <UrlSdC>string</UrlSdC> <UsernameSdC>string</UsernameSdC> <PasswordSdC>string</PasswordSdC> </ParametriSdC> <SoggettiSdC> <SoggettoSdC xsi:nil="true" /> <SoggettoSdC xsi:nil="true" /> </SoggettiSdC> <ServizioConservazione> <Id>int</Id> <IdCliente>int</IdCliente> <NomeServizioSD>string</NomeServizioSD> <TipoDocumento>string</TipoDocumento> <IdSetupSdC>string</IdSetupSdC> <IdAziendaSdC>int</IdAziendaSdC> <IdTipologiaSdC>long</IdTipologiaSdC> <IdUtente>int</IdUtente> <DataCreazione>dateTime</DataCreazione> <DataModifica>dateTime</DataModifica> <Eliminato>boolean</Eliminato> </ServizioConservazione> </ParametriServizioConservazione> <DefinizioneTipologiaSdC> <Tipologie> <Descrizione>string</Descrizione> </Tipologie> <Indici> <Indici xsi:nil="true" /> <Indici xsi:nil="true" /> </Indici> </DefinizioneTipologiaSdC> </parametri> </CreateTemplateIndicePacchettoVersamento> </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> <CreateTemplateIndicePacchettoVersamentoResponse xmlns="http://tempuri.org/"> <CreateTemplateIndicePacchettoVersamentoResult> <IndicePacchettoVersamento> <SelfDescription> <Id>string</Id> <CreatingApplication xsi:nil="true" /> <IdSetup>string</IdSetup> <IdCompany>int</IdCompany> <SoggettoProduttore xsi:nil="true" /> <Produttore xsi:nil="true" /> <SoggettoDetentore xsi:nil="true" /> <SoggettoPossessore xsi:nil="true" /> <SoggettoProprietario xsi:nil="true" /> <RevisionIdPdV>string</RevisionIdPdV> <RevisionSource>RequestProducer or Internal</RevisionSource> <RdcMessageGroup xsi:nil="true" /> </SelfDescription> <SourceVdA> <Id>long</Id> <Label>string</Label> <Description>string</Description> <DistintaMeccanografica>boolean</DistintaMeccanografica> <FileDescriptionRule>string</FileDescriptionRule> <MetaData xsi:nil="true" /> <RdcMessageGroup xsi:nil="true" /> </SourceVdA> <PdDPre> <Files xsi:nil="true" /> </PdDPre> <Files> <FilePdV xsi:nil="true" /> <FilePdV xsi:nil="true" /> </Files> <VersionePdV /> <WarningsLoad> <string>string</string> <string>string</string> </WarningsLoad> <ErrorsLoad> <string>string</string> <string>string</string> </ErrorsLoad> <DisableLoadSelfDescription>boolean</DisableLoadSelfDescription> <DisableLoadSourceVdA>boolean</DisableLoadSourceVdA> <DisableLoadPdDPre>boolean</DisableLoadPdDPre> <DisableLoadFiles>boolean</DisableLoadFiles> </IndicePacchettoVersamento> </CreateTemplateIndicePacchettoVersamentoResult> </CreateTemplateIndicePacchettoVersamentoResponse> </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 /update/SolutionUpdate_Main.asmx HTTP/1.1 Host: dev3.solutiondocondemand.com 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> <CreateTemplateIndicePacchettoVersamento xmlns="http://tempuri.org/"> <username>string</username> <password>base64Binary</password> <parametri> <IdCliente>int</IdCliente> <ApplicationName>string</ApplicationName> <ApplicationVersion>string</ApplicationVersion> <ParametriServizioConservazione> <IdFirmatario>int</IdFirmatario> <ParametriSdC> <Id>int</Id> <IdCliente>int</IdCliente> <UrlSdC>string</UrlSdC> <UsernameSdC>string</UsernameSdC> <PasswordSdC>string</PasswordSdC> </ParametriSdC> <SoggettiSdC> <SoggettoSdC xsi:nil="true" /> <SoggettoSdC xsi:nil="true" /> </SoggettiSdC> <ServizioConservazione> <Id>int</Id> <IdCliente>int</IdCliente> <NomeServizioSD>string</NomeServizioSD> <TipoDocumento>string</TipoDocumento> <IdSetupSdC>string</IdSetupSdC> <IdAziendaSdC>int</IdAziendaSdC> <IdTipologiaSdC>long</IdTipologiaSdC> <IdUtente>int</IdUtente> <DataCreazione>dateTime</DataCreazione> <DataModifica>dateTime</DataModifica> <Eliminato>boolean</Eliminato> </ServizioConservazione> </ParametriServizioConservazione> <DefinizioneTipologiaSdC> <Tipologie> <Descrizione>string</Descrizione> </Tipologie> <Indici> <Indici xsi:nil="true" /> <Indici xsi:nil="true" /> </Indici> </DefinizioneTipologiaSdC> </parametri> </CreateTemplateIndicePacchettoVersamento> </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> <CreateTemplateIndicePacchettoVersamentoResponse xmlns="http://tempuri.org/"> <CreateTemplateIndicePacchettoVersamentoResult> <IndicePacchettoVersamento> <SelfDescription> <Id>string</Id> <CreatingApplication xsi:nil="true" /> <IdSetup>string</IdSetup> <IdCompany>int</IdCompany> <SoggettoProduttore xsi:nil="true" /> <Produttore xsi:nil="true" /> <SoggettoDetentore xsi:nil="true" /> <SoggettoPossessore xsi:nil="true" /> <SoggettoProprietario xsi:nil="true" /> <RevisionIdPdV>string</RevisionIdPdV> <RevisionSource>RequestProducer or Internal</RevisionSource> <RdcMessageGroup xsi:nil="true" /> </SelfDescription> <SourceVdA> <Id>long</Id> <Label>string</Label> <Description>string</Description> <DistintaMeccanografica>boolean</DistintaMeccanografica> <FileDescriptionRule>string</FileDescriptionRule> <MetaData xsi:nil="true" /> <RdcMessageGroup xsi:nil="true" /> </SourceVdA> <PdDPre> <Files xsi:nil="true" /> </PdDPre> <Files> <FilePdV xsi:nil="true" /> <FilePdV xsi:nil="true" /> </Files> <VersionePdV /> <WarningsLoad> <string>string</string> <string>string</string> </WarningsLoad> <ErrorsLoad> <string>string</string> <string>string</string> </ErrorsLoad> <DisableLoadSelfDescription>boolean</DisableLoadSelfDescription> <DisableLoadSourceVdA>boolean</DisableLoadSourceVdA> <DisableLoadPdDPre>boolean</DisableLoadPdDPre> <DisableLoadFiles>boolean</DisableLoadFiles> </IndicePacchettoVersamento> </CreateTemplateIndicePacchettoVersamentoResult> </CreateTemplateIndicePacchettoVersamentoResponse> </soap12:Body> </soap12:Envelope>