106 bool logged_in = False;
121 string soapaction =
"default";
126 bool force_logout = False;
131 const AuthorizationHash = {
138 const AuthorizationOpts = AuthorizationHash.keys();
141 const RequiredOpts = AuthorizationOpts + (
152 constructor(hash<auto> opts) ;
163 processOpts(hash<auto> opts);
208 auto callOperation(
string operation,
auto args, *hash<auto> opts, *reference<auto> info);
241 auto callIntern(
string operation,
auto args, *hash<auto> opts, *reference<auto> info);
252 auto call(
string operation,
auto args, *hash<auto> header);
272 auto call(
string operation,
auto args, reference<auto> info);
293 auto call(reference<auto> info,
string operation,
auto args, *hash<auto> header);
296 nothing setWarningQueue(
int warning_ms,
int warning_bs, Queue queue,
auto arg, timeout min_ms = 1s);
299 nothing clearWarningQueue();
308 auto methodGate(
string op,
auto arg);
376 constructor(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh)
391 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
455 static SalesforceSoapConnection
make(
string name,
string desc,
string url,
bool monitor, *hash opts, hash urlh);