Comment

I'm having issues.. If I follow the above procedure using the sample I see these errors

soap-test2.cpp:10: error: VimBindingProxy was not declared in this scope

soap-test2.cpp:10: error: expected ; before service

soap-test2.cpp:11: error: ns2__ManagedObjectReference was not declared in this scope

soap-test2.cpp:11: error: expected ; before mor

And several others...

here's the start of the code

-


#include

#include "soapH.h"

#include "VimBinding.nsmap"

#include "soapVimBindingProxy.h"

int main() {

VimBindingProxy service;

ns2__ManagedObjectReference mor;

....

}

Does anyone have any ideas?