VMware {code} Community
rinf
Contributor
Contributor

vCloud 0.8 xsd missing schema file import

I am trying to generate python objects to deal with the xsd schema. I use generateDS to generate equivalent python objects that will parse the xml strings returned by vCloud Api.

There however seems to be a missing import.

I have added this line just after line 17 and all imports are working well and compiling the generated python module works fine

<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1.0.0/cim-schema/2.19.0+/CIM_VirtualSystemSettingData.xsd"/>

I have however not found a single online service providing an API. If anyone knows of it can you please point me to it or at least a fake cloud api whichi can run my rest api against or an in-house closu api like eucalyptus for EC2.

Thanks

Reply
0 Kudos
3 Replies
asahai
Enthusiast
Enthusiast

vCloud Express partners are standing up the vCloud API.

Reply
0 Kudos
miked_atl
Enthusiast
Enthusiast

In which file did you add this to?

Reply
0 Kudos
rinf
Contributor
Contributor

I added the line in vApp.xsd. I have attached the new file

Reply
0 Kudos