sensoapenvelope.h File Reference

API published in: S60 3rd Ed

Link against: senutils.lib

Capability Information

Required Capabilities

NetworkServices ReadUserData WriteUserData


#include <SenBaseFragment.h>

Go to the source code of this file.


Data Structures

class   CSenSoapEnvelope
  CSenSoapEnvelope is an utility class offering capability to parse XML SOAP envelope and manipulation methods to alter its contents. More...

Functions

  _LIT8 (KSoapXmlns,"http://schemas.xmlsoap.org/soap/envelope/")
  _LIT8 (KEnvelopeName,"Envelope")
  _LIT8 (KEnvelopeQName,"S:Envelope")
  _LIT8 (KHeaderName,"Header")
  _LIT8 (KHeaderQName,"S:Header")
  _LIT8 (KBodyName,"Body")
  _LIT8 (KBodyQName,"S:Body")
  _LIT8 (KFault,"Fault")
  _LIT8 (KSoapActionHeaderName,"SOAPAction")
  _LIT8 (KSoapActionHeaderValueEmpty,"\"\"")

Variables

const TInt  KStateParsingSoapHeader = 20
const TInt  KStateParsingSoapBody = 40
const TInt  KStateParsingSoapFault = 5

Function Documentation

_LIT8 (  KSoapActionHeaderValueEmpty  ,
"\"\"" 
) 
 
_LIT8 (  KSoapActionHeaderName  ,
"SOAPAction" 
) 
 
_LIT8 (  KFault  ,
"Fault" 
) 
 
_LIT8 (  KBodyQName  ,
"S:Body" 
) 
 
_LIT8 (  KBodyName  ,
"Body" 
) 
 
_LIT8 (  KHeaderQName  ,
"S:Header" 
) 
 
_LIT8 (  KHeaderName  ,
"Header" 
) 
 
_LIT8 (  KEnvelopeQName  ,
"S:Envelope" 
) 
 
_LIT8 (  KEnvelopeName  ,
"Envelope" 
) 
 
_LIT8 (  KSoapXmlns  ,
"http://schemas.xmlsoap.org/soap/envelope/" 
) 
 

Variable Documentation

const TInt KStateParsingSoapBody = 40
 
const TInt KStateParsingSoapFault = 5
 
const TInt KStateParsingSoapHeader = 20
 

Copyright © Nokia Corporation 2001-2008
Back to top