![]() |
KD SOAP API Documentation 2.2
|
Enumerations | |
| enum | SoapVersion { SOAP1_1 = 1 , SOAP1_2 = 2 } |
| enum KDSoap::SoapVersion |
Version of the SOAP protocol to use when sending requests. This enum value is used in KDSoapMessage. For historical reasons, KDSoapClientInterface uses its own version enum.
| Enumerator | |
|---|---|
| SOAP1_1 | Use format version 1.1 of the SOAP specification |
| SOAP1_2 | Use format version 1.2 of the SOAP specification |
Definition at line 39 of file KDSoapValue.h.
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/