WS development is new to me. I'm currently working on a project that involves just that. The project codes are already in place its just that we're looking for a way to run a class that will simulate a ws call immediately after context loading.
As in after all the beans, loaders and listeners have been loaded. We are looking at running a failed data retrieval code in this class which will require transactional data handling.

I've taken a look at org.springframework.beans.factory.config.BeanPostP rocessor but this is invoked before and after every bean initialization which is not what we need.

Any help will be highly appreciated. Thanks