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 1014 - 1043 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1014
Version 2.3.0 has been released: http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.3.0.zip New features and changes: * Issue 15: Support for accessing...
charlescookuk
Offline Send Email
Apr 4, 2008
7:56 am
1015
It is excellent! Thanks is large!...
denis_jakovlev
Offline Send Email
Apr 4, 2008
8:37 am
1016
I read http://www.xml-rpc.net/faq/xmlrpcnetfaq.html but I can't create working sample. Can someone do some step-by-step for server and client sample....
darkob72
Offline Send Email
Apr 7, 2008
2:59 pm
1017
Hi Can someone help in solving out following problem : I am implementing fotolia Business api in my webapplication using c#. My problem is that I getting...
sanjdhi2004
Offline Send Email
Apr 7, 2008
3:01 pm
1018
Hi Sanjeev: this is one of those XML-RPC APIs where instead of returning an array of results, a struct is used with a uniquely named member for each item in...
charlescookuk
Offline Send Email
Apr 7, 2008
3:18 pm
1019
I've build a Web Application based on v2.2.0 of XML-RPC and the sample MathService code. If I configure the application properties to use the IIS Web Server,...
derrick_brundage
derrick_brun...
Offline Send Email
Apr 10, 2008
6:28 am
1020
I recently attempted to upgrade an application from v2.2.0 to v2.3.0 and ran into a problem: After the upgrade, all *.rem requests generate an HTTP 500 server...
derrick_brundage
derrick_brun...
Offline Send Email
Apr 10, 2008
6:28 am
1021
Sorry, my fault. A change for using HttpListener conflicted with the case when hosted by ASP.NET. I'll fix this asap....
charlescookuk
Offline Send Email
Apr 10, 2008
1:14 pm
1022
Implementing a client and server. The server started throwing exceptions when I upgraded. Traced the problem to this code XmlRpcHttpServerprotocol.cs lines...
ronklose
Offline Send Email
Apr 10, 2008
10:11 pm
1023
I've written a Windows Service with .Net that makes a lot of operation on a local database. I've successfully exposed some functions using XmlRpcNet to remote...
kyosho1975
Offline Send Email
Apr 15, 2008
7:42 am
1024
Fixed version now available: http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.3.1.zip I've written a test program which hosts ASP.NET to prevent something ...
charlescookuk
Offline Send Email
Apr 15, 2008
7:45 am
1025
Hi - I've got a .NET Class instance which I want to pass as an argument to my XML-RPC.NET server. It's quite a big complex class. My reading of the doco is...
richardshea98
Offline Send Email
Apr 16, 2008
7:49 am
1026
Hi Piazza: client activation doesn't make sense where the server is exposing an XML-RPC endpoint. All the client knows is that there is a HTTP-based XML-RPC...
charlescookuk
Offline Send Email
Apr 16, 2008
3:14 pm
1027
Hi Richard: its undocumented but you can use a class as long as its public members are types which can be serialized to XML-RPC types. ... easily ?...
charlescookuk
Offline Send Email
Apr 16, 2008
3:15 pm
1028
Hi everybody, I´m trying to setup a new XMLRPC server according the example in the faq: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#3.2 - What project type...
random.defense
Offline Send Email
Apr 17, 2008
5:36 pm
1029
... there ... Hi Lorenz, Select web service template. Add reference to CookComputing.XmlRpcV2.dll service1.asmx example: Imports System.Web Imports...
darkob72
Offline Send Email
Apr 17, 2008
9:43 pm
1030
Hi, what I did so far: 1. Add new website with template "ASP.NET Web Service". This generated: - Service.asmx - ~\App_Data\Service.cs 2. I made a reference to...
random.defense
Offline Send Email
Apr 17, 2008
11:45 pm
1031
Problem could be solved in the meantime. Thanks everybody. Regards, Lorenz...
random.defense
Offline Send Email
Apr 18, 2008
2:13 pm
1032
Hello, I'm currently playing a little bit with the XML-RPC.NET library to call some remote procedures. Every time I call a remote procedure with a parameter...
psysp80
Offline Send Email
Apr 23, 2008
5:28 pm
1033
Hi Florian: thanks for reporting this. I'll release a fix for this in a couple of days. The problem occurs with any string value containing one or more spaces ...
charlescookuk
Offline Send Email
Apr 24, 2008
9:30 am
1034
Updated version of release 2.3 here. http://xmlrpcnet.googlecode.com/files/xml-rpc.net.2.3.2.zip Changes: * Issue 22: XmlRpcTypeMismatchException thrown if an...
charlescookuk
Offline Send Email
May 1, 2008
7:54 am
1035
Hello all, I am new to xml-rpc.net and I am having a problem. We are developing an API that receives xml-rpc responses from a 3rd party server. Most of the...
mclaughlin.seanp
mclaughlin.s...
Offline Send Email
May 1, 2008
9:49 am
1036
The struct member is "balance" in the response but you have defined it as "balResp" in the .NET definition....
charlescookuk
Offline Send Email
May 1, 2008
9:55 am
1037
What a stupid oversight. Thanks Charles :)...
mclaughlin.seanp
mclaughlin.s...
Offline Send Email
May 1, 2008
10:27 am
1038
hi, I need to access a RPC server. which protected by another Apach web server. first user access Apache web server, once submit username/password, then...
richardzhousc
Offline Send Email
May 3, 2008
3:10 am
1039
I am totally new to XML-RPC, rather started today. The response structure of XML-RPC server is <?xml version="1.0" encoding="iso-8859-1" ?> <methodResponse> ...
mclion07
Offline Send Email
May 8, 2008
4:05 pm
1040
The response is not a valid XML-RPC response. <member> tags are missing....
charlescookuk
Offline Send Email
May 9, 2008
2:43 pm
1041
hello everybody, I am trying to to launch a XML-RPC server on a Pocket PC but it isn't working since it needs the remoting libraries which are not available on...
xmlrpc00
Offline Send Email
May 20, 2008
12:49 pm
1042
Hi, I have a client(c# and xml-rpc.net) will call a server (this server protected by NetPoint or CoreID). Are there any one have any idea how my client can...
richardzhousc
Offline Send Email
Jun 3, 2008
10:44 pm
1043
Hi - I've implemented a server as an .ASHX file within an ASP.Net website (based upon http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#3.11 only in C#) and am...
richardshea98
Offline Send Email
Jun 4, 2008
12:18 pm
Messages 1014 - 1043 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