Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/07/2003, 13:46
Willy Fog
 
Fecha de Ingreso: julio-2003
Mensajes: 102
Antigüedad: 21 años, 4 meses
Puntos: 0
Mi servicio web tiene el siguient codigo:


Imports System.Web.Services
<WebService()> Public Class pruebas
Inherits System.Web.Services.WebService
#Region " Código generado por el Diseñador de servicios Web "

<WebMethod()> Public Function Suma(ByVal A As System.Single, ByVal B As System.Single) As System.Single
Return Convert.ToSingle(A + B)
End Function

End Class


Esto es todo, lo pongo como set as start page. pero na de na.
Hace falta tener algo mas instalado? Activar alguna opcion o publicarlo en algun sitio?
Gracias
Javi