我创建了一个RESTful WCF服务。我已在笔记本电脑上的IIS中托管此服务。该服务可在以下地点访问。
http://pritam-pc:5050/Service1.svc/MyService/GooService/Customer/1
或
http:// 192.168.42.61:5050 / Service1.svc/MyService/GooService/Customer/1(使用IP地址)
我已经在笔记本电脑和Android手机上打开了Wi-Fi。
现在我想在我的Android上访问上面的网址。
我在Android上配置了访问点
我在下面提到了用于配置接入点的链接:
http://fszlin.dymetis.com/post/2010/05/10/Comsuming-WCF-Services-With-Android.aspx
但是当我尝试从我的Android客户端访问WCF链接时,它给出了一个错误:'http:// 192.168.42.61:5050/Service1.svc/MyService/GooService/Customer/1上的网页可能暂时关闭或者它可能永久移动到新的网址。
有人可以指导我如何访问笔记本电脑上托管的RESTful WCF服务并从Android手机访问它。
谢谢,
与Hemant