Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/31.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用远程定位的基本aspnet webservice,仅使用html和jquery进行移动本机应用程序开发_Jquery_Asp.net_Web Services_Jquery Mobile - Fatal编程技术网

使用远程定位的基本aspnet webservice,仅使用html和jquery进行移动本机应用程序开发

使用远程定位的基本aspnet webservice,仅使用html和jquery进行移动本机应用程序开发,jquery,asp.net,web-services,jquery-mobile,Jquery,Asp.net,Web Services,Jquery Mobile,在我们的一台服务器上,我们托管了基本的aspnet Web服务。其他应用程序使用此服务并能够获得结果。我们的要求是制作本机移动应用程序,使其仅使用html和jquery即可使用此aspnet Web服务 发现许多显示为html和webservice asmx文件的解决方案都在同一个项目中,并且必须部署在服务器上,我们不需要这样做,因为我们希望开发本机移动应用程序 我们在下面的文章中提到了访问远程aspnet webservice,但它需要对webservice的web.config文件进行一些配

在我们的一台服务器上,我们托管了基本的aspnet Web服务。其他应用程序使用此服务并能够获得结果。我们的要求是制作本机移动应用程序,使其仅使用html和jquery即可使用此aspnet Web服务

发现许多显示为html和webservice asmx文件的解决方案都在同一个项目中,并且必须部署在服务器上,我们不需要这样做,因为我们希望开发本机移动应用程序

我们在下面的文章中提到了访问远程aspnet webservice,但它需要对webservice的web.config文件进行一些配置更改,我们不打算这样做。

除了JSONP还有其他选择吗? 除了html和jquery,还需要使用哪些工具/库

非常感谢您的帮助

谢谢和问候,
如果您只能使用HTML和jQuery,那么我建议您使用

PhoneGap允许您将本机应用程序部署到iOS、Android和Windows Phone

据我所知,您应该能够在PhoneGap中使用jQuery在没有JSONP的情况下执行常规Ajax调用