6

I am looking for a tool or plugin that help me to create web service as DOT NET does for Linux.

Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
Behrouz.M
  • 3,445
  • 6
  • 37
  • 64

2 Answers2

3

From the OP Edit in question:

After search, I found that Qt does not have any thing to write web services

gSOAP is an Open Source Solution for this problem, currently we use it.

Jacob Schoen
  • 14,034
  • 15
  • 82
  • 102
2

look at libqxt. It's a framework for building and using webservices.

Karl von Moor
  • 8,484
  • 4
  • 40
  • 52
  • Thanks. but I need a reliable solution. this is beta version. Do you have another solution ? – Behrouz.M Jun 20 '10 at 12:01
  • @behrouz: Who says it's beta? – Karl von Moor Jun 20 '10 at 14:10
  • 5
    :-D ...in the opensource world, even a 0.1.0 version is more stable and reliable than a 1.0 version of a commercial product! trust me, I'm earning my money with commercial development for more than 10 years - and a 1.0 release is just a marketing thing, not a prove of stability ;-) – 3DH Jun 27 '10 at 07:38
  • Are you aware of any tutorials or examples creating a WebService with this library. It is nice to know all classes and functions as of http://libqxt.bitbucket.org/doc/0.6/index.html , but an example would be of great help for me. – Horst Walter Jul 19 '12 at 09:25