When the session state in a service package is set to Stateful
, the service returns a cookie in the response with the Set-Cookie HTTP header. The cookie contains the Requestor ID of the requestor that processed the first request, with the prefix "PegaRULES." For another request to access the same session data, the external application must include the PegaRULES cookie in the header of that request.
It works even if the UserIdentifier and Passwrod not passed to the API. It works by the sticky session
REST-Service
- Map from Clipboard doesn't accept PageList.
- Map from Clipboard, Key as Page or Property will make the response type as XML.
- Map from Clibpard, Key can be Parameter page.
- Map from JSON accept Page, PageList
Connect-REST
- Map from Clipboard Page expects XMLstream data.
- Map from JSON expect json stream data
- In the Message data section, in the Map to field, select Clipboard.
- In the Map to key field, enter one of the following values:
- Text property: The system converts the text property to Base64-encoded text before writing it to the clipboard.
- Java object property: The system converts the java object property to a java byte array before writing it to the clipboard.
No comments:
Post a Comment