S. Yang <[EMAIL PROTECTED]> wrote: > Hi, > I am working on a project and want to perform some load test of our server > through Kannel WAP gateway. I want to write a WAP client simulator that can > send out both GET and POST requests. fakewap.c in the test directory of > Kannel source code implements the GET method. Can somebody tell me how to > implement the POST method? (define a new constant WSP_Post in the code?) or > provide me some sample code. I can use either C/C++ or Java. > Thanks. > Shuowen
Please try my libwap-perl code available at http://cvs.litux.org. It certainly wont work out of the box as I'm not sure if I've commited everything from my local repository but you should have information about POST and things like that. If anyone's interested in it, send me an email and I'll try to clean it up a little more.
