Download presentation
Presentation is loading. Please wait.
Published byJoseph Davis Modified over 9 years ago
1
GDT V5 Web Services
2
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada GDT V5 Web Services CGI (Common Gateway Interface) (Requires GDT V5.0) RSS – “Really Simple Syndication” – WEB feed formats (Requires GDT V5.0) C2O interacts with Web Services through SOAP calls (Does not require GDT V5.0) Demonstrations n Submitting a Batch job through the GDT Console via CGI n Accessing RSS feed via a Batch program to return information to a Batch Report
3
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada CGI Common Gateway Interface Server extension that extends capabilities of Web Servers. n Lets Web Clients request information from Web Servers The process: n User fills out a form that is submitted to the Server. n The Server uses the submitted information to query a database or as input to a program. n There is NO Back and Forth information between the server and the client l User must fill out the form and submit it l Blank fields with incorrect information must be detected and client asked to resubmit the form.
4
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada CGI Common Gateway Interface CGI only allows data to be input n Processes the data, produces output and terminates CGI provides the 2 way interface between the Web Clients and Web Servers and the CGI Script is the set of commands that determine what happens when they communicate CGI consists of the following n CGI Control Tags and Field specifiers to be placed in the HTML documents n The flow of the information between client, server and script.
5
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada CGI Common Gateway Interface Micro Focus IDE provides the tools via the Internet Application Wizard n Create the HTML form and add Tags that define the input boxes, drop-down list boxes and buttons that appear on the forms to collect input from the users n Create the CGI Script to accept the input that the end user types on the HTML form and do something with it like query a database or input to a program. Reduces the amount of effort involved in creating server-side programs Server-side programs can easily be generated from existing COBOL programs
6
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada CGI Common Gateway Interface GDT Console
7
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada CGI Common Gateway Interface DEMONSTRATION
8
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada RSS RSS Document n called a "feed," "web feed” or "channel” n contains either a summary of content from an associated web site or the full text n makes it possible for people to keep up with web sites in an automated manner that can be piped into special programs or filtered displays A standardized XML file format allows the information to be published once and viewed by many different programs. GDT V5.0 software n Had to become a "RSS reader," "feed reader”.
9
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada The Setup of the GATEWAY in GDT
10
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Connecting to the Service
11
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Setting the Method to Request
12
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Setting the Request Parameters
13
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Invoke the Service
14
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Pulling information from the feed Next screen shows this.
15
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Pulling information from the feed
16
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Pulling information from the feed Move captured information to a Report
17
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada The resulting Report
18
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada RSS FEED VIA BATCH PROGRAM DEMONSTRATION
19
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada SOAP calls with C2O
20
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada SOAP calls with C2O
21
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada SOAP calls with C2O
22
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada Reviewing the Results Or simply extract the information into C2O variables for use by other processes.
23
GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13 Lake Las Vegas, Nevada SOAP calls with C2O DEMONSTRATION
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.