Wednesday, February 23, 2011

Formatting code in Blogger


public class MyTestClass {
 public static void main(String[] args) {
  System.out.println("Nicely formated code");
 }
}



blogger-publish-code-in-stylish-box

Thursday, February 17, 2011

MyEclipse Webservice Explorer

Web service using MyEclipse (Helios) I came across this error:

IWAB0135E An unexpected error has occurred.
503
Service Unavailable

Retrieving the the WDSL file was fine but making a web service call continuously gave the above 503 error. Turns out the problem was an Eclipse proxy setting issue.

Go to Window->Preferences->Network Connections make sure localhost and 127.0.0.1 by pass any proxy settings.