XML-RPC , Remote Procedure Calling using c# ASP
I have to make call in c# dotnet, where XML-RPC message is an HTTP-POST request. The body of the request is in XML. A
procedure executes on the server and the value it returns is also formatted in XML. Can any body Please help me.
|