The return value of the response - a struct - does not contain a member called "map". It does however contain a member called "route" which contains a member...
I've not had any reports of this. I've not tried it myself but you can get detailed information about managed memory allocations with the SOS debugger...
Dear All, I'm trying to implement an XML-RPC client using C# and XML-RPC.NET for a remore server (written in C++). At the beginning I had no problems but I'm...
Hi Massimo - looks like your server is not XML-RPC compliant. According to the XML-RPC spec a string value can be passed as: <value>some text</value> or ...
Dear All, I'm trying to implement an XML-RPC client using C# and XML-RPC.NET for a remore server (written in C++). At the beginning I had no problems but I'm...
Hi Charles, thank you for your answer. The server has been implemented using the XmlRpc++ implementation of XML-RPC that seems to be compliant with the...
Hi Massimo - I don't know what you mean by "xmlrpc value" type. Can you post the responses generated by the Java client and your application? Though if the...
Hi Charles, thank you for your attention. I attach the xml generated by the Java client. As you see, there are array elements like: <value>pend_rtai/reference...
Hi Massimo - attachments get removed by Yahoo so you'll need to email me directly. However based on what you have written this definitely looks like a problem...
Dear Charles, I'm attaching the XML file for the sake of completeness, but I'm now moving towards the solution you suggested, i.e. to modify XML-RPC.NET to...
Modify the case for XmlRpcType.tString in XmlRpcSerializer.Serialize (WriteString instead of WriteElementString?). - Charles ... hints on where to start ? ... ...
Dear Charles, we worked a lot to find a workaround to our problem. At the end, we realized that the missing <string> tag was not the problem. We have a...
Dear All, after a deep discussion topic on the group (the previous one), I focused a problem. I've to call a method on a server requesting 1 string and a list...
Hi Massimo - the request dumps you sent made the problem obvious. As you suggested below the solution is to able to use "params" keyword in the function...
I've got a problem related to this subject. I have managed to get a little further from the last post I made a month or so ago. I've managed to contact the...
I'm not sure of the VB syntax for arrays but don't you need something like this: Public items() As NewsItem i.e. to specify that the items member is an array...
Hi Charles Thanks for the response. I tried that earlier but it kept sending me an error message saying that items expected an array and newsitem was not of...
I just tried this interface from a C# console app and it worked ok. Public Structure NewsFeed Public title As String Public link As String Public description...
Ok, I think it is working as it is not showing the error message. What is the best way of accessing these now? I'd like to be able to get them into a datalist...
Howdy, I've recently been using XMLRPC.NET to connect to several blog ping services, and it has worked great with one small exception - I would like it to not...
This change will be in the next release (for which I just need to complete the change to allow a variable number of parameters in a method call). Until then...
Hello Charles, Thank you for your response (and for the library). That line of code does indeed work. However it sets the static Expect100Continue property...
The default behaviour for the property will be true, the Expect: 100-Continue header will be sent, as per the System.Net default. Note that Sam Schillace has...
.NET 2.0 may break existing XML-RPC.NET applications because of a breaking change in System.Reflection.Emit code generation. The problem was reported to...
Hello all, hoping someone out there can help me with this I have a client / server using XmlRpc to pass data and call remotes methods and 90% of the time...
The response looks fine to me. Based on a Google search for the error message this looks like a client written in XmlRpc++, a C++ library for XML-RPC. Have you...
I didn't realize there was a separate site for XmlRpc++, could you forward me the link, this problem is driving me crazy I wish that it wasn't an intermittent...
Googling for "XmlRpc++" should take you there. - Charles ... forward me the link, this problem is driving me crazy I wish that it wasn't an intermittent thing,...