There is a big and old WebSphere service in my hand. This service basically working for most of the account operations like open,close,update etc. We use the Spring - Core project on the IBM WebSphere servers and as you know this is kind a little old. One of our goals is to transfer this architecture to REST Services. But I am confused, how should I start the road, all your recommendations would appreciated.
By the way, for me the main problem is WAS Service unfortunately it is not build on the local like Spring REST service, we can not debug on local. So we develop and transfer to UAT environment and test it. It is not a good practice because sometimes this causes huge costs.
You can see below this is the folder structure of service;
And in the web layer there is some WSDL per enviroment and binding stuff to server. I can not completely figure out how they are working, you can see this also below,
I know all of information given to you may not enough but at least you one of us show me the path , how to convert this Soap service to modern REST Spring Boot service,
Kind Regards,