Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/06/2005, 00:26
Avatar de Jose_minglein2
Jose_minglein2
 
Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 4 meses
Puntos: 8
Si el webservice te funciona en local, prueba poner esto en tu web.config
Código PHP:
  <webServices>
        <
protocols>
            <
add name="HttpGet"></add>
            <
add name="HttpPost"></add>
        </
protocols>
    </
webServices