Hola gente. Que tal!
Estoy desarrollando un smart device project con VS 2008 y programando con c#
para una pocket pc
desde el cual intento conectarme a un web service, hasta ahora sin éxito.
He creado un web service muy sencillo, tiene un método que devuelve un
string, es como el que sigue:
[QUOTE]
using System;
using
System.Collections;
using
System.ComponentModel;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Services;
using
System.Web.Services.Protocols;
using System.Xml.Linq;