Cita:
Iniciado por Fann_Lavigne Komo llamas a tu web service?
Lo llamo asi para verificar si funciona y me sale ese Error:
ServiciosWeb.ServicioTramite srv = new ServiciosWeb.ServicioTramite();
protected void Page_Load(object sender, EventArgs e){
string cuo=srv.ValidarRUC("222");
Response.Write(cuo);
}
PDT: Cuando lo ejecuto
localmente sale bien, el problema es cuando lo subo al hosting y al llamar a esa pagina me sale el error.
¿Que crees que podria ser?