CodeIgniter Forums
XML-RPC Server over ssl? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: XML-RPC Server over ssl? (/showthread.php?tid=37463)



XML-RPC Server over ssl? - El Forum - 01-11-2011

[eluser]grolle[/eluser]
Hi,

is it possible to implement an XML-RPC Server with using a secure connection (https)? The client is implemented in Delpi.

Best regards,
Grolle


XML-RPC Server over ssl? - El Forum - 01-12-2011

[eluser]Unknown[/eluser]
yes you can use httppost method for that...


XML-RPC Server over ssl? - El Forum - 01-14-2011

[eluser]grolle[/eluser]
Hi,

I've tried. It works. One last question left. How did I have to send the following struct as xml?:
Code:
$request = array(
                 array(
                       // Param 0
                       array(
                             'name'=>array('John','string')
                             ),
                             'struct'
                       ),
                       array(
                             // Param 1
                             array(
                                   'size'=>array('large','string'),
                                   'shape'=>array('round','string')
                                   ),
                             'struct'
                       )
                 );

Thanks and best regards ...


XML-RPC Server over ssl? - El Forum - 02-05-2011

[eluser]dazed[/eluser]
Grolle,

How did you manage to get XML-RPC running over SSL in the end?? I do not understand the HTTTPPOST part that rajputvipul88 mentioned.

Thanks,

Duncan


XML-RPC Server over ssl? - El Forum - 02-05-2011

[eluser]grolle[/eluser]
Hi,

I don't use CI for the Client Side. I use Delphi and the Indy Components for https Post. If you whish, I send you an example.

Best regards ...


XML-RPC Server over ssl? - El Forum - 02-14-2011

[eluser]dazed[/eluser]
Hi Grolle,

Thank you, if you could send me your examples it would be great.

Regards,