URL url = new URL("https://dev.psigate.com:7989/Messenger/XMLMessenger");
				HttpURLConnection connection = (HttpURLConnection)url.openConnection();
				connection.setDoInput(true);		
...

Java PSiGate

by danielharan, January 30, 2009 01:46, 4 refactorings, tagged with xml, psigate, cc, webservice

This seems particularly egr...

880cbab435f00197613c9cc2065b4f5a Talk