Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

How to deliver RESTful Web Services in PeopleSoft - Useful Resources

How to deliver RESTful Web Services in PeopleSoft - Useful Resources
Quick Overview of RESTful Web Services
Representational State Transfer (REST) describes any simple interface that transmits data over a standardized interface (such as HTTP) without an additional messaging layer, such as SOAP. REST provides a set of design rules for creating stateless services that are viewed as resources, or sources of specific information, and can be identified by their unique URIs. A client accesses the resource using the URI, a standardized fixed set of methods, and a representation of the resource is returned. The client is said to transfer state with each new resource representation.
When using the HTTP protocol to access RESTful resources, the resource identifier is the URL of the resource and the standard operation to be performed on that resource is one of the HTTP methods: GET, PUT, DELETE, POST, or HEAD.
Some Useful reference to resources that can be used to get an understanding of REST based web services in PeopleSoft.
OOW_REST.zip is the AppDesigner project used in the CON7553_Smith-CON7553 REST Web Services in PeopleSoft_v3.
OOW_REST.zip

How to Test Web Services within PeopleSoft Campus Solutions without SOAPUI

If you are in PeopleSoft Campus Solutions Navigate to;
Set Up SACR > System Administration > Generic Service Tester > Service Tester
Add Service Tester ID from Prompt (Say for example delivered List of Values web service SCC_GET_LOV)
 
Add Sign on (WS security) – you must configure security access to the web service you are invoking.
Once done you can create request and submit the request as follows;