Hi,
as I rember the problem was that we did not correctly distinguish between lower an upper cases in the URL of the REST-Call. You have to exactly use the lower and upper cases of the folders of your Integration Server where the Flow-Service with the REST Resource ist located.
E.g. the conent of the file GetBookBySKU.txt of the SAG tutorial for the Firefox REST Client is the following:
{“requestUrl”:“http://localhost:5555/rest/[b]acme/work/bookInformation[/b]/7",“requestMethod”:“GET”,“requestBody”:“”,“headers”:[“Content-Type”,"application/x-www-form-urlencoded; utf-8”,“Authorization”,“Basic QWRtaW5pc3RyYXRvcjptYW5hZ2U=”]}
This means that your folder structure and naming must be exactly “acme.work.bookInformation”. The “_get”-FlowService must be located in the folder bookInformation.
Our fault was that we named the folder bookinformation not bookInformation. If the URL for the REST call is different to the folder structure you do not get the HTTP code 404 “Not found” but “method not allowed” which is misleading.
I hope that helps.
Best regards,
Armin
#Integration-Server-and-ESB#webMethods#webMethods-General