Skip to content

markoved/PaymentDocumentsSOAPWebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PaymentDocumentsSOAPWebService

Implementation of a SOAP Web Service with Spring

The service allows to perform CRUD operations on a set of payment documents.

PaymentDocument entity:

  • id (int, autogenerated)
  • purpose (string, not required, 255 symbols max)
  • amount (int)
  • source account (string, 10 symbols)
  • destination account (string, 10 symbols)

CRUD operations:

  • getPaymentDocumentById
  • addPaymentDocument
  • deletePaymentDocument
  • getAllPaymentDocuments

P.S. No database was used.

About

SOAP Web Service with Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages