Download presentation
Presentation is loading. Please wait.
Published byMargaret Ford Modified over 9 years ago
1
Developing Web Services Oracle SOA Suite 11g (JDeveloper)
2
Web Service Is a technology that is based on a set of standards for building interoperable distributed applications Performs self-describing business functions External applications HTML XML Web presentation Business logic Web service Database Application server HTTP client
3
Web Service Development Approach There are two approaches: Top-down approach Generate the Web service from an existing WSDL file. Server-side and client-side development can be done simultaneously. Bottom-up approach Generate the Web service by using the existing code. It requires little or no knowledge of WSDL or XML.
4
Web service client development Web service development Top-Down Approach Web service client Web service implementation WSDL-to-Java WSDL XSD schemas Generate Java artifacts Generate Java artifacts 1 22 1
5
Web service client development Web service development Bottom-Up Approach Web service client Java class/EJB Java-to-WSDL WSDL Generate Java artifacts Generate WSDL artifacts 1 2 1 2 WSDL-to-Java
6
Lab 1: Create a Web Service via Top Down Approach This lab will take an existing WSDL and use JDeveloper’s wizard based interface to create and deploy a Web Service
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.