Hello Team,
I am designing a REST service ( GET Call) in 9.12 webMethods.
I am able to invoke the service with complete URL information.
http://:/rest/CompleteNameSpaceOfResource. say: http://localhost:5555/rest/supplyChain/sgc/contracts
I have defined the URL alias to hide the URL information. URL Alias info as follows:-
replace rest/supplyChain/sgc/contracts with URL alias /contracts.
But seems, its not working when I am trying to fetch the data for say contract ID 1, /contracts/1 { 404 error} while the complete URL is working as expected.
Please help. Where am i doing wrong.
Kind Regards
Sasa