This file is indexed.

/usr/lib/python2.7/dist-packages/oslo_vmware/wsdl/6.5/pbmService.wsdl is in python-oslo.vmware 2.26.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" ?>
<!--
   Copyright 2005-2016 VMware, Inc.  All rights reserved.
-->
<definitions targetNamespace="urn:pbmService"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:interface="urn:pbm"
>
   <import location="pbm.wsdl" namespace="urn:pbm" />
   <service name="PbmService">
      <port binding="interface:PbmBinding" name="PbmPort">
         <soap:address location="https://localhost/sdk/pbmService" />
      </port>
   </service>
</definitions>