Hi, I would like to know how to disable the naming of parameters. For example if have this structure : public struct ProvisioningRequest { public XmlRpcStruct...
Hi, I'm new to .net and tried using xml rpc from my client written in .net and the server is written in Java. The client call code is as follows. namespace...
Dear friends, I have one XML RPC service running in a local machine as a window service. How can i search what are methods available in the RPC service. And...
I notice that the latest versions don't include dlls, and that the only targeted build mechanism requires Visual Studio 2005. The documentation seems to...
If the XML-RPC service is implemented using XML-RPC.NET point your browser at the URL. If this does not apply, the service may implement the XML-RPC...
Hi Charles, Thanks for your response. Can u give me a code to get the list of available methods in the RPC serve. i am not able to create the proxy class ......
Sorry if this issue has already been discussed to death, but I did a search and couldn't find a specific post to reference. I'm debugging our Metaweblog API...
According to the XML-RPC spec string values can be represented in either of the ways you describe. Is this causing a problem with a particular client or...
Thanks Charles. Yes, it seems to be causing problems with BlogJet and Windows Live Writer. If I could easily control the output to choose one representation or...
Fiddler (http://www.fiddlertool.com/fiddler/) can capture and reply the messages, and let's you alter them as needed for this type of testing. I haven't worked...
Dear cook, Hi, Does the xmlrpc net array client can get from any xmlrpc php array ? if it does? how should i implement it any answer would be help, thank u, ...
Hi all, I have this declaration: [XmlRpcMethod("user_list")] String[] user_list(); I'd like to know if its possible to use String[] or what else other ...
Hi, I'am using the CookComputing.XmlRpcV2.dll in a C# gui client application . Since we are using french caracters, I changed the encoding to utf-16 as...
Byte Order Mark? http://en.wikipedia.org/wiki/Byte_Order_Mark BTW the default encoding is UTF-8 which should work fine with French language text. ... are ... ...
THE RESPONSE XML: I'm new to XmlRpc. The web service is working - returning XML, at least - but I don't know if it's valid, and I don't know how to get the...
I deployed a solution I built with XML-RPC on a production machine with sharepoint and I get the following error. Does anyone have any insight? Security...
Greetings. I am trying to have introspection in a stand-alone application (not IIS based). It is modelled on the XMLRPCNET sample class StateNameServer in...
Never mind. I am not sure what the problem was. But it does not happen anymore. I am curious to know how people got SumAndDiff working. I compiled the...
I have made it past the below errors, but am now getting configuration error based on this web.config file <configuration> <system.web> <httpHandlers> <add...
I'm having a similar problem, although I hadn't identified the specific inactivity time span. The object is Marshalled as follows (from my main method): ...