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 525 - 554 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
525
The return value of the response - a struct - does not contain a member called "map". It does however contain a member called "route" which contains a member...
charlescookuk
Offline Send Email
Oct 1, 2005
12:06 pm
526
I've not had any reports of this. I've not tried it myself but you can get detailed information about managed memory allocations with the SOS debugger...
charlescookuk
Offline Send Email
Oct 1, 2005
12:21 pm
527
Dear All, I'm trying to implement an XML-RPC client using C# and XML-RPC.NET for a remore server (written in C++). At the beginning I had no problems but I'm...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 5, 2005
8:34 am
528
Hi Massimo - looks like your server is not XML-RPC compliant. According to the XML-RPC spec a string value can be passed as: <value>some text</value> or ...
charlescookuk
Offline Send Email
Oct 5, 2005
8:48 am
529
Dear All, I'm trying to implement an XML-RPC client using C# and XML-RPC.NET for a remore server (written in C++). At the beginning I had no problems but I'm...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 5, 2005
1:04 pm
530
Hi Charles, thank you for your answer. The server has been implemented using the XmlRpc++ implementation of XML-RPC that seems to be compliant with the...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 6, 2005
6:45 pm
531
Hi Massimo - I don't know what you mean by "xmlrpc value" type. Can you post the responses generated by the Java client and your application? Though if the...
charlescookuk
Offline Send Email
Oct 7, 2005
6:47 am
532
Hi Charles, thank you for your attention. I attach the xml generated by the Java client. As you see, there are array elements like: <value>pend_rtai/reference...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 7, 2005
11:59 am
533
Hi Massimo - attachments get removed by Yahoo so you'll need to email me directly. However based on what you have written this definitely looks like a problem...
charlescookuk
Offline Send Email
Oct 10, 2005
4:25 pm
534
Dear Charles, I'm attaching the XML file for the sake of completeness, but I'm now moving towards the solution you suggested, i.e. to modify XML-RPC.NET to...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 11, 2005
9:36 am
535
Modify the case for XmlRpcType.tString in XmlRpcSerializer.Serialize (WriteString instead of WriteElementString?). - Charles ... hints on where to start ? ... ...
charlescookuk
Offline Send Email
Oct 11, 2005
9:57 am
536
Dear Charles, we worked a lot to find a workaround to our problem. At the end, we realized that the missing <string> tag was not the problem. We have a...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 17, 2005
5:56 pm
537
Dear All, after a deep discussion topic on the group (the previous one), I focused a problem. I've to call a method on a server requesting 1 string and a list...
Massimo Vassalli
mv_999_mv
Offline Send Email
Oct 18, 2005
5:31 pm
538
Hi Massimo - the request dumps you sent made the problem obvious. As you suggested below the solution is to able to use "params" keyword in the function...
Charles Cook
charlescookuk
Offline Send Email
Oct 19, 2005
6:43 am
539
I've got a problem related to this subject. I have managed to get a little further from the last post I made a month or so ago. I've managed to contact the...
lloydphillips77
Offline Send Email
Oct 21, 2005
4:15 pm
540
I'm not sure of the VB syntax for arrays but don't you need something like this: Public items() As NewsItem i.e. to specify that the items member is an array...
charlescookuk
Offline Send Email
Oct 23, 2005
4:25 pm
541
Hi Charles Thanks for the response. I tried that earlier but it kept sending me an error message saying that items expected an array and newsitem was not of...
lloydphillips77
Offline Send Email
Oct 24, 2005
10:10 am
542
I just tried this interface from a C# console app and it worked ok. Public Structure NewsFeed Public title As String Public link As String Public description...
charlescookuk
Offline Send Email
Oct 24, 2005
12:28 pm
543
Ok, I think it is working as it is not showing the error message. What is the best way of accessing these now? I'd like to be able to get them into a datalist...
Lloyd Phillips
lloydphillips77
Offline Send Email
Oct 25, 2005
8:46 am
544
Howdy, I've recently been using XMLRPC.NET to connect to several blog ping services, and it has worked great with one small exception - I would like it to not...
Kevin
kevharder
Offline Send Email
Oct 25, 2005
4:48 pm
545
This change will be in the next release (for which I just need to complete the change to allow a variable number of parameters in a method call). Until then...
charlescookuk
Offline Send Email
Oct 25, 2005
5:26 pm
546
Hello Charles, Thank you for your response (and for the library). That line of code does indeed work. However it sets the static Expect100Continue property...
Kevin Harder
kevharder
Offline Send Email
Oct 25, 2005
5:34 pm
547
The default behaviour for the property will be true, the Expect: 100-Continue header will be sent, as per the System.Net default. Note that Sam Schillace has...
charlescookuk
Offline Send Email
Oct 25, 2005
5:52 pm
548
.NET 2.0 may break existing XML-RPC.NET applications because of a breaking change in System.Reflection.Emit code generation. The problem was reported to...
charlescookuk
Offline Send Email
Nov 6, 2005
10:42 am
549
Hello all, hoping someone out there can help me with this I have a client / server using XmlRpc to pass data and call remotes methods and 90% of the time...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Nov 8, 2005
5:29 pm
550
The response looks fine to me. Based on a Google search for the error message this looks like a client written in XmlRpc++, a C++ library for XML-RPC. Have you...
charlescookuk
Offline Send Email
Nov 8, 2005
8:40 pm
551
I didn't realize there was a separate site for XmlRpc++, could you forward me the link, this problem is driving me crazy I wish that it wasn't an intermittent...
Mayorga, Armando CIV ...
navy_rad_geek
Offline Send Email
Nov 8, 2005
9:38 pm
552
Googling for "XmlRpc++" should take you there. - Charles ... forward me the link, this problem is driving me crazy I wish that it wasn't an intermittent thing,...
charlescookuk
Offline Send Email
Nov 9, 2005
9:36 am
553
FYI I'll be offline for the next weeks. - Charles...
charlescookuk
Offline Send Email
Nov 10, 2005
5:27 pm
554 charlescookuk
Offline Send Email
Nov 10, 2005
8:31 pm
Messages 525 - 554 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