MockedServices

Your Message

Messaged id: 1

Name Value
Timestamp Type

Message List

What's this?

MockedServices is a tool that allows developer to create, in easy and simple way, http server mocked endpoints for integration tests.

Help

When cursor hovers over an item. It's description is displayed below.

Link

Link is an url representing an endpoint at which you can receive your mocked response by simply sending get request.

Save button!

To save message, the message must be changed!

Add new message

This button adds new message.

UUID

UUID is an Unique ID that represents you in API. By UUID your messages is saved in database. You can change it to access your previous configuration of mocked messages

UUID Checking Strategy

When you provide invalid UUID you can choose what do with it. You can generate new UUID or restore previous.

UUID Edition

Unlocks you ability to edit UUID

Message

This is saved messages, with unique id.

Http Status

Value of the field is corresponding to status value that server will return.

Content Type

Value of the field describes content of body payload contained in the response. For example if content is in xml format the value should be "application/xml" or "text/xml"

Body

Value of the field describes content of response body. It's basicly the message we want server to return. If it's simple response like 200 OK or 404 not found then field might be left empty.

Headers

Content of this tab allows to set and modify headers that will be included in the response.

History

Content of this tab displays the history of requests or responses received/sent to the endpoint

New header

Insert value in the field and press the plus icon to add a new header to the message.