- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
unknown type ArrayOfHostDataTransportConnectionInfo
Hi,
We use vim25.jar to pull information from our vcenter deployment. The vim25.jar is from 7.0.3 release of VMware-vSphere-SDK. Recently, we see this error showing up when pulling data
ERROR com.forwardnetworks.client.e.q.d: Connection error ocured while connecting to XXXX : javax.xml.ws.soap.SOAPFaultException: Unmarshalling Error: unrecognized type name: {urn:vim25}ArrayOfHostDataTransportConnectionInfo. Did you mean {urn:vim25}HostDataTransportConnectionInfo?
Unmarshalling Error: unrecognized type name: {urn:vim25}ArrayOfHostDataTransportConnectionInfo. Did you mean {urn:vim25}HostDataTransportConnectionInfo? I cannot find definition of "ArrayOfHostDataTransportConnectionInfo" from vmware docs, or in any version of vim25.jar.
Anyone knows what to do with this? Should we wait for the next release of VMware-vSphere-SDK, or is there a way to get around the new data type?