mvn clean install jetty:run
- Create in SoapUI a new SOAP project (ctrl+N)
- In field "Initial WSDL" put http://localhost:8080/WalletService?wsdl
- OK
Try to add some wallets by sending addNewWallet request (3 will be enough)
- Add new wallet
- Buy some goods (you have a credit limit in 50, and you can't exceed it)
- Delete wallet by id (if wallet with such id not exist, you will be informed)
- Get all wallets (return a list of existing wallet)
- Get wallet balance (return balance of current wallet (by id), if wallet with such id dosn't exist, you will be informed)
- Put money on balance (you have a max limit in 1000, and you can't exceed it)