c# - Rally SOAP API - 导入 .net 项目后缺少 RallyServiceService 类

标签 c# .net soap rally

我正在使用 Rally 试用帐户进行集成概念验证,因此我可以估算将我们的系统与 Rally 集成的成本是多少。

我正在尝试按照 Rally 文档 (/doc/webservice/dotnetsoap.jsp) 将 Rally SOAP API 与 .net 一起使用 我已经成功地将 Rally Web Services 导入到我的 c# 项目中,但是 Rally 文档说我必须从 RallyServiceService 类创建一个对象,尽管我有一堆可用的类,但这个类不存在。

其他人也遇到过这个问题吗?

如果有任何帮助,我将不胜感激。 谢谢

编辑:(Jérémie 评论后)

我的代码如下所示:

using MyProject.MyNamespace.Rally;

namespace MyProject.MyNamespace {
  public class MyClass: MyInterface {
    public void MyMethod() {
      *RallyServiceService doesn't exist here*

最佳答案

我们实际上建议使用我们的 REST API 而不是 SOAP,特别是对于新开发。有一个很好的 .NET 工具包可以帮助您入门。文档、代码示例等可以在这里找到:

http://developer.rallydev.com/help/rest-api-net

关于c# - Rally SOAP API - 导入 .net 项目后缺少 RallyServiceService 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12856603/

相关文章:

python - 是否存在 Python 3 SOAP 客户端模块?

java - Axis2/SOAP,返回 List<myIObject> 产生空返回

java - 解析时间戳 Soap 转换为 Java Date

c# - 无逻辑类 : Code Smell or Ugly System Fact?

c# - Mongodb - 实体序列化正常,但反序列化时出现 'No serializer found for type' 错误

c# - 未找到 MongoDB C# 驱动程序方法 MongoDB.Bson.Serialization.BsonSerializationInfo ByRef

.net - 你如何版本你的项目?

c# - 从应用程序调用 Web API

.net - Reflection.Emit-从堆栈访问最顶层但一个项目

c# - UWP CalendarView 调整大小后一年发生变化