Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Manuals How_To Integration REST External Other_System}} [<10>] ====== How to expose a REST-ful service ====== AwareIM can expose a service you configure either as a SOAP-based web service or as a REST-ful service or both. For REST-ful services exposed by AwareIM applications that need to call the service need to call a particular URL using the HTTP protocol. This URL should include the AwareIM server name and port where Tomcat listens to requests and also the name of the service to be called and parameters. The default URL where AwareIM will listen to REST-ful requests has the following format: http://ServerName:ServerPort/AwareIM/REST/BusinessSpace/ServiceName?parameters Parameters are specified as paramName1=paramValue1¶mName2=paramValue2&... Where paramName1, paramName2 etc are names of the attributes of a business object that is specified as input to the process implementing the service. You can also specify your own custom URL in which case you also need to supply a file called rest.props All the details are explained in the “[[docs:2500_config_apps:2000_add_edit_services|Adding/Editing Services]]” section. Last modified: 2025/06/12 03:59 Log In