sensoapfault.h File Reference
API published in: S60 3rd Ed
Link against: senutils.lib
Capability Information
Required Capabilities
NetworkServices ReadUserData WriteUserData
#include <SenBaseElement.h>
Go to the source code of this file.
|
Data Structures
|
class |
CSenSoapFault |
|
This utility class represents SOAP fault element according to SOAP fault specification. More...
|
Functions
|
|
_LIT8 (KFaultCodeLocalname,"faultcode")
|
|
_LIT8 (KFaultStringLocalname,"faultstring")
|
|
_LIT8 (KFaultActorLocalname,"faultactor")
|
|
_LIT8 (KDetailLocalname,"detail")
|
Function Documentation
_LIT8 |
( |
KDetailLocalname |
, |
|
|
"detail" |
|
|
) |
|
|
_LIT8 |
( |
KFaultActorLocalname |
, |
|
|
"faultactor" |
|
|
) |
|
|
_LIT8 |
( |
KFaultStringLocalname |
, |
|
|
"faultstring" |
|
|
) |
|
|
_LIT8 |
( |
KFaultCodeLocalname |
, |
|
|
"faultcode" |
|
|
) |
|
|