When the JS service invokes the Outbound REST interface, which of the following formats is used to invoke the REST interface in the script?
app.soap.yourPackageName.yourServiceName
app.rest.yourPackageName.yourServiceName
app.Service.yourPackageName.yourServiceName
app.api.yourPackageName.yourServiceName
Submit