Resource base URL |
The common base URL referenced by the connection.
typically, REST Web service connections begin with the same base URL. For example, http://www.yourcompany.com/ could serve as the common prefix for the resource base URL. A base URL must begin with http:. |
Resource URI template |
A URI template used by mobile business object (MBO) create, read, update, and delete (CRUD) operations on the REST Web service resources through HTTP operations. The URI template should follow this structure: customers/{id(int)}
|
Preemptive authentication |
Allows HTTP authentication at
the provided end point so MBO Preview and Test Execute
options work, and sets this property in the deployment unit
so it does not need to be explicitly set in
Sybase Control Center. Both SOAP and
REST Web services support preemptive authentication when
creating or editing the Web service or REST Web service
connection profile, and is unselected (disabled) by
default. |