16#ifndef KDSOAPPENDINGCALL_P_H
17#define KDSOAPPENDINGCALL_P_H
21#include <QXmlStreamReader>
22#include "KDSoapMessage.h"
24#include "KDSoapClientInterface.h"
25#include <QNetworkReply>
29void maybeDebugRequest(
const QByteArray &data,
const QNetworkRequest &request, QNetworkReply *reply);
31class KDSoapPendingCall::Private :
public QSharedData
34 Private(QNetworkReply *r, QBuffer *b)
37 , soapVersion(KDSoap::SOAP1_1)
44 KDSoapValue parseReplyElement(QXmlStreamReader &reader);
48 QPointer<QNetworkReply> reply;
52 KDSoap::SoapVersion soapVersion;
Definition: KDSoapMessage.h:35
Definition: KDSoapValue.h:66