本文介绍了.net webservice未与SAP BW 7连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个.net webservice来点击SAP BW 3.5环境,启动一个SAP BW webservice来获取数据。 .net webservice将数据显示为xml。我们的环境 在SAP BW环境3.5中运行良好。但我们进行了
升级,之后新环境是SAP BW7。出于某种原因.net webservice无法访问SAP环境.SAP BW Web服务运行良好。

I am developing a .net webservice to hit the SAP BW 3.5 environment,initiate a SAP BW webservice which fetches me the data. the .net webservice displays the data as xml. Our environment  was working fine with the SAP BW environment 3.5.But we had an upgrade after which the new environment is SAP BW7. For some reason .net webservice is not able to hit the SAP env.The SAP BW webservice is working good.

我们得到的错误是找不到"命名空间前缀'soap'。

The error that we get is "Namespace prefix 'soap' not found.

我没有触及wsdl文件,但我认为wud需要。请帮助我。紧急。

I have not touched the wsdl file but i think wud need to.Please help me out.Urgent.

推荐答案


这篇关于.net webservice未与SAP BW 7连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 19:01