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...
881
Carl Edwards
carled9_2000
Aug 7, 2007 11:58 am
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... :-( ......
882
Stephen Sadowski
ronin793
Aug 7, 2007 2:32 pm
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...
883
minyihe
Aug 8, 2007 2:15 pm
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...
884
grantandlinda
Aug 8, 2007 3:19 pm
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 ...
885
charlescookuk
Aug 8, 2007 3:23 pm
What information does the exception ex supply?...
886
charlescookuk
Aug 8, 2007 3:27 pm
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...
887
minyihe
Aug 8, 2007 4:41 pm
Ah, ha, I fogot to look at that. Here's the exception message: Type 'XmlRpcProxy748e4f99-19d0-4f3b-9c09-ceb7819aa6ff39; from assembly...
888
minyihe
Aug 8, 2007 4:45 pm
Not sure the first reply went through. Here's the exception message again: Type 'XmlRpcProxy748e4f99-19d0-4f3b-9c09-ceb7819aa6ff39; from assembly...
889
minyihe
Aug 8, 2007 4:56 pm
Figured it out. After I declared the Interface to be public, the code runs. Thanks. Minyi ... message ... attempting ... is ... request ... (Application.Item...
890
zyannmy
Aug 10, 2007 8:49 am
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...
891
jccmontoya
Aug 10, 2007 8:50 am
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...
892
charlescookuk
Aug 13, 2007 1:30 pm
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...
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...
895
charlescookuk
Aug 13, 2007 3:42 pm
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...
896
scopolaminex
Aug 14, 2007 9:05 am
Hi there. When i run this piece of code here. imports CookComputing.XmlRpc Imports System.Object <XmlRpcUrl("http://localhost:8000 <http://localhost:8000> ")> ...
897
charlescookuk
Aug 14, 2007 9:53 am
An instance of XmlRpcFaultException is thrown when the server returns an XML-RPC fault response. More details here: ...
898
jfenn92069
Aug 20, 2007 11:55 pm
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...
899
charlescookuk
Aug 20, 2007 11:57 pm
Hi Jim: there is currently no logging for this on the server....
900
solarcide
empathic_light
Aug 25, 2007 4:33 am
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...
901
charlescookuk
Aug 27, 2007 2:50 pm
Hi Nathanial: your response contains an invalid XML-RPC struct. The struct contains multiple members with an empty name element. Thanks for reporting this....
902
realdragon41
Sep 2, 2007 6:11 pm
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...
903
charlescookuk
Sep 3, 2007 7:46 am
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...
904
realdragon41
Sep 4, 2007 2:33 pm
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...
905
realdragon41
Sep 4, 2007 2:35 pm
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...
Sorry, but without knowing what your server expects and what it returns it is impossible to help you with this....
908
Manny
mgonzales3
Sep 4, 2007 2:52 pm
Do view all your xml download NetworkActiv (Google search). The application will sniff out what's being sent. ... is ... anything. Is ... how? ... call in ... ...
909
realdragon41
Sep 4, 2007 2:55 pm
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...