This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
bw:sbo_sl_v24 [2020/04/22 16:17] runger [SAP Business One Service Layer using Bizweaver v2.4] |
bw:sbo_sl_v24 [2020/04/22 16:21] (current) runger |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Accessing SAP Business One using the Service Layer is a two-step process. The first step (Login) responds with two cookies. These cookies are then used in any subsequent web service calls in the current processing cycle. | Accessing SAP Business One using the Service Layer is a two-step process. The first step (Login) responds with two cookies. These cookies are then used in any subsequent web service calls in the current processing cycle. | ||
| - | ==== Get Cookies ==== | + | The first step is to define some initial variables. |
| **Variables** | **Variables** | ||
| {{ : | {{ : | ||
| + | |||
| + | ==== Get Cookies ==== | ||
| + | The next step is to make a login request to SAP Business One. If this is successful, two //cookies// are returned that will be used as credentials for subsequent calls the the Service Layer. | ||
| **Request** | **Request** | ||
| Line 35: | Line 38: | ||
| ==== Use Cookies ==== | ==== Use Cookies ==== | ||
| + | Once the login is successful and the the credential cookies are obtained, various requests to interact with database objects are made. | ||
| **Request** | **Request** | ||