Services creator

This tool is there to help you get started quickly by generating the services configuration file from a list of URLs. It is useful for front-end developers to sub out pages without having to code anything.

Enter the list of URLs without the file extension and optionally followed by the method (GET, POST, PUT, DELETE) in the textbox below, we will generate the corresponding services.xml for you.

For example

/home
/account/{username}
/account/{username} POST
/login
/logout