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 972 - 1002 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
997
I figured out my problem. ... POST /RPC/index HTTP/1.1 Content-Type: text/xml User-Agent: XML-RPC.NET Authorization: Digest ...
David Beleznay
david_beleznay
Offline Send Email
Feb 22, 2008
7:42 am
998
Regards by all! I attempt to write Xml-rpc client for WinCE with the use of your library CookComputing.XmlRpc.CF.DLL Unfortunately thus far this for me did not...
denis_jakovlev
Offline Send Email
Feb 22, 2008
4:02 pm
999
I have to programm to an interface that allows the following structure for one of its calling parameters. The repetion of the par.X Paramter is not fixed and...
jjogy
Offline Send Email
Mar 3, 2008
3:12 pm
1000
Hi Karl: in my opinion the simplest way of dealing with this is to implement a helper method which takes the data and creates an instance of XmlRpcStruct which...
Charles Cook
charlescookuk
Offline Send Email
Mar 4, 2008
2:07 pm
1001
Hi Charles, thanks for your help. I already decided to go down this road. I have my objects implement a method GetContentData() which basically buts all values...
jjogy
Offline Send Email
Mar 4, 2008
4:32 pm
1002
Thanks for help boys! I managed. Everything works. Again thanks!...
denis_jakovlev
Offline Send Email
Mar 5, 2008
11:36 am
Messages 972 - 1002 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