下面的SSRS报告,请求和响应中的Java SOAP服务的XML查询

时间:2018-10-09 09:39:44

标签: xml soap reporting-services

在请求和响应下方。需要在SSRS数据集中使用查询以基于我作为参数()传递的参数获取值。 我已经通过stackoverflow搜索了它,但找不到我需要的那个,因此将其发布在这里。

谢谢。

  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:cry="http://crypt.sip.tide.com/">
     <soapenv:Header/>
      <soapenv:Body>
        <cry:decryptforeip>
           <!--Optional:-->
         <arg0>-5009-403E-23-74-6009</arg0>
        </cry:decryptforeip>
     </soapenv:Body>
    </soapenv:Envelope>

    < soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
     <soap:Body>
      <ns2:decryptforeipResponse xmlns:ns2="http://crypt.sip.tide.com/">
         <return>
            <result>true</result>
              <value xsi:type="xs:string" 
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                 xmlns:xs="http://www.w3.org/2001/XMLSchema">testvalue
              </value>
              </return>
         </ns2:decryptforeipResponse>
      </soap:Body>
    </soap:Envelope>

0 个答案:

没有答案