Skip to content

Tag: servidor

Send files using XML-RPC in Java

Hello Tooday Jorge send me an e-mail asking how to send files using XML-RPC. So I did some modifications in Client and Server, Java XML-RPC…

Continue reading Send files using XML-RPC in Java

Share internet in a SERVER connected to WAN port.

Hello, The last days I keep trying to configure my server. I know how to configure the network to this: MODEM -> (eth0) Servidor (eth1)…

Continue reading Share internet in a SERVER connected to WAN port.

Client and Server, Java XML-RPC

Good night,

A few days ago I created a XML-RPC server to test some functions. What is XML-RPC? XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its calls and HTTP as a transport mechanism.(wikipedia) To start using XML-RPC in Java I used apache xml-rpc.

Example client and server XML-RPC.

Best Regards,
Matheus
Continue reading Client and Server, Java XML-RPC