by alex » 13 Jun 2007, 12:10
> Alex/et al,
>
> Are there any classes in POCO for invoking web services? I'm considering using gSoap if not. I can't find anything looking through the docs/lib. All of the primitives are there: xml, http, etc. But, I don't see anything SOAP specific.
There is Web library in sandbox and SOAP package in it, but it is not complete yet. In fact, I have only begun it some time ago. Larry Lewis is currently working on it, but when it will be available, I do not know (he mentioned a couple of weeks about a week ago). If Larry is reading this, he may give you more info on it. If you are willing to help, email me at(aleskx, dot(gmail, com)) and I'll hook you up with him.
> Anyone ever combine POCO and gSoap? Initially I want to target Win32 and Mac with the finished product and later Linux and BSD.
I've tried gSOAP long time ago and gave it up in favor of Systinet (which is not free, btw). My main objection to was that it is mainly a C-oriented tool. When used with C++ the double underscores (like__this) in generated names may collide with standard reserved names (this falls into the same category as names beginning with underscore and capital letter _Likethis).
Alex.