Hi everyone!
I have a CURL line code to Invoke a WCF (Windows Communication Foundation), I tested that line of code, using Terminal on macOS. I remembered that Christian MBS Plugins has CURLSMBS that makes use of CURL.
-
I use that “-H” flag to add several headers, Reading about on CURLMBS Page, I found something Similar:
CURLSMBS.OptionCookieList as String
Will it correct?. -
I use “-E” flag to Use an .PEM Certificate File and its respective Password. What would be the equivalent on CURLSMBS?
-
I use “–data” in order to pass an XML as a Request, What would be the equivalent on CURLSMBS?
Meanwhile I’ll continuing reading and testing, Regards.