My java spring mvc project application consumes 100+ SOAP services and it implemented using CXF framework. Now these services are moving to Restfull services.
Is there anyway to converet all the existing soap client implementation code to rest api instead of doing one by one manually?
Or any wrapper API / library available to make this conversation?