Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 419 Bytes

MockServicesServer

Mocking a certain service is a very useful when doing paralell development especially in service oriented architecture.

Scenario:

How do I do Development when there is no Web Service exist Or Still development is in progress .Web Service Mocking will come in handy here. It allows you to create a simulation of the Web Service before the actual Web Service ready.