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 your group to be featured on the Yahoo! Groups website? 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 777 - 806 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
777
i wonder which source files i can safely delete to have a client only version of XmlRpc.NET lib? i'm considering possibility of embeding only necessary parts...
sirmadpenny
Offline Send Email
Dec 19, 2006
1:22 pm
778
Hello, i have a problem in writing code as i am new to this xml rpc concept. pls if anyone can help,i need the programs /examples on server and ...
Sagar Aggarwal
shaogn
Offline Send Email
Dec 21, 2006
7:17 am
779
There are a few server-only source files. They're fairly obvious from their names. Just remove files until your build breaks :-) I don't think it will make a...
charlescookuk
Offline Send Email
Dec 22, 2006
9:14 am
780
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html...
charlescookuk
Offline Send Email
Dec 22, 2006
9:24 am
781
Hi, I am new to using XML-RPC.NET and would appreciate some help. XML-RPC server I am trying to communicate with requires that each request contains the...
crikva1
Offline Send Email
Dec 26, 2006
5:18 pm
782
OK, figured it out... <XmlRpcUrl("http://localhost:8080/Air")> ... Crikva...
crikva1
Offline Send Email
Dec 27, 2006
1:24 am
783
Hello! I have implemented the XML-RPC server by using .NET Remoting (without IIS) All works fine, however after about 3 min of inactivity (no requests from...
bravo102_1
Offline Send Email
Dec 28, 2006
8:32 am
784
Is it possible to use relative urls with WLW and XML-RPC? I wanted to only pass in a relative url in the return struct of newMediaObject but it errors with an...
aazziihh
Offline Send Email
Dec 29, 2006
6:40 am
785
Your question is best asked in the WLW group, but I don't think it's valid to return a relative URL from newMediaObject. The specs suck, no nice way to say...
Michael Neel
thorvainniall
Offline Send Email
Dec 29, 2006
2:29 pm
786
Hi, I am aware that it is possible to accept nonstandard responses from the server using XmlRpcNonStandard enumeration. However I am wondering if opposite is...
crikva1
Offline Send Email
Jan 6, 2007
3:30 am
787
Alright, I've been searching through the posts but I couldn't find anything that helped me here. I have a PHP XMLRPC Server that is spitting back a list of...
Clint
goodolclint
Offline Send Email
Jan 9, 2007
7:57 am
788
Sorry, there is no functionality to output non-standard formats. You will need to build a custom version of the library unless you can get the server end...
charlescookuk
Offline Send Email
Jan 9, 2007
7:58 am
789
Hi Clint: this is not a valid XML-RPC response. The server needs to be fixed. From XML-RPC spec: "The body of the response is a single XML structure, a ...
charlescookuk
Offline Send Email
Jan 9, 2007
11:31 am
790
I am having trouble getting a response mapped into a struct in C# (I am pretty new to this language). Here is what I have going on: note: i used...
Sean
scruff6119
Offline Send Email
Jan 10, 2007
8:13 pm
791
note: I learned how to view the reponses via RequestResponseLogger, so now I just need to figure out how to get it into a struct. ... ...
Sean
scruff6119
Offline Send Email
Jan 10, 2007
9:05 pm
792
Charles answered my question so I'm all set. The server response contained an outer struct which *then* contained the struct I defined below. Thanks! -Sean ......
Sean
scruff6119
Offline Send Email
Jan 11, 2007
4:21 pm
793
Sean - I see you're taken care of, but you asked two questions I actually know the answer to, so for posterity: - when in doubt about the form of the response...
Ivan Grozny
mt_headed99
Offline Send Email
Jan 11, 2007
6:32 pm
794
Thanks for the tips Ivan! I'm actually still struggling with formatting struct(s) for the response, but I'll figure it out... I understand my previous error,...
Sean Sullivan
scruff6119
Offline Send Email
Jan 11, 2007
7:03 pm
795
Hi all, I am working in domain of pocket pc.. Wanna discuss a problem ........pls help me out with the solution........ I wanna to make my pocket pc a...
Aggarwal, Sagar IN GG...
shaogn
Offline Send Email
Jan 22, 2007
10:19 am
796
Hi, I need a remote procedure call between a java application running on unix and a .net application running on windows. the java application must be the...
sputniko
Offline Send Email
Feb 6, 2007
2:20 pm
797
Hi Steffen: XML-RPC.NET implements the XML-RPC protocol at both client and server ends so it will work fine as a client to any compliant implementation on the...
charlescookuk
Offline Send Email
Feb 6, 2007
3:24 pm
798
Sorry to jump in - just want to clarify and amplify a little bit. XML-RPC is a standard - the language or framework should not matter at all. As long as the...
Ivan Grozny
mt_headed99
Offline Send Email
Feb 6, 2007
4:46 pm
799
Thanks a lot. I think it should work with Apache XML-RPC and XML-RPC.NET. Thank you very much. Steffen ... Von: XMLRPCNET@yahoogroups.com...
Steffen Möhlenbrock
sputniko
Offline Send Email
Feb 6, 2007
7:21 pm
800
Hi, for a university assignment I am trying to create some kind of wrapper for some custom services. I've been playing around with XML-RPC the last few days...
linisgre
Offline Send Email
Feb 10, 2007
5:38 pm
801
Hi Dan: (1) See http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.23 (2) There is a way of specifying a function which takes an arbitrary number of parameters of...
charlescookuk
Offline Send Email
Feb 12, 2007
9:45 am
802
Hi Dan: I've uploaded an assembly with the required fix here: http://www.cookcomputing.com/test/paramsfixbuild.zip A method like this should do what you want: ...
charlescookuk
Offline Send Email
Feb 18, 2007
7:56 am
803
Does XML-RPC.Net support method overloading? I have tried: [XmlRpcMethod("Foo", Description="Attempt Method Overload")] public virtual string Foo(string s1) { ...
admontvt
Offline Send Email
Feb 20, 2007
3:14 pm
804
Hi, I am very new in programming and xml-rpc can some one explain me to do about the following: The code: Imports CookComputing.XmlRpc Public Structure...
arijnbeek
Offline Send Email
Feb 23, 2007
6:05 pm
805
Hi, How do you do it if your struct is inside a array? I am new to programming in VB.NET Please provide me a sample code to handle this. like the following xml...
arijnbeek
Offline Send Email
Feb 23, 2007
6:08 pm
806
No, method overloading is not currently supported. I've had a look at what changes are required to support it and they are non-trivial....
charlescookuk
Offline Send Email
Feb 26, 2007
3:04 pm
Messages 777 - 806 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