Ok, I figured out building the proxy class so I can access the XmlRpcClientProtocol properties, namely the ClientCertificates property. I can load my client...
FYI, I have got the client certs working OK. A setting on my IIS server did the trick. Awsome product BTW, with full credit to you Charles my boss is still ...
Apparently you have to use a local proxy of some sorts and then capture everything through it. You'll need to search through the FAQ's on the site and find...
hi, I'm writing a XML-RPC server, and would like to access the IP address and remote port of the client making the request. Do I have access to the standard...
Classes derived from class XmlRpcService have access to the HttpContext via the protected Context property. That gives you access to the UserHostAddress...
Hi KG - any tips on how you did this might be useful for anyone else here trying to do the same. Its good to hear you're finding the library of some use. -...
For my app currently my aim is to be able to have a 'live' view of the XML request/response displays in a textbox. So an event that can be subscribed and which...
Well, I got it working when running against my test server (IIS5 W2K svr, I will attach a sample of the code at the bottom of this message), but now I'm...
Okey dokey, well only a little embarrassed! I didn't have the private key for the Client Cert that our client gave us, therefor it wasn't properly loaded in...
a follow up to my previous post. I was able to workaround this problem by commenting out the entire Add () method in XmlRpcStruct.cs I realize this is not...
I have found sample code in c# and have a simple example working, but i dont understand the square bracket syntax used before the function.. how would the same...
hi, I'm running into an error that I can't figure out. Perhaps someone here can shed some light onto the problem. I have a XmlRpcStruct that I'm adding...
When calling the XmlRpcStruct.Add method, what was the type of the object passed in the second parameter? The method checks whether the .NET type can be...
See section 2.13 in http://www.xml-rpc.net/faq/xmlrpcnetfaq.html ... but i dont understand the square bracket syntax used before the function.. ... im new to...
Dear All Hello! I have built a ASP .Net client that interacts with a phpgroupware server using XML RPC .Net However it gives the following error "Response from...
I'm currently working on adding a trace facility so that you can look at the incoming and outgoing XML messages. For the time being, use tcptrace or proxytrace...
Dear Charles Hi! Thanks for the reply. have downloaded the tcptrace and proxytrace from pocketsoap.com However my problem remains as is. The server response...
Hi Shajee - if you use one of the trace programs you will be able to see the response that is being returned by the server. - Charles ... tcptrace and...
I am getting the following error JavaClient: XML-RPC Fault #0: org.apache.xmlrpc.XmlRpcException: Index was outsi de the bounds of the array. when sending a...
Dear Charles Hello! Sorry for the long mail I've been able to invoke the login method of phpgw using xml rpc through my asp .net client. It gives back a...
Hi, First off - what an excellent library! Thanks for developing it. I'm using the library in an open source project of mine. I've had to modify your source...
Hi, I'm currently using XML-RPC.net with my asp.net application. my XML-RPC service is built by python. when I calling the service, I got a exception error...
Hi, I am using XmlRpcClientProtocol object in VB.NET form to invoke a remote function call on an ASP page. The syntax used for invoking the remote funtion is...
hi i think this error i get , is diffirent with nirmal errors . i am not new in programming , but i am new in C# and xml-rpc . i want to start with a easy and...