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 to share photos of your group with the world? 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 656 - 685 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
656
hi i'm new to xmp-rpc, and i am currently working on projects with server in apache (doing some php script developed by others), and client using xml-rpc with...
howard_lee_2000
Offline Send Email
May 2, 2006
6:33 am
657
hi i'm new to xml-rpc, currently i am working on a project with server in apache/php and client in xml-rpc with .net (visual studio 2005). we would like to...
howard_lee_2000
Offline Send Email
May 2, 2006
6:34 am
658
You can just have the library in the same folder as your application. As long as you set the reference to it in your code (using CookComputing.XmlRpc) you're ...
Michael Romero
ssurge95
Online Now Send Email
May 2, 2006
9:21 pm
659
Does anyone know if there is a way to dynamically set the XmlRpcMethod name? I am connecting to an XMLRPC server, where an initial call returns an instance id,...
veloce8sp
Offline Send Email
May 4, 2006
5:57 pm
660
Hi all, Nice to meet you & thank you for excellent library. I'm struggling to post to Wordpress.com with VS 2005. Which API should I use? Is there any working...
Naoki Hada
hadanaoki
Offline Send Email
May 4, 2006
5:57 pm
661
You might want to reference http://codex.wordpress.org/XML-RPC_Support which has a whole bunch of information about using MetaWeblog, Blogger, or the MT XMLRPC...
Michael Romero
ssurge95
Online Now Send Email
May 4, 2006
7:51 pm
662
Hi, Is there any way to not assign a constant URL in Interface? Cause the server path may change time to time. <XmlRpcUrl("http://VMXP/Xmlrpc/RPC2.ashx")> _ ...
Hoi Kok Kent
kent_plaza
Offline Send Email
May 10, 2006
11:59 am
663
... Yes there is. I'll post the C# code because I never use VB, but it should be easily translatable: IStateName proxy = ...
Matthias Kestenholz
a21lokje321l...
Offline Send Email
May 10, 2006
1:04 pm
664
Thank Matthias, It's work. ... Yes there is. I'll post the C# code because I never use VB, but it should be easily translatable: IStateName proxy = ...
Hoi Kok Kent
kent_plaza
Offline Send Email
May 11, 2006
2:04 am
665
Thank Matthias, It's work. ... Yes there is. I'll post the C# code because I never use VB, but it should be easily translatable: IStateName proxy = ...
Hoi Kok Kent
kent_plaza
Offline Send Email
May 11, 2006
2:11 am
666
Hello. I want to know how to send message from server ? Now in my application only client can send message to server and get response. How to do a server-sent...
alt7alt7
Offline Send Email
May 31, 2006
1:55 pm
667
XML-RPC over HTTP is stateless - you'd need to create an XML-RPC "Server" in the client if you're wanting to do it that way, and then create a "Client" on the...
Stephen Sadowski
ronin793
Offline Send Email
May 31, 2006
2:10 pm
668
ok, i am making now this staying alive feature for client. I also tried put "client" to server and "server" to client. Looks really not good. But i am in...
alt7alt7
Offline Send Email
May 31, 2006
2:56 pm
669
Hello there, I currently try to implement the FlickrAPI with XML-RPC.NET however I#m facing some problems with some Methods. Flickr uses to deliver the Method...
maui.mauer
Offline Send Email
May 31, 2006
5:06 pm
670
An manally implemented proxy method like this requires that the signature of the method corresponds to the signature of the XML-RPC method. In this case it...
charlescookuk
Offline Send Email
May 31, 2006
5:20 pm
671
Hello Charles, thanks for your information. I will try if I can do it with XmlRpcProxyGen, but I think I will run intro trouble because I remember this not...
maui.mauer
Offline Send Email
May 31, 2006
5:44 pm
672
For the Compact Framework you will have to use write a method which calls Invoke because the CF doesn't support reflection. In this case define the proxy...
charlescookuk
Offline Send Email
May 31, 2006
8:07 pm
673
I am trying to send to an XmlRpc method over SSL with Basic Authentication. The following VB.NET code is in a subclass of XmlRpcClientProtocol and is used to...
Mark Patrick
techezconsul...
Offline Send Email
Jun 2, 2006
5:37 am
674
I am trying to write some code for an XML-RPC server that listens on port 13001. How do I set the port number?...
philipwagenaar
Offline Send Email
Jun 12, 2006
11:07 am
675
Hi all, Can any one provide me saple or link to C# sample to upload/download photos on MSN spaces... Thanks and Regards, Anand...
Anand
ad221177
Offline Send Email
Jun 20, 2006
6:33 am
676
I've investigated a report of problems with the Syndic8 XML-RPC API where requests from XML-RPC.NET were failing with "The server committed a protocol...
charlescookuk
Offline Send Email
Jun 21, 2006
12:39 pm
677
I am running a RPC server on this machine http://66.75.158.78/RPC2 and have deployed clients to call it (www.seti.net/SETINet/SETINet.htm). It works fine but I...
zeketheelder
Offline Send Email
Jun 21, 2006
3:19 pm
678
This is actually pretty easy just follow the link for more info http://scripts.incutio.com/xmlrpc/ ________________________________ From:...
Mayorga, Armando CTR ...
navy_rad_geek
Offline Send Email
Jun 21, 2006
6:54 pm
679
Hello, It should be possible - but that's more of a question for PHP folks than here. As long as the server is accessable, any client should be able to call ...
Stephen Sadowski
ronin793
Offline Send Email
Jun 22, 2006
4:42 pm
680
Hi Folks! I'm trying to write an XML-RPC client in VB and I'm having a little trouble. The following is the output from a system I'm trying to access. After...
Jody Farr
jodyfarr
Offline Send Email
Jun 22, 2006
4:43 pm
681
Jody, As you didn't define what the problem was, I've had to guess - I'm assuming it's that you're not getting any data in the integer array you've defined for...
Stephen Sadowski
ronin793
Offline Send Email
Jun 22, 2006
7:42 pm
682
Sorry, I should have specified. In my Try...Catch, this exception is occurring: response contains struct value where array expected [response] This problem is...
Jody Farr
jodyfarr
Offline Send Email
Jun 22, 2006
8:17 pm
683
Jody, Do you have a reference to the API documentation or is the call to a public RPC server? It's hard to troubleshoot on limited information, and any ...
Stephen Sadowski
ronin793
Offline Send Email
Jun 22, 2006
8:30 pm
684
You have defined the relevant proxy method as returning an array. But the actual return value in the XML-RPC response is a struct. As Stephen suggested, more...
charlescookuk
Offline Send Email
Jun 23, 2006
8:16 am
685
Thank you guys for you work on this product. Why does the following not work? I am posting out of C++ to .net. POST LightSenseRPC/HeartBeat.Tick HTTP/1.1 ...
martinweel
Offline Send Email
Jun 24, 2006
5:37 am
Messages 656 - 685 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