|
Right now one of my contractors has asked me to tackle a project that requires using the SOAP API, only problem is that nuSOAP (and the default PHP SOAP) packages do not support PHP over an HTTPS transport, which as you may understand provides a bit of an issue for secured transactions.
We are required to use HTTPS. I am about to google myself to see if I can find anything, but I am wondering if anyone would know of a SOAP package for PHP that properly support the HTTPS transport.
My only other option is moving to Perl, and well I just do not feel that comfortable using Perl yet (though in retrospect I wish I had of bridged the gap with this language sooner and figured out how to use it, just in this contract Perl is very low key).
|