Skip to content

RomanShmandrovskyi/SOAP-web-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SOAP-Web-Service

1. start project

mvn clean install jetty:run

2. SaopUI configing

  1. Create in SoapUI a new SOAP project (ctrl+N)
  2. In field "Initial WSDL" put http://localhost:8080/WalletService?wsdl
  3. OK

3. Data filling

Try to add some wallets by sending addNewWallet request (3 will be enough)

4. Web Service opportunities

  1. Add new wallet
  2. Buy some goods (you have a credit limit in 50, and you can't exceed it)
  3. Delete wallet by id (if wallet with such id not exist, you will be informed)
  4. Get all wallets (return a list of existing wallet)
  5. Get wallet balance (return balance of current wallet (by id), if wallet with such id dosn't exist, you will be informed)
  6. Put money on balance (you have a max limit in 1000, and you can't exceed it)

FOR CLIENT CORRECT WORKING DO NOT STOP WEB SERVICE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages