Click here to Skip to main content
15,899,935 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi i have .NET webservice. i want to consume it from qt client. i know how to consume web service in .net but this is my first application in qt from which i want to consume .NET web service please help me out with some step by step code to consume web service
Posted

1 solution

Your best bet is probably integrating gSOAP into your Qt application. (Make sure it's Licensing terms are ok for you.)

A good run-down of how to do the integration is GSoap: SAOP and XML Web services for Qt apps (includes a sample .zip file). That doesn't require a specific version of Qt (since gSOAP is doing all the work essentially), so anything modern-ish should do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900