I instantiate the HttpWebRequest object:
HttpWebRequest httpWebRequest = WebRequest.Create(\"http://game.stop.com/webservice/services/gameup\") as H
If you're trying to talk to a Java web service, then you should not use HttpWebRequest. You should use "Add Service Reference" and point it to the Java service.