简体   繁体   English

从在ssrs中的查询设计器上编写xml语言的全x Web服务获取数据

[英]getting data from entire-x web service writing xml language on the query designer in ssrs

i'm using web service on data source xml connection. 我在数据源xml连接上使用Web服务。 when entring the link of web service i'm getting the schema and not the data. 进入Web服务的链接时,我得到的是架构而不是数据。 how can i get the data with the write synax on the query designer. 我如何在查询设计器上使用write synax获取数据。 the web service suppose to have method to get parameters and then to give output list of fields with data. 该Web服务假定具有获取参数的方法,然后给出带有数据的字段的输出列表。 i tried for now to write the query like this: 我现在尝试写这样的查询:

<Query>
</Query>

that just gave the fields name or 刚给字段名称或

<Query>
<SoapAction>addresslocation</SoapAction>
<Mathod Name=serviceroutinename namespace=addresslocation>
<Parameters>
<Paramenter Name=field>

</Parameter>
</Parameters>
</Method>
<Query>

but i got error on the endpoint 但是我在端点上出错

我的命名空间不正确,这就是为什么在更改为正确的命名空间后出现错误的原因

I have still issues retrieving the data via the reporting services visual studio. 我仍然无法通过Reporting Services Visual Studio检索数据。 I'm sending the soapaction,method,namespace and parameters and from reason from the server side the dba said that the input parameters are reaching as 0.so when I'm getting answer from the web service the output parameters are all 0.there are 2 issues im suspecting. 我正在发送soapaction,方法,命名空间和参数,并且由于服务器端的原因,dba表示输入参数达到了0。因此,当我从Web服务获取答案时,输出参数都为0。我怀疑有两个问题。 I saw an article saying that ssrs are adding Bom parsing and the Java based ws cannot read it,another option is the soapaction even that I took it from the ws scheme so I don't see there is a problem but maybe I'm wrong,any assistance? 我看到一篇文章说ssrs正在添加Bom解析,而基于Java的ws无法读取它,另一个选择是soapaction,即使我从ws方案中获取它也是如此,所以我看不到有问题,但也许我错了有什么帮助吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM