web script

cancel
Showing results for 
Search instead for 
Did you mean: 
moez_khedher
Active Member

web script

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?

2 Replies
krutik_jayswal
Senior Member II

Re: web script

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 

hello?Name=moez.

Change browser URL to  127.0.0.1:8080/alfresco/service/helloworld?Name=moez

moez_khedher
Active Member

Re: web script

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 :=)