Welcome Guest, Not a member yet? Register   Sign In
XML-RPC Server over ssl?
#1

[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
#2

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

[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 ...
#4

[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
#5

[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 ...
#6

[eluser]dazed[/eluser]
Hi Grolle,

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

Regards,




Theme © iAndrew 2016 - Forum software by © MyBB