Hello, all.
I know curl command how to send soap request. But I can't use libcurl about that. At the curl command, I use following command. ./curl -i -insecure -d @AAA.xml -H "content-type: text/xml:charset=UTF-8" -H "SOAPAction : http://BBB.com" "https://CCC.com" Could you change the above command to libcurl code? Thanks in advance. Inmoon.
