WS Java Gateway

Willems Jerome

New Member
I've tried to run the example found on progress.com.
I've got a lot of problems to POST the URL that calls the .w program.

First, a error message occurs when I'm executing my applet. The message is 405 Method not allowed. It must be a setting in my Web Server (IIS) that I missed. Apparently, I don't have the permissions to use the POST method

So, I've changed the method to a "GET" one. In that case, I've got a 404 Error because it doesn't find the URL.

I've followed the WebSpeed Java Gateway User's Guide and normally my URL is well build.
Does somebody know something about those kind of problems or can somebdy give me some sources of inspiration !!!

Thanks very much,
Jerome Willems
 
Top