Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/07/2010, 12:30
Avatar de jaullo
jaullo
 
Fecha de Ingreso: abril-2009
Mensajes: 994
Antigüedad: 15 años, 7 meses
Puntos: 30
Respuesta: Error al consumir webservice desde cliente

Cuando dices se ve bien es en tu maquina, localmente? Y es extraño pues si funciona en tu pc deberia verse bien.

Prueba agregando esto al web.config


Código ASP:
Ver original
  1. <webServices>
  2.       <protocols>
  3.         <add name="HttpSoap"/>
  4.         <add name="HttpPost"/>
  5.         <add name="HttpGet"/>
  6.         <add name="Documentation"/>
  7.         <add name="HttpPostLocalhost"/>
  8.       </protocols>
  9.     </webServices>
__________________
http://geekswithblogs.net/jaullo/Default.aspx
Si te he ayudado regalame Karma positivo!!!