Hi There!
I must stresstest webservices.
So I used parameter Like this
'http://aaa.bbb.ccc/services/BoardFD.asmx?op=showTable&IDno=96&tab=900'.
but the parameters are not passed.
how to pass parameter to webservices....
Plz Help ..
Thanks a lot!
erymuzuan - 24 Dec 2004 12:42 GMT
try this
http://aaa.bbb.ccc/services/BoardFD.asmx/showTable?IDno=96&tab=900
make sure HttpGet is enabled in protocols
Regards
Erymuzuan Mustapa
> Hi There!
>
[quoted text clipped - 8 lines]
>
> Thanks a lot!