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;
137 const QString &soapAction = QString(),
153 const QString &soapAction = QString(),
167 void callNoReply(
const QString &method,
const KDSoapMessage &message,
168 const QString &soapAction = QString(),
182 void setHeader(
const QString &name,
const KDSoapMessage &header);
189 void setSoapVersion(SoapVersion version);
194 SoapVersion soapVersion();
200 QString endPoint()
const;
208 void setEndPoint(
const QString &endPoint);
216 QNetworkCookieJar *cookieJar()
const;
224 void setCookieJar(QNetworkCookieJar *jar);
231 QNetworkProxy proxy()
const;
238 void setProxy(
const QNetworkProxy &proxy);
245 void setRawHTTPHeaders(
const QMap<QByteArray, QByteArray> &headers);
269 void setStyle(Style style);
288 void ignoreSslErrors();
290 #ifndef QT_NO_OPENSSL
300 void ignoreSslErrors(
const QList<QSslError> &errors);
315 #ifndef QT_NO_OPENSSL
320 QSslConfiguration sslConfiguration()
const;
326 void setSslConfiguration(
const QSslConfiguration &config);
330 friend class KDSoapThreadTask;
332 KDSoapClientInterfacePrivate *
const d;
335 #endif // KDSOAPCLIENTINTERFACE_H
Style
Definition: KDSoapClientInterface.h:260
the method name is sent as an xml element wrapping the message parameters
Definition: KDSoapClientInterface.h:261
Definition: KDSoapPendingCall.h:51
Definition: KDSoapAuthentication.h:40
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