Any wxSOAP implementation?

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
ConnorMacLeod
Knows some wx things
Knows some wx things
Posts: 39
Joined: Thu Nov 25, 2004 10:10 am
Location: Germany

Any wxSOAP implementation?

Post by ConnorMacLeod »

I need SOAP for my next project.
Has some allready programmed a wxSOAP?
If not what library should i use (EasySOAP, gSOAP, ...)?

Thanks
Connor
[wxMSW 2.6.1/VC7.1 .NET 2003/WinXP]
mjs
Experienced Solver
Experienced Solver
Posts: 93
Joined: Wed Feb 09, 2005 3:53 am
Contact:

Post by mjs »

I'm interested in such a library too. But I believe noone has done this yet because the wxXML API is not considered "stable" yet. The functions itself are stable but the documentation says that the API isn't yet.

Regards,
Mark
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Re: Any wxSOAP implementation?

Post by ABX »

ConnorMacLeod wrote:I need SOAP for my next project.
Has some allready programmed a wxSOAP?
http://sourceforge.net/projects/wxsoap/

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
gururamnath
Super wx Problem Solver
Super wx Problem Solver
Posts: 466
Joined: Sat Sep 18, 2004 2:49 am
Location: California, USA

Re: Any wxSOAP implementation?

Post by gururamnath »

gsoap seems to be very active and it is a multiplatform lib. If I were you, I would choose that.

-Guru Kathiresan
mjs
Experienced Solver
Experienced Solver
Posts: 93
Joined: Wed Feb 09, 2005 3:53 am
Contact:

Re: Any wxSOAP implementation?

Post by mjs »

Nothing useful there yet.

Regards,
Mark
ConnorMacLeod
Knows some wx things
Knows some wx things
Posts: 39
Joined: Thu Nov 25, 2004 10:10 am
Location: Germany

Post by ConnorMacLeod »

Thanks for all the answers.
I decided to use gSOAP.

Cheers
Connor
[wxMSW 2.6.1/VC7.1 .NET 2003/WinXP]
User avatar
ABX
Can't get richer than this
Can't get richer than this
Posts: 810
Joined: Mon Sep 06, 2004 1:43 pm
Location: Poznan, Poland
Contact:

Re: Any wxSOAP implementation?

Post by ABX »

mjs wrote:
Nothing useful there yet.
Email contact to the maintainer is useless ??? ;-)

ABX
CVS Head, 2.8.X
wxMSW, wxWinCE, wxPalmOS, wxOS2, wxMGL, bakefile
gcc 3.2.3, bcc 5.51, dmc 8.48, ow 1.6, vc 7.1, evc 3/4, pods 1.2
mjs
Experienced Solver
Experienced Solver
Posts: 93
Joined: Wed Feb 09, 2005 3:53 am
Contact:

Post by mjs »

What I meant was:
- No project home page yet (HTML directory listing)
- No sources in CVS
- No sources in the Files area

Regards,
Mark
Post Reply