Sorry for my English
Plz, help me!
I have method: public TaskBean findTaskById(String sessionId, String
taskId)
If I in browser type
http://localhost:8888/TrackStudio/services/Find?method=findTaskById&sessionId=SESSION:ff80808195e159640195e15b6dc10010&taskId=1
I have error.
But if I type
http://localhost:8888/TrackStudio/services/Find?method=findTaskById&s=SESSION:ff80808195e159640195e15b6dc10010&t=1
all works fine!!
Is it axis bug?