10 #ifndef KDSOAPCLIENTINTERFACE_P_H
11 #define KDSOAPCLIENTINTERFACE_P_H
13 #include <QtCore/QXmlStreamWriter>
14 #include <QtNetwork/QNetworkAccessManager>
15 #include <QtNetwork/QNetworkCookieJar>
16 #include <QtNetwork/QSslConfiguration>
57 QNetworkRequest
prepareRequest(
const QString &method,
const QString &action);
61 void writeAttributes(QXmlStreamWriter &writer,
const QList<KDSoapValue> &attributes);
65 void _kd_slotAuthenticationRequired(QNetworkReply *reply, QAuthenticator *authenticator);
void writeElementContents(KDSoapNamespacePrefixes &namespacePrefixes, QXmlStreamWriter &writer, const KDSoapValue &element, KDSoapMessage::Use use)
KDSoap::SoapVersion m_version
QNetworkAccessManager * m_accessManager
void writeAttributes(QXmlStreamWriter &writer, const QList< KDSoapValue > &attributes)
KDSoapClientInterface::Style m_style
KDSoapSslHandler * m_sslHandler
QMap< QString, KDSoapMessage > m_persistentHeaders
KDSoapClientInterfacePrivate()
void setupReply(QNetworkReply *reply)
QNetworkRequest prepareRequest(const QString &method, const QString &action)
KDSoapHeaders m_lastResponseHeaders
QNetworkAccessManager * accessManager()
void writeChildren(KDSoapNamespacePrefixes &namespacePrefixes, QXmlStreamWriter &writer, const KDSoapValueList &args, KDSoapMessage::Use use)
QSslConfiguration m_sslConfiguration
KDSoapAuthentication m_authentication
QMap< QByteArray, QByteArray > m_httpHeaders
QString m_messageNamespace
QBuffer * prepareRequestBuffer(const QString &method, const KDSoapMessage &message, const QString &soapAction, const KDSoapHeaders &headers)
~KDSoapClientInterfacePrivate()
bool m_sendSoapActionInHttpHeader
bool m_sendSoapActionInWsAddressingHeader
QList< QSslError > m_ignoreErrorsList
KDSoapClientThread m_thread
A class for handling SSL errors during SOAP calls.