Posts

Integration Broker - Part 3 - Consuming a 3rd-Party Web Service

Image
 The example has been created and tested on the following software environment:    Peoplesoft Application: FSCM 9.2    Peoplesoft Peopletools: 8.53.02    Database: Oracle Assumptions: 1) The Integration Broker is configured correctly. 2) The Soap Client is installed on your Desktop. The major steps will be the following: 1) Selecting and reviewing a web service 2) Consuming a web service in PeopleSoft 3) Creating a new Peoplesoft Page for using Web Service 4) Testing online page to get quote for a stock using consumed web service 1) Selecting and reviewing a web service We will be working with is a simple web service for getting the Stock quotes for the day. The WSDL for this web service is available at  http://www.webservicex.net/stockquote.asmx?wsdl First thing is to check this web service is available. In your browser, open a new window (or tab) in your browser and type the above URL in the address bar and press enter. You should see something similar to the following screen. Let us