从.Net应用程序调用Informatica Web服务 [英] Calling Informatica web services from .Net application

查看:99
本文介绍了从.Net应用程序调用Informatica Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在调用Informatica提供的Web服务时,我面临错误。

在初始化服务器连接时,我可能会发现错误为"这表示内部错误在Informatica PowerCenter Web服务中心。"。
找到下面的代码片

While calling the web services provided by Informatica, i am facing the error.

At the time of Initialize the server connection i could observe the error as "This represents an internal error at the Informatica PowerCenter Web Services Hub.".

find the below code snippet

 

昏暗 a As Test1.DIServerDetails = Test1.DIServerDetails()

Dim a As Test1.DIServerDetails = New Test1.DIServerDetails()

 

Dim b As Test1.DIServerDate = Test1.DIServerDate()

Dim b As Test1.DIServerDate = New Test1.DIServerDate()

 

Dim hub 作为 DataIntegrationService = DataIntegrationServi ce()

Dim hub As DataIntegrationService = New DataIntegrationService()

 

< span style ="font-size:x-small; color:#0000ff"> Dim newreq 作为 InitializeDIServerConnectionRequest = InitializeDIServerConnectionRequest()

Dim newreq As InitializeDIServerConnectionRequest = New InitializeDIServerConnectionRequest()

 

Dim voidrep As VoidResponse = < span style ="font-size:x-small"> VoidResponse() 

Dim voidrep As VoidResponse = New VoidResponse() 

 

newreq.DIServerName = " ServerName"

newreq.DIServerName = "ServerName"

voidrep = hub.InitializeDIServerConnection(newreq)

是否有任何机构帮我解决问题。

谢谢...
Sabeer

voidrep = hub.InitializeDIServerConnection(newreq)


Is any body help me to get it resolved.

Thanks...
Sabeer

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  ;

推荐答案

消息显示这是Informatica PowerCenter Web服务中心的内部错误。
The message says that this is an internal error at the Informatica PowerCenter Web Services Hub.


这篇关于从.Net应用程序调用Informatica Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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