vOKOsCOM
5.2.0.23890
|
Veřejné metody | |
int | GetInterfaceSafetyOptions (ref Guid riid, out int pdwSupportedOptions, out int pdwEnabledOptions) |
int | SetInterfaceSafetyOptions (ref Guid riid, int dwOptionSetMask, int dwEnabledOptions) |
string | Odesli (string srvURL, ref string Input, string srvUcer, int srvAut, string srvLogin, string srvPwd, bool regGUI, System.Windows.Forms.IWin32Window owner, ref string ErrCode, ref string ErrString) |
string | Odesli (string srvURL, ref string Input, string srvUcer, int srvAut, string srvLogin, string srvPwd, bool regGUI, System.Windows.Forms.IWin32Window owner, string proxyUri, int proxyPort, ref string ErrCode, ref string ErrString) |
string | Odesli (string srvURL, ref string Input, string SOAPAction, string srvUcer, int srvAut, string srvLogin, string srvPwd, bool regGUI, System.Windows.Forms.IWin32Window owner, string proxyUri, int proxyPort, ref string ErrCode, ref string ErrString) |
Response | Send (SendConfiguration conf) |
void | EditIdentity (string systemId) |
Response | Communicate (CommunicateConfiguration config, string inputXml) |
Response | Communicate (CommunicateConfiguration config, string inputXml, ProxyConfiguration proxyConfig) |
Response | CreateQuery (CommunicateConfiguration config) |
Response | ComunicateUni (string configUrl, string inputXml) |
Response | ComunicateUni (string configUrl, string inputXml, string proxyUri, int proxyPort) |
Response | ComunicateS (string configUrl, string srvInput) |
Response | ComunicateS (string configUrl, string srvInput, string proxyUri, int proxyPort) |
Response | Comunicate (string srvURL, string srvInput, string srvCert, string srvAut, string srvUcer, string uidPath, string Envelope, string appendIAA, string systemID, string secSign, string secCrypt, string regGUI, string ucsType, string xsltType, string xsltPath) |
string | Comunicate (string srvURL, ref string srvInput, string addFiles, string srvCert, string processType, int srvAut, string srvLogin, string srvPwd, string srvUcer, string uidPath, string Envelope, int appendIAA, string systemID, string secSign, bool secCrypt, bool regGUI, string ucsType, string LdapPassword, string LdapPasswordHash, System.Windows.Forms.IWin32Window owner, string xsltType, string xsltPath, ref string ErrCode, ref string ErrString) |
string | Comunicate (string srvURL, ref string srvInput, string addFiles, string srvCert, string processType, int srvAut, string srvLogin, string srvPwd, string srvUcer, string uidPath, string Envelope, int appendIAA, string systemID, string secSign, bool secCrypt, bool regGUI, string ucsType, string LdapPassword, string LdapPasswordHash, string xsltType, string xsltPath, string proxyUri, int proxyPort, ref string ErrCode, ref string ErrString) |
string | Comunicate (string srvURL, ref string srvInput, string addFiles, string srvCert, string processType, int srvAut, string srvLogin, string srvPwd, string srvUcer, string uidPath, string Envelope, int appendIAA, string systemID, string secSign, bool secCrypt, bool regGUI, string ucsType, string LdapPassword, string LdapPasswordHash, System.Windows.Forms.IWin32Window owner, string xsltType, string xsltPath, string proxyUri, int proxyPort, ref string ErrCode, ref string ErrString) |
string | Comunicate (string srvURL, ref string srvInput, string addFiles, string srvCert, string processType, int srvAut, string srvLogin, string srvPwd, string srvUcer, string uidPath, string Envelope, int appendIAA, string systemID, string secSign, bool secCrypt, bool regGUI, string ucsType, string LdapPassword, string LdapPasswordHash, System.Windows.Forms.IWin32Window owner, bool?showBeforeSign, Dictionary< string, string > additionalParams, string xsltType, string xsltPath, string proxyUri, int proxyPort, ref string ErrCode, ref string ErrString) |
string | ComunicateMail (string MailTo, string MailFrom, string Subject, ref string srvInput, string srvCert, string processType, int srvAut, string uidPath, string Envelope, int appendIAA, string systemID, string secSign, bool secCrypt, bool regGUI, string ucsType, System.Windows.Forms.IWin32Window owner, string xsltType, string xsltPath, ref string ErrCode, ref string ErrString) |
string | vytvorDotaz (ref string srvInput, string addFiles, string guidGenURL, string srvCrt, string processType, int srvAut, string uidPath, string Envelope, int appendIAA, string systemID, string secSignText, bool secCrypt, bool regGUI, string ucsType, string LdapPassword, string LdapPasswordHash, System.Windows.Forms.IWin32Window owner, string xsltType, string xsltPath, ref string ErrCode, ref string ErrString) |
string | vytvorDotaz (ref string srvInput, string addFiles, string guidGenURL, string srvCert, string processType, int srvAut, string uidPath, string Envelope, int appendIAA, string systemID, string secSignText, bool secCrypt, bool regGUI, string ucsType, string LdapPassword, string LdapPasswordHash, System.Windows.Forms.IWin32Window owner, bool?showBeforeSign, Dictionary< string, string > additionalParams, string xsltType, string xsltPath, ref string ErrCode, ref string ErrString) |
Vlastnosti | |
static string | ComLibVersion [get] |
ActiveX rozhraní vOKOsCom.Com
Response vOKOsCom.Com.Communicate | ( | CommunicateConfiguration | config, |
string | inputXml | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string
config | Konfigurace pro metodu Communicate |
inputXml | Vstupní XML soubor |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.Communicate | ( | CommunicateConfiguration | config, |
string | inputXml, | ||
ProxyConfiguration | proxyConfig | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string
config | Konfigurace pro metodu Communicate |
inputXml | Vstupní XML soubor |
proxyConfig | Konfigurace proxy |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.Comunicate | ( | string | srvURL, |
string | srvInput, | ||
string | srvCert, | ||
string | srvAut, | ||
string | srvUcer, | ||
string | uidPath, | ||
string | Envelope, | ||
string | appendIAA, | ||
string | systemID, | ||
string | secSign, | ||
string | secCrypt, | ||
string | regGUI, | ||
string | ucsType, | ||
string | xsltType, | ||
string | xsltPath | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Comunicate | ( | string | srvURL, |
ref string | srvInput, | ||
string | addFiles, | ||
string | srvCert, | ||
string | processType, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
string | srvUcer, | ||
string | uidPath, | ||
string | Envelope, | ||
int | appendIAA, | ||
string | systemID, | ||
string | secSign, | ||
bool | secCrypt, | ||
bool | regGUI, | ||
string | ucsType, | ||
string | LdapPassword, | ||
string | LdapPasswordHash, | ||
System.Windows.Forms.IWin32Window | owner, | ||
string | xsltType, | ||
string | xsltPath, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Comunicate | ( | string | srvURL, |
ref string | srvInput, | ||
string | addFiles, | ||
string | srvCert, | ||
string | processType, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
string | srvUcer, | ||
string | uidPath, | ||
string | Envelope, | ||
int | appendIAA, | ||
string | systemID, | ||
string | secSign, | ||
bool | secCrypt, | ||
bool | regGUI, | ||
string | ucsType, | ||
string | LdapPassword, | ||
string | LdapPasswordHash, | ||
string | xsltType, | ||
string | xsltPath, | ||
string | proxyUri, | ||
int | proxyPort, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Comunicate | ( | string | srvURL, |
ref string | srvInput, | ||
string | addFiles, | ||
string | srvCert, | ||
string | processType, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
string | srvUcer, | ||
string | uidPath, | ||
string | Envelope, | ||
int | appendIAA, | ||
string | systemID, | ||
string | secSign, | ||
bool | secCrypt, | ||
bool | regGUI, | ||
string | ucsType, | ||
string | LdapPassword, | ||
string | LdapPasswordHash, | ||
System.Windows.Forms.IWin32Window | owner, | ||
string | xsltType, | ||
string | xsltPath, | ||
string | proxyUri, | ||
int | proxyPort, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Comunicate | ( | string | srvURL, |
ref string | srvInput, | ||
string | addFiles, | ||
string | srvCert, | ||
string | processType, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
string | srvUcer, | ||
string | uidPath, | ||
string | Envelope, | ||
int | appendIAA, | ||
string | systemID, | ||
string | secSign, | ||
bool | secCrypt, | ||
bool | regGUI, | ||
string | ucsType, | ||
string | LdapPassword, | ||
string | LdapPasswordHash, | ||
System.Windows.Forms.IWin32Window | owner, | ||
bool? | showBeforeSign, | ||
Dictionary< string, string > | additionalParams, | ||
string | xsltType, | ||
string | xsltPath, | ||
string | proxyUri, | ||
int | proxyPort, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Na základě konfigurace připraví XML dotaz (podepíše certifikátem, obalí do SOAP Envelope), odešle na server a vrátí výstupní XML jako string Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.ComunicateS | ( | string | configUrl, |
string | srvInput | ||
) |
Metoda speciálně připravena pro potřeby Cross Compliance, vstup srvInput obsahuje pouze datovou obsahově významnou část zprávy a zbytek je doplněn komunikačním modulem na základě parametrů získaných z konfiguračního souboru.
configUrl | |
srvInput |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.ComunicateS | ( | string | configUrl, |
string | srvInput, | ||
string | proxyUri, | ||
int | proxyPort | ||
) |
Metoda speciálně připravena pro potřeby Cross Compliance, vstup srvInput obsahuje pouze datovou obsahově významnou část zprávy a zbytek je doplněn komunikačním modulem na základě parametrů získaných z konfiguračního souboru.
configUrl | URL na které se nachází konfigurace. |
srvInput | Vstupní XML |
proxyUri | Adresa proxy serveru |
proxyPort | Port proxy serveru |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.ComunicateUni | ( | string | configUrl, |
string | inputXml | ||
) |
configUrl | Adresa konfiguračního XML |
inputXml | Vstupní XML |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.ComunicateUni | ( | string | configUrl, |
string | inputXml, | ||
string | proxyUri, | ||
int | proxyPort | ||
) |
configUrl | Adresa konfiguračního XML |
inputXml | Vstupní XML |
proxyUri | Adresa proxy serveru |
proxyPort | Port proxy serveru |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.CreateQuery | ( | CommunicateConfiguration | config | ) |
Připraví input XML podle konfigurace CommunicateConfiguration
config |
Implementuje vOKOsCom.ICom.
void vOKOsCom.Com.EditIdentity | ( | string | systemId | ) |
Zobrazí dialog se seznamem identit, které je možné upravit
systemId |
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Odesli | ( | string | srvURL, |
ref string | Input, | ||
string | srvUcer, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
bool | regGUI, | ||
System.Windows.Forms.IWin32Window | owner, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Odesila pozadavek na server
srvURL | URL kam se posílají data |
Input | Vstupní XML |
srvUcer | Seriové číslo klientského certifikátu do http komunikace. (pokud je regGUI = true a bude zjištěna nutnost klientského certifikátu bude vyhozen dialog automaticky) |
srvAut | Kód typu zabezpečení služby (momentálně se nepoužívá) |
srvLogin | Login (jméno) pro autentifikaci k http/s. (pokud je regGUI = true a bude zjištěna nutnost přihlášení k http/s bude vyhozen dialog automaticky) |
srvPwd | Heslo pro autentifikaci k http/s. (pokud je regGUI = true a bude zjištěna nutnost přihlášení k http/s bude vyhozen dialog automaticky) |
regGUI | Určuje zda se budou zobrazovat vnitřní dialogová okna (např pro získání jména/hesla pro autorizaci atd.) |
owner | V případě používání dialogových oken pro udržení focusu – předává se parent nového okna. |
ErrCode | Výstupní proměnná – 0 pokud je odpověd v pořádku jinak kod chyby. |
ErrString | Text chyby. |
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Odesli | ( | string | srvURL, |
ref string | Input, | ||
string | srvUcer, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
bool | regGUI, | ||
System.Windows.Forms.IWin32Window | owner, | ||
string | proxyUri, | ||
int | proxyPort, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Odesila pozadavek na server
srvURL | URL kam se posílají data |
Input | Vstupní XML |
srvUcer | Seriové číslo klientského certifikátu do http komunikace. (pokud je regGUI = true a bude zjištěna nutnost klientského certifikátu bude vyhozen dialog automaticky) |
srvAut | Kód typu zabezpečení služby (momentálně se nepoužívá) |
srvLogin | Login (jméno) pro autentifikaci k http/s. (pokud je regGUI = true a bude zjištěna nutnost přihlášení k http/s bude vyhozen dialog automaticky) |
srvPwd | Heslo pro autentifikaci k http/s. (pokud je regGUI = true a bude zjištěna nutnost přihlášení k http/s bude vyhozen dialog automaticky) |
regGUI | Určuje zda se budou zobrazovat vnitřní dialogová okna (např pro získání jména/hesla pro autorizaci atd.) |
owner | V případě používání dialogových oken pro udržení focusu – předává se parent nového okna. |
proxyUri | URI případné proxy pokud ej potřeba pro přístup k cílovému serveru. |
proxyPort | Číslo portu proxy |
ErrCode | Výstupní proměnná – 0 pokud je odpověd v pořádku jinak kod chyby. |
ErrString | Text chyby. |
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.Odesli | ( | string | srvURL, |
ref string | Input, | ||
string | SOAPAction, | ||
string | srvUcer, | ||
int | srvAut, | ||
string | srvLogin, | ||
string | srvPwd, | ||
bool | regGUI, | ||
System.Windows.Forms.IWin32Window | owner, | ||
string | proxyUri, | ||
int | proxyPort, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Odesila pozadavek na server
srvURL | URL kam se posílají data |
Input | Vstupní XML |
SOAPAction | |
srvUcer | Seriové číslo klientského certifikátu do http komunikace. (pokud je regGUI = true a bude zjištěna nutnost klientského certifikátu bude vyhozen dialog automaticky) |
srvAut | Kód typu zabezpečení služby (momentálně se nepoužívá) |
srvLogin | Login (jméno) pro autentifikaci k http/s. (pokud je regGUI = true a bude zjištěna nutnost přihlášení k http/s bude vyhozen dialog automaticky) |
srvPwd | Heslo pro autentifikaci k http/s. (pokud je regGUI = true a bude zjištěna nutnost přihlášení k http/s bude vyhozen dialog automaticky) |
regGUI | Určuje zda se budou zobrazovat vnitřní dialogová okna (např pro získání jména/hesla pro autorizaci atd.) |
owner | V případě používání dialogových oken pro udržení focusu – předává se parent nového okna. |
proxyUri | URI případné proxy pokud ej potřeba pro přístup k cílovému serveru. |
proxyPort | Číslo portu proxy |
ErrCode | Výstupní proměnná – 0 pokud je odpověd v pořádku jinak kod chyby. |
ErrString | Text chyby. |
Implementuje vOKOsCom.ICom.
Response vOKOsCom.Com.Send | ( | SendConfiguration | conf | ) |
Odesílá požadavek na server + výstupem je Response třída s odpovědí / chybovým stavem
conf | Konfigurace pro metodu Send |
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.vytvorDotaz | ( | ref string | srvInput, |
string | addFiles, | ||
string | guidGenURL, | ||
string | srvCrt, | ||
string | processType, | ||
int | srvAut, | ||
string | uidPath, | ||
string | Envelope, | ||
int | appendIAA, | ||
string | systemID, | ||
string | secSignText, | ||
bool | secCrypt, | ||
bool | regGUI, | ||
string | ucsType, | ||
string | LdapPassword, | ||
string | LdapPasswordHash, | ||
System.Windows.Forms.IWin32Window | owner, | ||
string | xsltType, | ||
string | xsltPath, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Wrapper metody CreateQuery Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
string vOKOsCom.Com.vytvorDotaz | ( | ref string | srvInput, |
string | addFiles, | ||
string | guidGenURL, | ||
string | srvCert, | ||
string | processType, | ||
int | srvAut, | ||
string | uidPath, | ||
string | Envelope, | ||
int | appendIAA, | ||
string | systemID, | ||
string | secSignText, | ||
bool | secCrypt, | ||
bool | regGUI, | ||
string | ucsType, | ||
string | LdapPassword, | ||
string | LdapPasswordHash, | ||
System.Windows.Forms.IWin32Window | owner, | ||
bool? | showBeforeSign, | ||
Dictionary< string, string > | additionalParams, | ||
string | xsltType, | ||
string | xsltPath, | ||
ref string | ErrCode, | ||
ref string | ErrString | ||
) |
Wrapper metody CreateQuery Jednotlivé parametry jsou popsané ve třídě CommunicateConfiguration
Implementuje vOKOsCom.ICom.
|
staticget |
Verze vOKOsCom