23 #ifndef KDSOAPCLIENTINTERFACE_H 24 #define KDSOAPCLIENTINTERFACE_H 26 #include <QtCore/QtGlobal> 27 #include <QtCore/QString> 28 #include "KDSoapMessage.h" 29 #include "KDSoapPendingCall.h" 33 class KDSoapClientInterfacePrivate;
36 class QSslConfiguration;
37 class QNetworkCookieJar;
139 const QString &soapAction = QString(),
157 const QString &soapAction = QString(),
173 void callNoReply(
const QString &method,
const KDSoapMessage &message,
174 const QString &soapAction = QString(),
188 void setHeader(
const QString &name,
const KDSoapMessage &header);
206 QString endPoint()
const;
214 void setEndPoint(
const QString &endPoint);
222 QNetworkCookieJar *cookieJar()
const;
230 void setCookieJar(QNetworkCookieJar *jar);
237 QNetworkProxy proxy()
const;
244 void setProxy(
const QNetworkProxy &proxy);
251 void setRawHTTPHeaders(
const QMap<QByteArray, QByteArray> &headers);
275 void setStyle(
Style style);
294 void ignoreSslErrors();
296 #ifndef QT_NO_OPENSSL 306 void ignoreSslErrors(
const QList<QSslError> &errors);
321 #ifndef QT_NO_OPENSSL 326 QSslConfiguration sslConfiguration()
const;
332 void setSslConfiguration(
const QSslConfiguration &config);
347 void setTimeout(
int msecs);
350 friend class KDSoapThreadTask;
352 KDSoapClientInterfacePrivate *
const d;
355 #endif // KDSOAPCLIENTINTERFACE_H Style
Definition: KDSoapClientInterface.h:266
the method name is sent as an xml element wrapping the message parameters
Definition: KDSoapClientInterface.h:267
Definition: KDSoapPendingCall.h:51
Definition: KDSoapAuthentication.h:43
A class for handling SSL errors during SOAP calls.
Definition: KDSoapSslHandler.h:43
Definition: KDSoapMessage.h:41
Definition: KDSoapClientInterface.h:63
SoapVersion
Definition: KDSoapClientInterface.h:70