Learning Objectives - In this module, you will learn SOA and implementation of web services. We will also discuss how to develop a project using Spring and Hibernate. This is a banking project with web services.
Topics - Introduction to Web Services, WSDL files, WSDL and UDDI, SOAP, RESTfulWeb Service, JAX-WS Implementation.
Project Details:
Following modules need to be developed for the project.
Module 1 : This module accepts user id and password and authenticates the given credentials with the database using hibernate.
Module 2 : By accepting the type of account (SB / Current A/c) and user's details, account will be created.
Module 3 : Perform the debit and credit transactions.
Module 4 : Accept credit card information with the desired details and authorize the credit card amount using web services.
Module 5 : Display transactions of the account based on given date range (From a specific date to a specific date).