//
//  Define the basic settings 
//
// ----------------------------------------------------------------------------
//
// Settings for multi-beaer using the commdb taken from Platform test 
//
// The default setting will always be the test network so that we can use WSP 

// Internal IP address 

DEFINE	wapTest		"10.35.2.4" 
DEFINE	wapTest2	"10.35.2.65" 

DEFINE	Jigsaw		"10.35.2.2" 
DEFINE	netscape	"10.35.2.3"
DEFINE	NokiaWapGateway	"10.35.2.62" 
DEFINE	IIS5.0		"10.35.2.5" 	

// bearer IAP mapping 

DEFINE IAP_DEFAULT    0 
DEFINE IAP_PIPEX      1 
DEFINE IAP_TESTNET    2 
DEFINE IAP_NTRAS_COM1 3
DEFINE IAP_NTRAS_COM2 4 

// -------------------------------------------------------------------------
//  Define the expected return result if required

DEFINE Succeeded 8
DEFINE Failed    9 

// These values need to change for JetStream, i.e. Succeeded 9  

// -------------------------------------------------------------------------
// Define common HTTP return codes 

DEFINE HTTP_OK         200 
DEFINE HTTP_NOT_FOUND  404
DEFINE HTTP_NOT_ACCEPT 406



RETURN 