Blog

2020-03-01
Having a request and response pair is the most common scenario. Now you can create a mock from them automatically.

2019-03-01
Use WSDLDiff to find the impact of an updated WSDL. Figure out what mocks need to be updated.

2019-02-02
Mock plain text web services with MockMotor. There is more to the world of APIs than just JSON and SOAP.

2019-01-20
MockMotor natively supports JWT. You can generate, parse and verify JWT tokens with minimum efforts.

2019-01-14
Mock services make many development tasks faster, easier and less expensive. The more you use them, the more uses for them you find.

2019-01-03
Handcrafting a Simplest REST Mock Service with MockMotor. Match by URL, provide the response and you're done.

2018-10-29
CORS is automatically supported by every mock service. One less problem for web APIs development.

2018-06-03
Binary attachments with XOP are a better way than SOAP with Attachments. MockMotor supports XOP, too.

2018-05-31
Return files as attachments in an outdated but tried and proven way. MockMotor & SOAP with Attachments.

2018-01-01
Mocks are just stubs if they never give you "Account not found" error. This is how to do that with MockMotor.