cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Calling SOAP webservice from C++ using libcurl

From: Alan Wolfe <alan.wolfe_at_gmail.com>
Date: Wed, 19 Oct 2011 18:07:52 -0700

Check out this page Suneepa, particularly "Anatomy of a Soap Request".

http://www.ibm.com/developerworks/webservices/library/ws-peer3/index.html

That shows examples with java, which you can follow, or just ignore. Once
you understand how SOAP works at it's core, it should be trivial to
implement with curl/libcurl (:
On Wed, Oct 19, 2011 at 5:44 PM, suneepa datta <suneepadatta_at_gmail.com>wrote:

> I could not find any examples to show what headers I need to set. Can you
> please point me to some post which has that information.
>
> Thanks,
> Suneepa
>
> On Wed, Oct 19, 2011 at 6:20 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
>
>> On Wed, 19 Oct 2011, suneepa datta wrote:
>>
>> I need help in calling SOAP webservice from C++ code using libcurl.
>>>
>>> It would be very helpful if you can provide me some sample code for this.
>>>
>>
>> SOAP is just an HTTP POST with some XML contents and possibly some custom
>> header(s) set. What exactly can't you find in the docs or examples?
>>
>> --
>>
>> / daniel.haxx.se
>> ------------------------------**------------------------------**-------
>> List admin: http://cool.haxx.se/list/**listinfo/curl-library<http://cool.haxx.se/list/listinfo/curl-library>
>> Etiquette: http://curl.haxx.se/mail/**etiquette.html<http://curl.haxx.se/mail/etiquette.html>
>>
>
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-10-20