Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/04/2008, 15:28
Avatar de gianco321
gianco321
 
Fecha de Ingreso: abril-2008
Ubicación: Lima
Mensajes: 6
Antigüedad: 16 años, 9 meses
Puntos: 0
Re: Error en Web Service "The request failed with HTTP status 400: Bad Request"

Cita:
Iniciado por Fann_Lavigne Ver Mensaje
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?