使用SOAP协议 [英] USING SOAP protocol

查看:80
本文介绍了使用SOAP协议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在WPF中的两个位置之间获取行车路线。我在这里有2个主题的问题..

Im trying to get driving directions between two locations in my WPF. I have questions for 2 topics here..

我想要"To:"通过按下按钮填写的位置,并使用我的联系人数据库(sql server express)中的地址。我知道SOAP涉及网络通信,但是可以在应用程序中加载mapquest网站吗?
或者我可以通过IE加载它并且必须"To:"字段已填入我的数据库中的地址?

I would the to "To:" location to be filled in by the push of a button and use an address from my contact database (sql server express). I know SOAP is involved for web communication but would it be possible to load the mapquest website in the application? Or can I load it through IE and have to "To:" field already filled in with the address from my database?

推荐答案

你提到WPF,即在同一个讨论中,所以我很困惑。  WPF是本地安装的应用程序,   IE意味着基于Web的应用程序。

You mention WPF and ie in the same discussion so I am confused.  WPF is locally installed applications,   IE implies a web based application.

如果要从数据库中填充WPF中的框,则只需查询智能子集的用户类型即可。

If you want to populate a box from WPF from the database then it is simply a matter of querying as the users types for an intelligent subset.

如果您想要基于Web的解决方案,那么您必须查找ajax解决方案。  查看jquery自动完成功能以获取更多信息。 您必须提供服务(可能是JSON格式)才能将信息向前和向后发送到Web服务器

If you want a web based solution then you would have to look up an ajax solution.   Look at jquery autocomplete for more information.  You would have to provide a service (probably JSON format) to send information forwards and backwards to the web server.


这篇关于使用SOAP协议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆