Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XMLRPCNET · XML-RPC.NET

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 672
  • Category: Open Source
  • Founded: Apr 3, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1268 - 1297 of 1417   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1268 Charles Cook
charlescookuk Send Email
May 13, 2010
6:56 pm
I backed out some Silverlight related changes and went back to the 2.4 release. I will be merging the changes on the 2.4 branch since that release. The plan is...
1269 mtdewboy1701 Send Email May 19, 2010
6:57 pm
Hello, I'm getting the following error: CookComputing.XmlRpc.XmlRpcTypeMismatchException: response contains array value where struct expected [response : array...
1270 frontendgui Send Email Jul 8, 2010
1:28 pm
Hello, Any updates on whether the code changes discussed here ever made it into the final compactframework dll library release. I am working on a windows...
1271 firman_arrow Send Email Jul 14, 2010
8:42 am
Hello All, I'm new to c# and xml-rpc, but i have to create client for host to host communication to host server using xml-rpc protocol, i have make this xml...
1272 john_c_conrad Send Email Jul 19, 2010
5:19 am
So what I am trying to do is encrypt the actual XML text before sending it as the payload for the HTTP POST. So instead of plain text XML going across the...
1273 elco33mf Send Email Jul 26, 2010
3:30 am
I tried to make the code public struct SumAndDiffValue { public int sum; public int difference; public string message; } public class SumAndDiff :...
1274 kevinsmith280280
kevinsmith28... Send Email
Aug 18, 2010
12:18 pm
I defined the 3 nested structures below to match the XML returned back from the server. The problem is that the data for the third (C) structure does not get...
1275 Kevin Smith
kevinsmith28... Send Email
Aug 18, 2010
12:19 pm
XML-RPCNET group,   I am using the XML-RPC.NET code and have run into a problem.  I am not sure if I incorrectly defined the structure relationship or there...
1276 Charles Cook
charlescookuk Send Email
Aug 18, 2010
2:14 pm
Hi Kevin: the XML-RPC response has "currentState&quot; but you have defined the corresponding struct member as "currentstate&quot;. ... [Non-text portions of this...
1277 Kevin Smith
kevinsmith28... Send Email
Aug 18, 2010
6:56 pm
Hi Charles, I can't believe I missed That.  Thank you very much for taking the time to help me.  Great software.  Have a good week,  Kevin ...
1278 thompson_ian@...
thompson_ian... Send Email
Sep 9, 2010
5:55 pm
Does anyone in this group have any experience in using XML-RPC .NET with LabView? LabView has no built-in xml-rpc support but it does support a .NET interface....
1279 88Sarah88
webtv4fb Send Email
Sep 27, 2010
6:19 pm
I tried out my first XML-RPC.NET service, doing these steps: 1- I've compiled the SumAndDiffValue example service taken as is from the documentation:...
1280 88Sarah88
webtv4fb Send Email
Sep 28, 2010
10:51 am
update: ok i found out some mistakes i made SOLVED :)...
1281 synsuperior Send Email Sep 30, 2010
7:14 pm
Hi there, I'm building an xml-rpc server using XML-RPC.Net library with C# to receive calls from Shopatron server. Has anyone done this? Per Shopatron...
1282 synsuperior Send Email Sep 30, 2010
10:02 pm
So, I guess a simplified question for this is: How do I write a XML-RPC server using XML-RPC.NET to consume the xml below? Any help or suggestion is...
1283 Jack
synsuperior Send Email
Oct 6, 2010
6:38 pm
Anyone around? I'm still struggling with building an XML-RPC server using the XML-RPC.NET library to accept calls from PHP clients. Can anyone help? Thanks. P...
1284 ferreira.luis25 Send Email Oct 13, 2010
11:44 am
According to the XML-RPC.NET FAQ http://www.xml-rpc.net/faq/xmlrpcnetfaq.html "An XML-RPC Fault Response contains a struct with two members: a fault code and a...
1285 Charles Cook
charlescookuk Send Email
Oct 13, 2010
6:02 pm
Hi Luis: it's not valid XML-RPC. According to the spec: The <methodResponse&gt; could also contain a <fault> which contains a <value> which is a <struct>...
1286 ferreira.luis25 Send Email Oct 14, 2010
8:48 am
Hi Charles, Thanks for the quick reply. I've talked with the developers of the xml-rpc service in question and they've aggreed that the faultResponse doesn't...
1287 ferreira.luis25 Send Email Oct 14, 2010
12:49 pm
Hi, Nevermind my previous message, after suggesting adding the faultString they quickly fixed it. Now the exception throwned is the expected...
1288 Robin Motroen
robin.motroen Send Email
Oct 14, 2010
6:02 pm
Hi I have been struggled about a week with my code. The XML-RPC server i programmed in PHP and need to get the call in structured call, i think. This because...
1289 Charles Cook
charlescookuk Send Email
Oct 14, 2010
7:37 pm
Hi Robin: this explains the StructParams feature: http://xml-rpc.net/faq/xmlrpcnetfaq.html#2.34 and this explains how to implement a client in VB.NET: ...
1290 jackywang029 Send Email Nov 18, 2010
6:14 am
Hi All, I developed a new xml-rpc client in c# code. And I can call the methods which are defined in xml-rpc server. But sometimes my client calls will raise...
1291 jackywang029 Send Email Nov 18, 2010
6:38 am
Hello All, I just created a new xml-rpc service, how to host this service in my application via a new thread? I just know how to publish the xml-rpc service on...
1292 Jack
synsuperior Send Email
Nov 18, 2010
7:39 pm
Hi there, I think you have to use .net remoting. I think Charles did provide some examples on this topic....
1293 Jack
synsuperior Send Email
Nov 18, 2010
7:55 pm
Hi guys, Not sure if anyone has worked with Shopatron API. One of their api required an xml like this below (you can copy, paste it to notepad, save it as xml...
1294 vahid_nasiri Send Email Nov 27, 2010
11:34 am
Hello, To use this library in a .NET 4 project (and compile it against that framework), I've commented the following lines in AssemblyInfo.cs file: //#if...
1295 asm2me Send Email Dec 10, 2010
8:02 pm
Hi all please tell me if there is a way to use XML-RPC with Digest Authentication on unverified HTTPS I tried to use the Credintials but no use...
1296 vineet_123india Send Email Jan 1, 2011
10:31 am
Hi I have built an xml-rpc client using c# to connect to the xmlrpc server ClientProtocol.Url = "http://ubuntu:8080/rpc2"; // ubuntu is the hostname(pc name) ...
1297 vineet_123india Send Email Jan 6, 2011
2:40 pm
Its working now. The url set was not correct, i needed an uppercase RPC. This post can be closed. Regards, Vineet...
Messages 1268 - 1297 of 1417   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help