mipo256 / order-api

0 stars 0 forks source link

Create SOAP API #2

Open mipo256 opened 2 years ago

mipo256 commented 2 years ago

Create SOAP service for handling soap requests

/create - creation of the orders, the body is Order /exists - checking whenever order exists, the body is orderId. /cancel - cancelling order by orderId, the body is orderId /state - getting state of the order, also by orderId

zig199 commented 1 year ago

REST controller's created