VMware {code} Community
RobMokkink
Expert
Expert

C# + aspx newbie question

Hi,

I am new to C#, i can do some basic stuff.

I wanted to create a webpage wich dynamically lists all the vm's (just to further learn C#)

How can i use the vimapi in aspx? Or do i need to use SOAP like this blogpost(which is a php example):

http://www.run-virtual.com/?page_id=125

I someone can give me some pointers that would be great.

Reply
0 Kudos
1 Reply
dmitrif
Enthusiast
Enthusiast

You're going to need to take the wsdl file and generate SOAP serializers/deserializers.

Also you can use the library used in VIToolkit for Power Shell as alternative.

Dmitri Fedorov

BridgeWays, a division of Xandros

www.bridgeways.ca

D.
Reply
0 Kudos