如何将股票市场数据从他们的数据库带到asp.net中另一台服务器上的我的页面上? [英] How to take stock market data from their databases to my page on another server in asp.net?

查看:67
本文介绍了如何将股票市场数据从他们的数据库带到asp.net中另一台服务器上的我的页面上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将股票市场数据从他们的数据库中带到asp.net中另一台服务器上的我的页面上?

How to take stock market data from their databases to my page on another server in asp.net?

推荐答案

为了从任何其他服务器上提取数据,您必须对该服务器执行HTTP请求.
HTTP请求有2种类型
1.发布请求
2.获取请求

要将数据从服务器A拉到服务器B,服务器A应该对服务器B进行身份验证,并提供XML格式的输入,该输入仅是服务器A的发布请求输入.作为响应,服务器A将以XML格式向服务器B发送响应.将包含必填信息.

希望对您有帮助.

〜Amol
In order to pull data from any other server, you have to do HTTP Requist to that server.
There are 2 types of HTTP requests
1. Post request
2. Get request

To pull data from server A to server B, server A should authenticate server B and provide a XML format input which is nothing but a Post request input for server A. In response server A will send responce to server B in the format of XML which will contain required information.

Hope this will help you.

~Amol


你好朋友..

要访问股市数据,您需要找到将为您提供该数据的Web服务...

大多数此类服务都是付费的,您需要根据其使用方式付费..

在获得该服务引用后,您可以直接调用其web方法,该方法将询问您是否需要使用一些参数,并作为响应将为您提供其数据库的数据..

获取数据后,您可以根据需要使用该数据..

这很简单......
Hello friend..

For accessing a stock market data you need to find the web service that will provide that data fro you...

mostly this type of service''s are paid and you need to pay money on their basis to use that service..

and after getting that service reference you can directly call their web method that will ask you some parameter if it takes and in response it will give you the data of their database..

after getting data you can use that in you manner as you need to use that data..

this is so simple to do......


这篇关于如何将股票市场数据从他们的数据库带到asp.net中另一台服务器上的我的页面上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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