Siebel Mobile Connector Guide > Working with the Siebel Mobile Connector > Real-Time Access to Data >

XML Commands and SWE Methods


You can add, modify and delete records in real time using XML commands. The following are some common XML commands that can be issued from third-party applications to the Siebel Mobile Connector, which in turn uses the XML Web Interface provided by SWE.

  • CanInvokeMethod
  • InvokeMethod
  • ExecuteLogin
  • LoadService
  • ExecuteNamedQuery
  • Login
  • GotoPage
  • Logoff
  • GotoPageTab
  • ReloadCT
  • GotoView

 

The following are some methods commonly used with SWE:

  • CollapseTreeItem
  • MoveUp
  • CopyRecord
  • NewQuery
  • CreateRecord
  • NewRecord
  • DeleteQuery
  • NextTreeItem
  • DeleteRecord
  • PickNone
  • Drilldown
  • PickRecord
  • EditRecord
  • PositionOnRow
  • ExecuteQuery
  • PreviousTreeItem
  • ExpandTreeItem
  • RefineQuery
  • GetSMCUpdate
  • SaveQueryAs
  • GotoFirstSet
  • SelectTreeItem
  • GotoLastSet
  • SortAscending
  • GotoNextSet
  • SortDescending
  • GotoPreviousSet
  • ToggleTo
  • GotoView
  • UndoRecord
  • MoveDown
  • WriteRecord

NOTE:  SWE expects the correct spelling and valid values for all commands, methods and arguments. Invalid SWE commands, methods and arguments are ignored. No error message is returned by SWE for such errors and the calling application may experience unexpected results.

For information on the XML interface to SWE, see Siebel Tools Online Help.

Siebel Mobile Connector Guide