Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.svc
dw.svc
Class SOAPService
Object
dw.svc.Service
dw.svc.SOAPService
Represents a SOAP WebService.
Properties
authentication  :  String
The authentication type.
serviceClient  :  Object
The serviceClient object.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getAuthentication() : String
Returns the authentication type.
getServiceClient() : Object
Returns the serviceClient object.
setAuthentication(authentication : String) : SOAPService
Sets the type of authentication.
setServiceClient(o : Object) : SOAPService
Sets the serviceClient object.
Methods inherited from class Service
Methods inherited from class Object
Method Detail
getAuthentication
getAuthentication() : String
Returns the authentication type.
Returns:
Authentication type.

getServiceClient
getServiceClient() : Object
Returns the serviceClient object.
Returns:
serviceClient object.

setAuthentication
setAuthentication(authentication : String) : SOAPService
Sets the type of authentication. Valid values include "BASIC" and "NONE".

The default value is BASIC.

Parameters:
authentication - Type of authentication.
Returns:
this SOAP WebService.

setServiceClient
setServiceClient(o : Object) : SOAPService
Sets the serviceClient object. This must be set in the prepareCall method, prior to execute being called.
Parameters:
o - serviceClient object.
Returns:
this SOAP WebService.

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.