P Kn

Greenhorn
+ Follow
since Mar 09, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by P Kn

Hi,
test requires a file named applicationContext.xml. You posted content of a file named applciation-Context.xml, maybe this causes the problem.
10 years ago
Hi,
i don't think HTML form i the best way to test your service. Check browser's address bar after submitting form. It shows something like:
../REST/WebService/Delete?age=30&name=Test
instead of:
../REST/WebService/Delete/30/Test
which LoginService is expecting. Moreover HTTP method of that request is... GET. Better try using a HTTP/REST client tool, like Simple Http Client (Chrome extension) and it should work.

10 years ago