Comment
04-29-2010
12:09 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
04-29-2010
12:09 PM
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?