You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi...
I'm trying to generate from the vmware vim25 wsdl..
The structures from the included files do not always get generated
<includeschemaLocation="core-types.xsd" />
pubtypeHostConnectFaultFault = HostConnectFault;
error[E0412]: cannot find type `HostConnectFault` in this scope
--> src\vim25.rs:637:34
|
637 | pub type HostConnectFaultFault = HostConnectFault;
| ^^^^^^^^^^^^^^^^ not found in this scope
Hi...
I'm trying to generate from the vmware vim25 wsdl..
The structures from the included files do not always get generated
It has a lot of structs based on 'xsd:anyType:
Which produces:
Any thoughts on work-arrounds ?
Thanks
JR
The text was updated successfully, but these errors were encountered: