XML-RPC
@micheal-john-l1fIn3
•
Oct 20, 2024
Oct 20, 2024
1.1K
Hi Ceans,
I'm new to remote procedure call, i need to communicate to remote server via java program,
i tried to use ws-xmlrpc(apache lib), but could not find any methods which supports my xml request.
i tried google but could not find anything.
can anyone help to find which library should i use and my request type looks like
I'm new to remote procedure call, i need to communicate to remote server via java program,
i tried to use ws-xmlrpc(apache lib), but could not find any methods which supports my xml request.
i tried google but could not find anything.
can anyone help to find which library should i use and my request type looks like
<?xml version="1.0" encoding="UTF-8"?>
<transaction type="search" are_you_performing_search="Y" client_ref="test_search" reference="test">
<statement>
<fs fs_no="123"/>
</statement>
</transaction>
thanks