You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Serge Nikitin <td...@smolkino.ru> on 2025/04/22 07:50:21 UTC

axis & work with browser

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?