Iam trying to develop a POC (to show for inverstors) for my idea that has to communicate to a SMS gateway,using the message obtained, it has to communicate to another system like webservice etc.
Right now Iam using POJOs(with some getters and setters) with an assumption that those (converted) values from the external system. The target systems which I have to communicate with are basically very secured and charge for utilizing their services.
Provided with an minimal assumption, is it advisable to create a simulator which mimics the behaviour of those external systems.
Please provide your suggestions.