Is it possible to do SOAP or REST service access?

Hello everyone…
I just want to know is it possible to do soap or rest based service connection in cocos2dx.
May be via libcurl or any other way?
Any suggestions…

Have you check out the wiki?
http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Network

@Terry Bleger…Thanks for suggestion…
Yes i have tried that and able to call http get and post requests…
But is there any way to connect some soap based web service instead of just http get and post…
Or some RESTful way…

In iOS and Android we can have option to use soap based service…just like that

I think REST will be done by the same way as get and post…
But in SOAP based it will not connect directly.