如何引用Yodlee公司SOAP API [英] How to Reference Yodlee SOAP API

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

问题描述

我试图利用在ASP.NET 4.5 Web应用程序的Yodlee公司SOAP API。我是IM pression,我可以将其添加的URL的服务引用下:

I'm attempting to utilize the Yodlee SOAP API for a web application in ASP.NET 4.5. I was under the impression that I could add a service reference to it with the url:

https://rest.developer.yodlee.com/services/services/ V1.0

不过,这并不工作,给了我以下错误消息:

However, this did not work and gave me the following error message:

有一个错误下载'的https://rest.developer.yodlee.com/services/services/v1.0/_vti_bin/ListData.svc/$metadata'.

There was an error downloading 'https://rest.developer.yodlee.com/services/services/v1.0/_vti_bin/ListData.svc/$metadata'.

该服务无法找到端点引用(EPR)/services/services/v1.0/_vti_bin/ListData.svc/$metadata
- 。
元数据包含无法解析的引用:的https://rest.developer.yodlee .COM /服务/服务/ V1.0
元数据包含无法解析的引用:的https://rest.developer.yodlee .COM /服务/服务/ V1.0
如果该服务在当前的解决方案定义,尝试构建解决方案,并再次添加服务引用。

The service cannot be found for the endpoint reference (EPR) /services/services/v1.0/_vti_bin/ListData.svc/$metadata --. Metadata contains a reference that cannot be resolved: 'https://rest.developer.yodlee.com/services/services/v1.0'. Metadata contains a reference that cannot be resolved: 'https://rest.developer.yodlee.com/services/services/v1.0'. If the service is defined in the current solution, try building the solution and adding the service reference again.

我是不是在尝试错误地引用Yodlee公司SOAP API?我们过去前一年超过一点点聚集与Yodlee公司金融投资数据,并利用SOAP架构,它不再起作用的旧的DLL。然而,Yodlee公司不再列出了ASP.NET使用SOAP架构的DLL。我们希望利用我们的大部分旧的API方法调用的,这就是为什么我们希望利用暂时SOAP,否则我们会切换到REST。

Am I attempting to reference the Yodlee SOAP API incorrectly? We used to aggregate financial investment data with Yodlee a little over a year ago and have an old DLL utilizing the SOAP architecture which no longer works. However, Yodlee no longer lists a DLL for ASP.NET with SOAP architecture. We were hoping to utilize a majority of our old API method calls and this is why we'd like to utilize SOAP for the time being, otherwise we'd switch to REST.

如果有人可以请帮助,我AP preciate它。谢谢你。

If someone could please help, I'd appreciate it. Thanks.

推荐答案

制作SOAP调用的URL是

The URL for making SOAP calls is

https://rest.developer.yodlee.com/services/services/

如果你想看到服务列表,您可以附加到URL,如下

If you want to see the list of services, you can list it with the listServices appended to the URL as below

https://rest.developer.yodlee.com/services/services/listServices

该网址 https://rest.developer.yodlee.com /services/srest/restserver/v1.0/ 是制作REST调用和交谈Yodlee公司。

The URL https://rest.developer.yodlee.com/services/srest/restserver/v1.0/ is for making REST calls and talk to Yodlee.

请参见在developer.yodlee.com的文档了解更多信息。

Please refer to the documentation at developer.yodlee.com for more information.

希望这回答了你的问题。

Hope this answers your question.

- 维杰

这篇关于如何引用Yodlee公司SOAP API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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