Question
KBRU
ID
Last activity: 23 Jan 2017 22:29 EST
Create a new operator ID through PEGA API Web Service
Can I create a new operator ID through PEGA API Web Service?
***Moderator Edit:Vidyaranjan | Updated Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
KBRU
ID
Hi,
I have used HTTP Service to Create and OperatorID , below the file image to create HTTP Service.
these are the step to create Service HTTP:
1. Click +Create>Integration-Service>Service HTTP,
2. Input Label, identifier, customer package name, class name and then create and open,
3. Input Primary page class to Data-Admin-Operator-ID,
4. Select Activity CreateOperator, to create new operator , input request and response message. and then save it.
Pegasystems Inc.
IN
Hi
I found a good post which is relevant to what you are looking for.
Check the post here , especially the 3 rd and 4th Comment
KBRU
ID
I have used it. but I couldn't hit the service. Can you tell me how to hit the service?
Pegasystems Inc.
IN
As Santanu mentioned there is an internal/final activity (CreateOperator) to achieve this which can be exposed as API and service.
But a better way would be to create a model operator and write a activity to copy that model operator.
This way you will avoid passing multiple parameters to service (Org, Div, Unit, AccessGroup, etc..) since most of the information will be same across new operators.
Let us know if this helps.
KBRU
ID
I have create the service with CreateOperator, when i run it, it was succesfully created operator ID. but when I hit with curl PHP it seems didn't work. How can I fix this?
Virtusa IT Consulting
AE
What is PHP doing here?
KBRU
ID
curl PHP used to store parameter to pega from another framework.
KBRU
ID
I have already solved it. Thank you for your attention.
Pegasystems Inc.
IN
Hi Adrian,
Please consider sharing the resolution here, for the benifit of the other community members who have the same question.
Regards,
Lochan | Community Moderator | Pegasystems Inc.
Accepted Solution
KBRU
ID
Hi,
I have used HTTP Service to Create and OperatorID , below the file image to create HTTP Service.
these are the step to create Service HTTP:
1. Click +Create>Integration-Service>Service HTTP,
2. Input Label, identifier, customer package name, class name and then create and open,
3. Input Primary page class to Data-Admin-Operator-ID,
4. Select Activity CreateOperator, to create new operator , input request and response message. and then save it.
-
Asli Bihter Boysan Artur Lewandowski