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 880 - 909 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
880
Hi all... I'm lost! My problem, I think, is mainly that I don't understand all your terminology to do with schemas/clients/services/soap/etc... I know bits...
Carl Edwards
carled9_2000
Offline Send Email
Aug 2, 2007
9:18 am
881
Well... this place is a hotbed of activity then! Thank god I posted here to find out all the mysteries of xmlrpc, eh? Or maybe everyone's on holiday... :-( ......
Carl Edwards
carled9_2000
Offline Send Email
Aug 7, 2007
11:58 am
882
Carl, I think by lack of response you can assume that no one can actively provide the example you are looking for, and/or if they can, it may be proprietary. I...
Stephen Sadowski
ronin793
Offline Send Email
Aug 7, 2007
2:32 pm
883
The following code doesn't work any more after I converted the project to 2.0. It executes the line Proxy creation (XmlRpcProxyGen.Create), then it will jump...
minyihe
Offline Send Email
Aug 8, 2007
2:15 pm
884
Hi folks I've been reading Charles FAQ in (http://www.xml- rpc.net/faq/xmlrpcnetfaq.html) I would like to know (in VB under part 34 - 2.12 How to implement a ...
grantandlinda
Offline Send Email
Aug 8, 2007
3:19 pm
885
What information does the exception ex supply?...
charlescookuk
Offline Send Email
Aug 8, 2007
3:23 pm
886
The url ending in .rem is the address of the XML-RPC server. Compare the VB code to the earlier C# equivalents and the usage of the attributes should become...
charlescookuk
Offline Send Email
Aug 8, 2007
3:27 pm
887
Ah, ha, I fogot to look at that. Here's the exception message: Type 'XmlRpcProxy748e4f99-19d0-4f3b-9c09-ceb7819aa6ff' from assembly...
minyihe
Offline Send Email
Aug 8, 2007
4:41 pm
888
Not sure the first reply went through. Here's the exception message again: Type 'XmlRpcProxy748e4f99-19d0-4f3b-9c09-ceb7819aa6ff' from assembly...
minyihe
Offline Send Email
Aug 8, 2007
4:45 pm
889
Figured it out. After I declared the Interface to be public, the code runs. Thanks. Minyi ... message ... attempting ... is ... request ... (Application.Item...
minyihe
Offline Send Email
Aug 8, 2007
4:56 pm
890
hi, i'm new to xmlrpc and i wish to use xmlrpc.net to connect to a python server. i've read the documentation of xmlrpc.net but i have no clue on how to...
zyannmy
Offline Send Email
Aug 10, 2007
8:49 am
891
Hi everybody. I'm starting to work with XML-RPC implementation for .NET and I need implement a flexible client adaptable for future implementations. I know...
jccmontoya
Offline Send Email
Aug 10, 2007
8:50 am
892
The FAQ contains some VB client code. You'll need to find out the expected parameters and the return types for the XML-RPC methods and then define an interface...
charlescookuk
Offline Send Email
Aug 13, 2007
1:30 pm
893
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#2.20...
charlescookuk
Offline Send Email
Aug 13, 2007
1:32 pm
894
Hi there, Jimmy here. I am facing the same problem as well. To be specific, i am trying to connect to a simpleXMLRPCserver of python from Conceptnet. That is...
scopolaminex
Offline Send Email
Aug 13, 2007
3:26 pm
895
Define a .NET interface containing one method for each method that the XML-RPC server exposes. The parameters and return value of each .NET method should...
charlescookuk
Offline Send Email
Aug 13, 2007
3:42 pm
896
Hi there. When i run this piece of code here. imports CookComputing.XmlRpc Imports System.Object <XmlRpcUrl("http://localhost:8000 <http://localhost:8000> ")> ...
scopolaminex
Offline Send Email
Aug 14, 2007
9:05 am
897
An instance of XmlRpcFaultException is thrown when the server returns an XML-RPC fault response. More details here: ...
charlescookuk
Offline Send Email
Aug 14, 2007
9:53 am
898
Hi, I created a server based on the documentation. I'm succesfully able to map the incoming XML into C# struct datatypes and subsequently take the data and do...
jfenn92069
Offline Send Email
Aug 20, 2007
11:55 pm
899
Hi Jim: there is currently no logging for this on the server....
charlescookuk
Offline Send Email
Aug 20, 2007
11:57 pm
900
Hi there. I've written a proof-of-concept c# client that creates a proxy, connects to a PHP web service and grabs requests from the server. I've verified that...
solarcide
empathic_light
Offline Send Email
Aug 25, 2007
4:33 am
901
Hi Nathanial: your response contains an invalid XML-RPC struct. The struct contains multiple members with an empty name element. Thanks for reporting this....
charlescookuk
Offline Send Email
Aug 27, 2007
2:50 pm
902
I am having trouble figuring out how to make a simple RPC call in VB.net using xml-rpc.net. This is the code I have used so far, but there is something wrong...
realdragon41
Offline Send Email
Sep 2, 2007
6:11 pm
903
The XML-RPC code here looks ok. If the call to the server is succeeding then it looks like the server is not returning what you expect. I don't understand what...
charlescookuk
Offline Send Email
Sep 3, 2007
7:46 am
904
How do I view error responses from this call so I can trace what is wrong? The try part of the code is failing - it could be anything. Is there a xml-repc.net...
realdragon41
Offline Send Email
Sep 4, 2007
2:33 pm
905
I mean that the call expects a paramter called ticket, and returns 3 structs called:ticket, weblogin, contactID. I have set up the VB Struct to represent the 3...
realdragon41
Offline Send Email
Sep 4, 2007
2:35 pm
906
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#5.1...
charlescookuk
Offline Send Email
Sep 4, 2007
2:41 pm
907
Sorry, but without knowing what your server expects and what it returns it is impossible to help you with this....
charlescookuk
Offline Send Email
Sep 4, 2007
2:47 pm
908
Do view all your xml download NetworkActiv (Google search). The application will sniff out what's being sent. ... is ... anything. Is ... how? ... call in ... ...
Manny
mgonzales3
Offline Send Email
Sep 4, 2007
2:52 pm
909
I can supply you with whatever information you need. The sever expects a struct call ticket, and the method call name is ticket.redeem. The method returns a...
realdragon41
Offline Send Email
Sep 4, 2007
2:55 pm
Messages 880 - 909 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