I am trying to connect to Thomson Reuters Researcher ID service using XRPC.
My questions are as follows:
1) What is XRPC?
2) What do I need to do to send the appropriate data
I am trying to connect to Thomson Reuters Researcher ID service using XRPC.
My questions are as follows:
1) What is XRPC?
2) What do I need to do to send the appropriate data
XML-RPC
is the protocol from which the SOAP protocol was created. It has largely been superseded by SOAP.
See http://stackoverflow.com/search?q=xml-rpc for many question on this site on the same subject, also http://stackoverflow.com/questions/tagged/xml-rpc and http://en.wikipedia.org/wiki/Xml-rpc.