tags:

views:

808

answers:

1

hi..i've problem when create a wsdl client using Qt framework. wsdl file is from ejbca wsdl. my program is client for ejbca server and using wsdl to access ejbca services.but i don't know how to handle this. plz give me some suggestion to do...

A: 

It seems that Qt Soap Support can not generate code from wsdl. You can use gSOAP to generate code using your WSDL and use it from your Qt application.

Paul