PDA

View Full Version : WSDL client using Qt



abeinoe
2nd July 2009, 12:21
does somebody know how to create wsdl client using Qt? i'm creating ejbca client (Qt) and use wsdl to communicate with ejbca server. but i don't know how to handle wsdl using qt. i have used qtSoap (from qt solution) but it can't handle java class from ejbca.

AcerExtensa
2nd July 2009, 15:57
Where is no Qt solution for that. You must implement it by yourself...
you can use QXmlStreamReader for example....