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 957 - 987 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
957
I am working with a application that has the following specifications. I pulled just 9 pages that are relevent to my questions and posted them here in pdf form...
been_mean
Offline Send Email
Nov 7, 2007
1:38 pm
958
I'm getting the following exception when using the cook computing xmlrpc library to connect to a service running on localhost. The code works on XP but once...
bcboy2k7
Offline Send Email
Nov 7, 2007
2:46 pm
959
There si somethinks I don't undestand. This is my C# struct : ////////// [CookComputing.XmlRpc.XmlRpcMissingMapping(MappingAction.Ignore)] public struct...
joffrey_a
Offline Send Email
Nov 9, 2007
1:22 pm
960
In the case that is failing there is an invalid int value: <member> <name>9</name> <value><int></int></value> </member> Are you catching the exception from...
charlescookuk
Offline Send Email
Nov 9, 2007
3:43 pm
961
It looks like that if you want to use BioApp.addServer you have to pass the URL of an XML-RPC listener, i.e. an XML-RPC server whose specified method will be...
charlescookuk
Offline Send Email
Nov 9, 2007
3:47 pm
962
The is no Exception throw by the proxy this is the code I use : try { res = logekomProxy.renvoi_liste_des_biens_a_appeler_d_un_proprietaire ("robot1", "xxxx",...
joffrey_a
Offline Send Email
Nov 12, 2007
2:46 pm
963
That was the bug ! Now, it's ok, thanks you !...
joffrey_a
Offline Send Email
Nov 14, 2007
2:35 pm
964
I've compiled and successfully connected between the sample xml-rpc client and sample HTTP xml-rpc server for looking up state names. I have implemented the...
jeffrey_bakke
Offline Send Email
Nov 15, 2007
10:58 pm
965
... Ok, everyone ignore this problem.. its not a problem. XML-RPC.NET does send as a POST. Here's my solution to this strange problem in case it bites...
jeffrey_bakke
Offline Send Email
Nov 15, 2007
11:34 pm
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
Messages 957 - 987 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