API published in: S60 3rd Ed
Link against: senservconn.lib
Required Capabilities
NetworkServices ReadUserData WriteUserData
#include <e32base.h>
#include <MSenServiceConsumer.h>
#include <MSenServiceDescription.h>
#include <SenSoapEnvelope.h>
#include <SenFragment.h>
Go to the source code of this file.
Data Structures |
|
class | CSenServiceConnection |
The class for connecting to service providers through Web Services Framework (WSF). More... |
|
Functions |
|
_LIT8 (KDefaultBasicWebServicesFrameworkID,"WS-I") | |
_LIT8 (KDefaultIdWsfFrameworkID,"ID-WSF") | |
Variables |
|
const TInt | KErrSenNotInitialized = -30291 |
const TInt | KErrSenServiceConnectionBusy = -30292 |
const TInt | KErrConnectionInitializing = -30293 |
const TInt | KErrConnectionExpired = -30294 |
const TInt | KErrSubmitting = -30295 |
const TInt | KErrSenSoapFault = -30296 |
const TInt | KErrSenInternal = -30297 |
const TInt | KErrSenNoEndpoint = -30298 |
const TInt | KErrSenNoContract = -30299 |
const TInt | KErrSenProviderIdInUseByAnotherEndpoint = -30305 |
const TInt | KErrSenNoContractNoEndPoint = -30306 |
const TInt | KSenConnectionStatusNew = 0 |
const TInt | KSenConnectionStatusReady = 1 |
const TInt | KSenConnectionStatusExpired = 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|