hi danijel,
i try this address
https://localhost/transaksi/index.php to use xml-rpc.
and this code for rtcmodule :
RtcClientModule1.Data.NewFunction('rajabiller.cekip');
but i not have response from rtcresult :
With Sender as TRtcDataClient do
begin
Memo1.Text := Result.asXMLrpc;
end;
on property rtchttpclient1
serveraddr :
https://localhost/transaksi/index.phpport : 80
property rtcclientmodule1
modulefilename : /index.php
where the wrong from my code?