This is the archived documentation for WaveMaker v10 and v11

For newer WaveMaker versions (v12 and above), please visit the Latest WaveMaker Docs.

Skip to main content
Version: v11.14.2

Generated REST APIs (API Designer)


Once the Java Service is saved, it is available as REST API in the API Designer under Core APIs. For each method in the Java controller, an API endpoint is generated. The Type of API is auto-assigned based upon the name of the method. In case the method takes input parameters, it is converted to a POST method. This can be modified by the API Designer.

You can test your Java Services from the API Designer. Changing the definition would result in changes in all the files generated. You can choose to test the service from here.