html Cómo llamar a .net para escribir un servicio web y buscar el código fuente
public static void main(String[] args) lanza ServiceException, RemoteException {
// TODO Código auxiliar de método generado automáticamente
Service1 _ Service1 = new Service1Locator();
Service1Soap_PortType _Service1Soap_PortType;
String resultStr = null;
_Service1Soap_ PortType = _Service1.getService1Soap();
resultStr = _Service1Soap_PortType.helloWorld("zybaby" );
System.out.println( resultStr);
}