Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 242 - 271 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
242
Hello, first I want to thank the author of the library for the excellent implementation of XMLRPC and for releasing it under MIT License. So I'm starting using...
lists@...
Send Email
Apr 4, 2004
6:45 pm
243
Finally I have made the call to a procedure at MovableType which proves the procedures at MovableType are working (or at least the one I tried: ...
Thanh Bui
chinrua
Offline Send Email
Apr 6, 2004
5:49 am
244
What error are you seeing? - Charles ... proves ... wrong. I ... (ex);} ... ex) { ... Response: " ... ("WebException: " + ... MessageBoxIcon.Error);...
charlescookuk
Offline Send Email
Apr 6, 2004
6:10 am
245
response contains dateTime.iso8601 value where string expected [response : array mapped to type PostInfo[]: element 0 : struct mapped to type PostInfo :member...
chinrua
Offline Send Email
Apr 7, 2004
3:17 pm
246
I am creating a client to a server. The method requires an array of structures as defined below. However when I create a struct for this parameter to pass with...
Mycroft1984
Offline Send Email
Apr 15, 2004
9:48 am
247
I needed to use the XmlRpcMember attribute for one of my fields in a structure. It was not working and at first I thought I was using it incorectly (being new ...
Miles Teg
Mycroft1984
Offline Send Email
Apr 15, 2004
9:49 am
248
The XmlRpcMember attribute should help here. public struct Event { [XmlRpcMember("event")] public string _event; } - Charles ... this ... rename...
charlescookuk
Offline Send Email
Apr 15, 2004
5:52 pm
249
Thanks. I really must get the next release out. I've been very busy with other stuff recently but I'll make an effort to sort things out asap. - Charles...
charlescookuk
Offline Send Email
Apr 15, 2004
5:54 pm
250
G'day Matt & Co, Similarly to your self, I am having to use an SSL connection along with a client certificate from within a windows service. Being a newbie to...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
Apr 30, 2004
8:08 am
251
Ok, I figured out building the proxy class so I can access the XmlRpcClientProtocol properties, namely the ClientCertificates property. I can load my client...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 3, 2004
4:16 pm
252
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 ...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 7, 2004
3:36 am
253
I am very interested in how to do this as well. I am trying to build a 'console' logging-type windows in my application to show raw XML-RPC data....
alexhung@...
countzero
Offline Send Email
May 10, 2004
1:53 am
254
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...
Scott
scottadn
Online Now Send Email
May 11, 2004
7:21 pm
255
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...
James Cooper
robotnik23
Offline Send Email
May 13, 2004
6:27 pm
256
Classes derived from class XmlRpcService have access to the HttpContext via the protected Context property. That gives you access to the UserHostAddress...
charlescookuk
Offline Send Email
May 13, 2004
7:48 pm
257
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. -...
charlescookuk
Offline Send Email
May 13, 2004
7:52 pm
258
Alex and Scott - being able to grab the request and response XML would be useful. Any suggestions as to the best API for this? - Charles ... in...
charlescookuk
Offline Send Email
May 13, 2004
7:55 pm
259
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...
alexhung@...
countzero
Offline Send Email
May 14, 2004
12:11 pm
260
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...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 17, 2004
6:19 am
261
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...
krishna_a_gandhi
krishna_a_ga...
Offline Send Email
May 19, 2004
1:56 am
262
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...
robotnik23
Offline Send Email
May 23, 2004
8:52 am
263
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...
raife_stokes
Offline Send Email
May 23, 2004
8:52 am
264
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...
robotnik23
Offline Send Email
May 23, 2004
8:53 am
265
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...
charlescookuk
Offline Send Email
May 25, 2004
6:41 am
266
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...
charlescookuk
Offline Send Email
May 25, 2004
7:10 am
267
Sample ASHX service in VB.NET (note that XML-RPC.NET assembly must be placed in bin subdirectory of virtual directory) <%@ WebHandler Language="VB"...
charlescookuk
Offline Send Email
May 25, 2004
7:39 am
268
I'm doing a bit of a tidying-up exercise in preparation for the (long overdue) next release and I noticed that the state name sample service at...
charlescookuk
Offline Send Email
Jun 5, 2004
9:56 am
269
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...
Shajee
ahmadshajee
Offline Send Email
Jun 6, 2004
9:33 am
270
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...
charlescookuk
Offline Send Email
Jun 6, 2004
9:37 am
271
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...
ahmad shajee
ahmadshajee
Offline Send Email
Jun 7, 2004
11:08 am
Messages 242 - 271 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help