Chris Malek is a PeopleTools® Technical Consultant with two decades of experience working on PeopleSoft enterprise software projects. He is available for consulting engagements.
About Chris Work with ChrisIntroducing a small but powerful PeopleSoft bolt-on that makes web services very easy. If you have a SQL statement, you can turn that into a web service in PeopleSoft in a few minutes.
Nodes
are NOT used in REST in PeopleSoft. If you are exploring REST, then you can safely ignore this section.NODE
for each application you are integrating with.
node
is a representation of an external system or integration client. They are free to create so do not share them across projects or integrations. New server/vendor/etc, create a new node.LASTUPDOPRID
will be marked with this unique user ID making troubleshooting and auditing more clear.{ORG_PREFIX}_{APP_NAME}_NODEUSER
. For example, CHG_SSOSYSTEM_NODE_USER
.
PSOPRDEFN
.Service Operation
Routings
be sure to never use “Any to Local” routings. Always explicitly define your nodes in the routings to tell the systems what integrations go where.
You can read more about nodes in the Node Chapter.