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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 409 - 438 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
409
Does anyone know if it is (or should be) possible to connect to a Java server from a C# client? The Java server recieves the method call from the C# client but...
liamos99
Offline Send Email
May 5, 2005
6:05 am
410
Yes. The FaultString property of the XmlRpcFaultException may indicate why the server is returning an XML-RPC fault response. - Charles ... [Non-text portions...
Charles Cook
charlescookuk
Offline Send Email
May 5, 2005
7:04 am
411
i'm using the .NET client to do the request to the server. The problem is HOW i use the .NET client side to include/call the server side xml-rpc php script for...
wallcechai
Offline Send Email
May 6, 2005
6:23 am
412
The problem was that I omitted the handler reference on the client side. Works now. Thanks. ... why the ... Java ... the ... ...
liamos99
Offline Send Email
May 6, 2005
4:19 pm
413
hi, did my code show any error her. i newbie in xml-rpc VB.net... I using the FAQ sample for trying my manually proxy via firewall. Please help. Thanks! ... ...
sormui_yee
Offline Send Email
May 7, 2005
3:43 pm
414
Looks ok to me. - Charles...
charlescookuk
Offline Send Email
May 7, 2005
3:50 pm
415
Hello, this example which i modify(into vb.net manually proxy) from your MathApp sample. But i miss something. Because the value won't be change since i make ...
sormui_yee
Offline Send Email
May 7, 2005
10:09 pm
416
Thanks charles! -Yee ... firewall. ... y}) ... ("http://192.168.0.155:8000")...
sormui_yee
Offline Send Email
May 7, 2005
10:10 pm
417
Is there any way to return class objects, or map them to structs automatically? I am using LLBLGen Pro to generate DAL classes and would like to find some...
benallfree2000
Online Now Send Email
May 8, 2005
5:53 am
418
Sorry i know where my mistake liao. Haha~ too noob... ... from ... make ... help!!! ... ("http://www.cookcomputing.com/xmlrpcsamples/math.rem") ... Integer) ...
sormui_yee
Offline Send Email
May 8, 2005
7:46 am
419
hello, can i let the user to specify the method call name? ... <XmlRpcMethod("math.Add")> _ Public Function Add(ByVal a As Integer, ByVal b As Integer) As...
sormui_yee
Offline Send Email
May 8, 2005
2:55 pm
420
I am new to XML-RPC, so bare with me. I searched the messages and didn't find anything on this subject. I will have a flash client talking to IIS (asp.net)....
rteegarden
Online Now Send Email
May 10, 2005
6:04 am
421
Hi Rob, Just curious - why isn't SSL an option? Ben _____ From: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] On Behalf Of rteegarden Sent:...
Benjamin C. Allfree
benallfree2000
Online Now Send Email
May 10, 2005
6:10 am
422
... More generally, it'ld be usefull in my opinion to specify class objects as input parameters as well. This mainly to overcome a limitation of C#, where you...
marioorlandi
Offline Send Email
May 10, 2005
12:46 pm
423
Help, how come still got error about the authentication althought i already use the "proxy.Credentials"??? i try to pass throught the SQUID Proxy-cache server....
sormui_yee
Offline Send Email
May 10, 2005
5:10 pm
424
I use this if (bUuseProxy) { Uri proxyURI = new Uri("http://myproxy.com:8080"); WebProxy proxy = new WebProxy(proxyURI, true); proxy.Credentials = new ...
Gregg Tavares
gregg_tavares
Offline Send Email
May 10, 2005
6:28 pm
425
On this project it has 2 front ends, one running flash in an active desktop enviroment and the other is flash in a browser. I have been told by the flash...
rteegarden
Online Now Send Email
May 10, 2005
8:43 pm
426
I think it's worth investigating whether SSL can work from a desktop Flash app. Once your communication is routed through SSL, nobody will be able to see the...
Benjamin C. Allfree
benallfree2000
Online Now Send Email
May 10, 2005
10:19 pm
427
Thanks Ben, that does make sense. We will be using Glow and Zinc for the desktop app, so I will follow up with them on getting it all to work on SSL. Thanks...
rteegarden
Online Now Send Email
May 10, 2005
11:33 pm
428
This is not possible. - Charles...
charlescookuk
Offline Send Email
May 11, 2005
6:50 am
429
I'll add support for this to the todo list. - Charles ... via...
charlescookuk
Offline Send Email
May 11, 2005
6:50 am
430
Thanks Charles. Should you need some help in coding, just let me know. I must admit that I'm much more proficient in C/C++ than in C#, but given some...
marioorlandi
Offline Send Email
May 11, 2005
1:28 pm
431
Hi, my situation is like this >>>>> i using a client pc in my LAN and connect with a linux server.... When i need to access another xmlrpc web service(other...
sormui_yee
Offline Send Email
May 11, 2005
4:30 pm
432
I have searched the docs and the messages here, but does the XML- RPC.NET support the extension for <nil/> as seen here ...
rteegarden
Online Now Send Email
May 17, 2005
7:14 pm
433
hello everyone, i had find a TRICKing way for the vb client to pass through the proxy server. U all just need to make a call to this function. ...
sormui_yee
Offline Send Email
May 19, 2005
3:05 pm
434
I searched the board, and found these notes about 0.9.0: dateTime parsing supports "yyyy-MM-ddTHH:mm:ss" to handle blog service providers which return invalid...
Brad Sahlhoff
bsahlhof
Online Now Send Email
May 21, 2005
6:19 am
435
Hi Charles, I need want to run an XMLRPC server. I have created my class with required logic & have extended the XmlRpcServerProtocol class. I want to specify...
Kiran Chhabra
kiran_listening
Offline Send Email
May 21, 2005
10:32 am
436
Is there a way to take advantage if the ability of .NET to create multiple definitions of a method with different signatures? I have this two definitions in a...
labrego2000
Offline Send Email
May 22, 2005
9:00 am
437
No support at the moment. I'll add it to the wishlist. - Charles...
charlescookuk
Offline Send Email
May 22, 2005
11:49 am
438
The .NET DateTime type cannot have a value of "0000-00-00T00:00:00" which is why the problem is occurring. I don't know how other XML-RPC libraries would...
charlescookuk
Offline Send Email
May 22, 2005
11:56 am
Messages 409 - 438 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