110 likes | 214 Views
Overview of Web Services. Overview. When you complete this lesson you should be able to:. Describe the business value of Web services Describe Web services concepts Describe the NewCo Web services (the sample application). Utilizing a Web service. Web services in the enterprise.
E N D
Overview When you complete this lesson you should be able to: • Describe the business value of Web services • Describe Web services concepts • Describe the NewCo Web services (the sample application)
Web service consumer WSDL: operations: SendOrders GetInvoice 1c 2 Internet to/from Web Service provider • Web service consumer steps: • Connect to Web service • Get operation information • Prepare to invoke operation • cMyOrder = . . . • Invoke operation • Process result of operation • iNum = iInvoiceNum. • Disconnect from Web service • SERVER-DISCONNECT(). SERVER-CONNECT() 1a NewCoService.wsdl 1b RUN SendOrders(cMyOrder) 4a iInvoiceNum 4b 4GL client (consumer)
Web services messaging SOAP message SOAP message
Summary You should now be able to: • Describe the business value of Web services • Describe Web services concepts • Describe the NewCo Web services (the sample application)