Hi All,
I have a script to collect all vcenter entity info. It works upto 31/Jan/2015 without any issue . From Feb 1st it didn't collect any datas. We are using "Vim::find_entity_views" for all script . Now we executed the script it returns the output (Mentioned below). Someone helps me to fix this issue.
Error Message :-
SOAP request error - possibly a protocol issue: <?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<RetrievePropertiesResponse xmlns="urn:vim25"><returnval><obj type="ClusterComputeResource">domain-c18744</obj></returnval><returnval><obj type="ClusterComputeResource">domain-c18129</obj></returnval><returnval><obj type="ClusterComputeResource">domain-c20464</obj></returnval><returnval><obj type="ClusterComputeResource">domain-c21343</obj></returnval><returnval><obj type="ClusterComputeResource">domain-c21874</obj></returnval><returnval><obj type="ClusterComputeResource">domain-c22361</obj></returnval><returnval><obj type="ClusterComputeResource">domain-c24448<
Sam