webservices/wsframework/inc/senmtomutils.h
changeset 23 a1df79fa35b4
parent 0 62f9d29f7211
equal deleted inserted replaced
16:abb636afedf7 23:a1df79fa35b4
    20 
    20 
    21 #ifndef SEN_MTOM_UTILS_H
    21 #ifndef SEN_MTOM_UTILS_H
    22 #define SEN_MTOM_UTILS_H
    22 #define SEN_MTOM_UTILS_H
    23 
    23 
    24 #include <e32math.h>
    24 #include <e32math.h>
    25 #include <imcvcodc.h>
    25 
    26 
    26 
    27 #include <SenSoapEnvelope2.h>
    27 #include <SenSoapEnvelope2.h>
    28 #include <RSenDocument.h>
    28 #include <RSenDocument.h>
    29 
    29 
    30 #include <xmlengserializer.h>
    30 #include <xml/dom/xmlengserializer.h>
    31 #include <xmlengchunkcontainer.h>
    31 #include <xml/dom/xmlengchunkcontainer.h>
    32 #include <xmlengfilecontainer.h>
    32 #include <xml/dom/xmlengfilecontainer.h>
    33 #include <xmlengbinarycontainer.h>
    33 #include <xml/dom/xmlengbinarycontainer.h>
    34 #include <xmlengnodelist.h>
    34 #include <xml/dom/xmlengnodelist.h>
    35 
    35 
    36 // CONSTANTS
    36 // CONSTANTS
    37 _LIT(KMtomNoRequestSoapEnvelopePanicText, "NULL MTOM request soap envelope");
    37 _LIT(KMtomNoRequestSoapEnvelopePanicText, "NULL MTOM request soap envelope");
    38 _LIT(KMtomNoBlobsPanicText, "NULL MTOM BLOB part");
    38 _LIT(KMtomNoBlobsPanicText, "NULL MTOM BLOB part");
    39 _LIT(KMtomNoContentTypeInBlobHeaderPanicText, "NULL MTOM ContentType in BLOB header");
    39 _LIT(KMtomNoContentTypeInBlobHeaderPanicText, "NULL MTOM ContentType in BLOB header");