Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Community,
I am new in asp.net and I need to implement simple XMLRPC request in asp.net. Client side(in ASP.Net) should send two parameters and get response sum of those parameters from Server( it is implemented already in XMLRPC-c).
Here is how asp.net is supposed to send XML:

XML
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>sample.add</methodName>
<params>
<param><value><i4>5</i4></value></param>
<param><value><i4>7</i4></value></param>
</params>
</methodCall>

Can anyone guide me to quick start? Little detail explanation would be appreciated.

Thank you in advance.
Posted
Updated 31-Mar-12 21:16pm
v3
Comments
Shahriar Iqbal Chowdhury/Galib 1-Apr-12 3:16am    
updated formatting

1 solution

I believe the following link may help you lot

http://www.tutorialspoint.com/xml-rpc/index.htm[^]

and tanks again for letting me know this topic... :)
 
Share this answer
 
Comments
Eldor Primov 2-Apr-12 0:51am    
The fact is that, I want to implement it in ASP.NET. If you know any good tutorials or links, let me know please.
senguptaamlan 2-Apr-12 1:39am    
Please, go through the following links:
http://xml-rpc.net/
http://www.gotripod.com/2007/03/03/writing-an-xml-rpc-server-or-client-in-aspnet-part-1/

I think these two will give you the edge.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900