Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kdwsdl2cpp can build the h/cpp files, but the compiler fails. #111

Open
tuxmaster opened this issue Sep 19, 2017 · 2 comments
Open

kdwsdl2cpp can build the h/cpp files, but the compiler fails. #111

tuxmaster opened this issue Sep 19, 2017 · 2 comments

Comments

@tuxmaster
Copy link

Using the wsdl file from VMware for the VSphere SOAP API will fail.
The resulting .h file have declarations without types on any soap call.

void setReturnval(  _returnval );
    returnval() const;

Steps to reproduce:
kdwsdl2cpp -o vim.h vim.wsdl
kdwsdl2cpp -o vim.cpp -impl vim.h vim.wsdl

"Compile" the wsdl file with other frameworks like gSOAP will work.

vim.wsdl.zip

@dfaure-kdab
Copy link
Member

Unable to open file query-messagetypes.xsd
Unable to open file core-types.xsd
Unable to open file reflect-messagetypes.xsd
Unable to open file vim-messagetypes.xsd

Can you provide the XSD files as well? Thanks, and sorry for the delay.

@tuxmaster5000
Copy link
Contributor

In the mane time I have switched to the python bindings of vmware.
But when it helps, my source was the SOAP files from vmware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants