microsoft.public.es.aplicaciones.moviles
  Home FAQ Contact Sign in
microsoft.public.es.aplicaciones.moviles only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... moviles Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 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
  Pocket PC + Web Service         


Author: Henry de Sousa
Date: May 13, 2008 13:53

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)
1 Comment