VMware Cloud Community
atfrys
Hot Shot
Hot Shot

Passing array values from .NET using vmo web control to VCO

We are currently having issues dealing with the Array/string params.  My developer is having issues with populating this value.  Any ideas on how he can do this?

Thank you

Reply
0 Kudos
2 Replies
tschoergez
Leadership
Leadership

Hi,

the syntax for that is not really intuitive, but should be documented in the vCO web client developer documentation.

Learn from the example here:

VMware Orchestrator WebService and Perl

http://dev.wavemaker.com/forums/?q=node/8510

Short track (from the first link above):

  ...},{

   name    =>      "dnsServerList",

      type    =>      "Array/string",

    value   =>      "#{#string#10.0.0.1#;#string#10.0.0.2#}#", #"@dnsServerList",

     },{...

in perl.

Cheers,

Joerg

Reply
0 Kudos
mcfadyenj
Hot Shot
Hot Shot

i have a number of samples for the soap interface if that is what you are trying to do.

however in saying that I found the soap interface has a few issues,

1) it memory leaks

2) its deprecated anyway

therefore unlikely this is going to be much use for you. I have been too lazy to convert to rest at this point.


Reply
0 Kudos