I want to know if it is feasible to send an https request for a wsdl scheme that needs an associated certificate ?
recently apple changes their part system access (names gsx) with such a scheme
I had a program that worked before, it was https and wsdl but without certificate.
is it feasible ( with xojo and preferably no declares) or is it useless to dig into it ?
thanks Greg, this should work
anyway I have to ask Apple for a certificate, and so I won’t go any further into it.
it seems you can only get a certificate for a fixed ip server and as I want an app that can run anywhere I will not get that certificate…
this is only to get the mac model from the serial number and the date for end of warranty I’m not sure I need so much security for that simple thing but he !
I develop an access to GSX (the Apple’s service your try to access). And I can tell you that it doesn’t work with the Xojo socket. The only way is the SOAP Kit from Christian, and the modifications that we have done.
do you speak for the actual gsx of for the version before august 2015 ?
I repeat it worked no problem before aug 2015 with xojo https sockets (not with the soap methods)