i create these two files into web scripts extension directory
when i open this url: 127.0.0.1:8080/alfresco/service/hello?Name=moez i get an error in the png file
what should i do?
404 Error states that the webscript which you have declared has not been found.The problem is inside the descriptor file you have given the URL as /helloworld?name={nameArgument} and in the browser you are entering it as
Change browser URL to 127.0.0.1:8080/alfresco/service/helloworld?Name=moez
thansks Krutik; i tape the same url with helloworld?Name=moez; same error appear
but i fix it ; the "Name" should'nt be in an uppercase; i chage it to "name" and it works
it's a silly question ; forgive me i'm newest in alfresco :=)
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.