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...
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, 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...
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...
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 ...
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...
Figured it out. After I declared the Interface to be public, the code runs. Thanks. Minyi ... message ... attempting ... is ... request ... (Application.Item...
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...
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...
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...
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...
Hi there. When i run this piece of code here. imports CookComputing.XmlRpc Imports System.Object <XmlRpcUrl("http://localhost:8000 <http://localhost:8000> ")> ...
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...
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...
Hi Nathanial: your response contains an invalid XML-RPC struct. The struct contains multiple members with an empty name element. Thanks for reporting this....
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...
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...
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...
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...
Do view all your xml download NetworkActiv (Google search). The application will sniff out what's being sent. ... is ... anything. Is ... how? ... call in ... ...
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...