Pocket PC + Web Service
  Home FAQ Contact Sign in
microsoft.public.es.aplicaciones.moviles only
 
Advanced search
POPULAR GROUPS

more...

microsoft ... moviles Profile…
 Up
Pocket PC + Web Service         


Author: Henry de Sousa
Date: May 13, 2008 14:21

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;
Show full article (4.93Kb)
no comments