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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 966 - 996 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
966
Hi, I will be very grateful if anyone can help me out in passing string parameters/values from XMLRPC.net(Windows) to XMLRPC++(Linux). I am trying to establish...
vineetha06
Offline Send Email
Dec 3, 2007
7:02 am
967
Hi All, This is in continuation to the previous mail(posting 966). I am trying to communicate between Windows and Linux systems. On the Windows side, I use...
vineetha06
Offline Send Email
Dec 4, 2007
10:24 am
968
Correct IP address/port? XML-RPC service running? Unlikely to be a problem with XML-RPC.NET because the exception is being thrown from the System.Net classes....
charlescookuk
Offline Send Email
Dec 4, 2007
11:04 am
969
Hi, Thanks for your reply. I did a netstat -a at the command prompt on the server side(Linux) without running the client and could see that the server opens...
vineetha06
Offline Send Email
Dec 5, 2007
5:49 am
970
I'm using CookComputing XML-RPC .NET with mono 1.2.5.1-10.1 on openSUSE 10.3; as a client everything works perfectly and we make ALLOT of XML-RPC calls. Now I...
Adam Tauno Williams
ferillis2003
Offline Send Email
Dec 14, 2007
2:18 pm
971
Hi Adam: I just installed Mono and I get the same problem. A test program which works fine on .NET throws this exception when run with Mono: Unhandled...
charlescookuk
Offline Send Email
Dec 18, 2007
9:11 am
972
Is this possible now? Thanks, Mladen...
mika76za
Offline Send Email
Jan 4, 2008
1:14 pm
973
Hi Mladen: it is not possible....
charlescookuk
Offline Send Email
Jan 4, 2008
1:41 pm
974
Hi, I'm trying to get a VB.NET piece of code working that has to send an array of structs to a XML-RPC Service. I get the folowing exception: ...
pf3n0m
Offline Send Email
Jan 10, 2008
7:29 am
975
Hi, I've found the source of my problem: In the struct I have some vars declared as long, this cannot be mapped to a XMLRPC datatype. After changing the vars...
pf3n0m
Offline Send Email
Jan 13, 2008
12:33 pm
976
Has anyone in this group had any experience using XML-RPC.NET to interface with the ABIS System Search Engine (from L1 Identity Solutions)? I'm looking into...
egrahamjp
Offline Send Email
Jan 14, 2008
9:23 pm
978
Hi all! My name is Delfino, and learning how to use XMLRPC.net. I need make one service consume in one XMRPC with Apache Framework on JBOSS Container. The...
Carlos Delfino
carlosdelfin...
Offline Send Email
Jan 23, 2008
2:43 pm
979
Dear all, Sorry if this is a simple question, but I can't find an equivalent example (also sorry it's a bit terse, but I think it's all relevant...) I'm trying...
bulman.paul
Offline Send Email
Jan 24, 2008
9:23 am
980
Hi everyone i use the MSPSpaceClass to post data to my space.but i want to specify the server endpoint url at runtime. i have see the XmlRpcUrl () in the calss...
cbchuangye
Offline Send Email
Jan 29, 2008
8:35 am
981
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.3...
charlescookuk
Offline Send Email
Jan 29, 2008
8:37 am
982
Does this explain your problem? http://blogs.msdn.com/feroze_daud/archive/2004/07/12/180856.aspx ... [Non-text portions of this message have been removed]...
Charles Cook
charlescookuk
Offline Send Email
Jan 29, 2008
4:44 pm
983
You have to use object[] as the return type - an array containing more than one type is being returned. ... [Non-text portions of this message have been...
Charles Cook
charlescookuk
Offline Send Email
Jan 29, 2008
4:49 pm
984
Hi All! am new to this group, am successfully executed couple of projects on XML RPC using XML-RPC.Net library. However for my current project I coded XML RPC...
kondapani
Offline Send Email
Jan 30, 2008
1:27 pm
985
Hello, I'm attempting to make xml-rpc.net talk to the bugzilla api. I'm pretty new to the xml-rpc.net library and I'm having difficulty finding a C# data-type...
Rob Thyssen
robahoy
Offline Send Email
Jan 30, 2008
4:03 pm
986
It turns out that I'd just not fully understood the xml-rpc.net documentation. I managed to get it working last night, only to discover this morning that this...
Rob Thyssen
robahoy
Offline Send Email
Jan 31, 2008
9:39 am
987
Can any one help me on this issue please? It is a burning issue for me currently.. PLEASE .. PLEASE.. ... on ... response ... msg=...
kondapani
Offline Send Email
Jan 31, 2008
9:55 am
988
I'm receiving the following exception when trying to connect to a secure server. Exception - The remote certificate is invalid according to the validation...
k7software
Offline Send Email
Feb 6, 2008
7:30 am
989
... You will have to provide a certificate validation method where you decide to accept the "invalid" certificate anyway (while logging what's wrong with it),...
doheijl
Offline Send Email
Feb 6, 2008
7:28 pm
990
... was ... Danny, Thanks, my dumb mistake. I needed to grab the servers SSL cert and install it on the development box. Greg...
k7software
Offline Send Email
Feb 6, 2008
10:20 pm
991
Is there anyway I can view the response coming back from the server without stepping through the cookcomputing xml-rpc code? Thanks, Greg...
k7software
Offline Send Email
Feb 6, 2008
10:21 pm
992
... Since it is SSL you can't use TcpTrace or Fiddler, so you have to use the built-in hooks: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#5.1 5.1 How do I...
doheijl
Offline Send Email
Feb 7, 2008
9:13 pm
993
... server ... use ... ResponseEvent - ... to ... simplifies ... of ... Danny, Thank you for the quick response. I hooked up the logger and found that the...
k7software
Offline Send Email
Feb 7, 2008
9:34 pm
994
Hello group, I want to communicate over xmlrpc from a python.client to a .net-server. This works fine unless application-exception. If I throw an...
michael.straus
Offline Send Email
Feb 15, 2008
10:25 am
995
Hello group, I want to communicate over xmlrpc from a python.client to a .net-server. This works fine unless application-exception. If I throw an...
michael.straus
Offline Send Email
Feb 15, 2008
10:25 am
996
Hi there, I'm working with some pre-existing code that was working before ( and works on some versions of Windows XP but not ones with all the service packs....
David Beleznay
david_beleznay
Offline Send Email
Feb 22, 2008
7:42 am
Messages 966 - 996 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