I have written a Simple
java main method through which i am trying to access the web service.
I have set the proxies correctly to connect from the corporate network.
the location for the wsdl file is :
http://www.ebob42.com/cgi-bin/Romulan.exe/wsdl/IRoman my client code is simple
IRoman is an interface that i defined (from the wsdl), which extends java.rmi.Remote and had the method IntToRoman()
Hope this is helpful.