为什么参数不在wsdl方法中传递?

时间:2018-03-12 13:30:32

标签: php soap soap-client onvif

https://www.onvif.org/ver10/search.wsdl

<env:Body>
  <ns2:FindRecordings>
     <ns2:Scope>
        <ns1:IncludedSources>
           <ns1:Token />
        </ns1:IncludedSources>
        <ns1:Extension />
     </ns2:Scope>
     <ns2:KeepAliveTime>PT10S</ns2:KeepAliveTime>
  </ns2:FindRecordings>

但是在wireshark我看到了

context.
     Parents.
     OrderBy(p => p.
               Children.
                OrderBy(c => c.Name).Select(c => c.Name).FirstOrDefault()
            );

为什么会这样?我有与wsdl http://192.168.0.14/onvif/wsdl/media.wsdl类似的soap请求,然后传递参数!请帮忙

0 个答案:

没有答案