Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XMLRPCNET · XML-RPC.NET

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 674
  • Category: Open Source
  • Founded: Apr 3, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1391 - 1420 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1391 Donnie
dhunniecutt Send Email
Jun 1, 2012
9:12 pm
Still trying to figure this out. I have a more detailed/formatted version of the question here: ...
1392 Duane Lakoduk
ddlakoduk Send Email
Jun 1, 2012
10:31 pm
If I may suggest, I think you need to rewrite your struct to use the byte[] type for the base64 data and implement the IXmlRpcProxy interface, similar to the...
1393 Donnie
dhunniecutt Send Email
Jun 1, 2012
11:02 pm
Hi Duane, Yes, I saw your post and tried that. The problem is that the method itself can only take one parameter which is an array ['key'][xxxVendorKey]...
1394 MANOJ
manoj_rosh Send Email
Jun 27, 2012
7:36 pm
Can this library be used in a Medium Trust environment? Our website is hosted in a shared environment and therefore we are not able to change to full trust. We...
1395 Charles Cook
charlescookuk Send Email
Jun 28, 2012
8:59 pm
This is by design in ASP.NET. By default outbound connections are restricted in medium trust and configuration changes are required to open this up. There is...
1396 embeddedprogrammer
jeffberezin Send Email
Jun 30, 2012
4:36 pm
Hi, I am a new user using version 2.5 to write a client application and have several steps working well. I am now trying to debug a complex system. Is there...
1397 embeddedprogrammer
jeffberezin Send Email
Jun 30, 2012
4:47 pm
Never mind. I just searched the messages and saw the message pointing out the use of fiddler. I will give that a try....
1398 Eric Teutsch
erict2k Send Email
Jun 30, 2012
5:05 pm
Put fiddler onto the same computer. It will capture and show all packets, even SSL encrypted if necessary. Invaluable... ... From: "embeddedprogrammer"...
1399 embeddedprogrammer
jeffberezin Send Email
Jul 1, 2012
1:15 am
Thanks a lot for your help. I have my project working now....
1400 promythyus Send Email Jul 19, 2012
1:54 pm
Hi, I'm working on a project that requires me to send xml-rpc data over SCGI (http://en.wikipedia.org/wiki/Simple_Common_Gateway_Interface) but recieves normal...
1401 keri.bouckat Send Email Oct 29, 2012
3:55 pm
Dear Charles, Am struggling since a week now to find a solution to how pass the datetime in ISO format in fact am trying to have into my XML request the...
1402 keri.bouckat Send Email Oct 30, 2012
7:41 am
Sorry, my mistake in my original message : I want to have into my XML Repquest the datetime into the following format : ...
1403 catscratch296 Send Email Nov 2, 2012
1:20 pm
Hi, I can access the service in the Browser. But there I only get "Request from client does not contain valid XML." ... of course. Is there a way to access the...
1404 catscratch296 Send Email Nov 6, 2012
10:01 am
Ok, I found out, that there is some kind of automatic documentation. But where can I access this documentation in the browser? I'm using .NET Remoting for the...
1405 Eric Teutsch
erict2k Send Email
Nov 29, 2012
2:02 pm
I am calling a server method that returns a very complex structure of arrays of structures. So far the only way I can see what is returned if I have it return...
1406 rutgerkoperdraad
rutgerkoperd... Send Email
Nov 29, 2012
6:05 pm
Hi! I'm downloading posts from Joomla 2.5 with XmlRpcV2.dll version 2.5.0.0 using the MetaWeblog functions, in order to show the latest post in my Visual Basic...
1407 n3m0_42 Send Email Dec 4, 2012
9:50 pm
Hi, I've been looking at the 3.0 FAQ entry:2.20 How do I call an XML-RPC method with a variable number of parameters? And would like to do the same thing for...
1408 Dave
cuuld Send Email
Dec 24, 2012
2:37 am
[XmlRpcMethod] public XmlRpcStruct someXmlRpcMethodX(){ XmlRpcStruct test = new XmlRpcStruct(); test.Add("someKey",null); return test; } Noticed doing so...
1409 Dave
cuuld Send Email
Dec 24, 2012
3:17 am
I'm having similar question to post. Does the following type of code not work for starting this? [XmlRpcMethod] public XmlRpcStruct someXmlRpcMethodX(){ ...
1410 Dave
cuuld Send Email
Dec 24, 2012
3:32 am
I'm a novice with data structures and .NET overall and wanted to know what, if any, conversion is needed to conform to the Robot Framework remote library...
1411 jeffmckune Send Email Dec 24, 2012
6:19 pm
Tom, Your message is a couple of years old, but I am also trying to find some tips on calling XML-RPC from VBA (preferred) or VB.Net. Anyone have any...
1412 w_szab Send Email Jan 4, 2013
12:25 am
I built sample client and server applications (See the source code below). When I run them on the same workstation everything works fine. However when I run...
1413 w_szab Send Email Jan 4, 2013
10:14 am
I fixed the problem using the assignment WebRequest.DefaultWebProxy = null;...
1414 mike_zandvliet Send Email Jan 20, 2013
3:41 pm
Hello all, I would appreciate your help with a problem I am having using XML-RPC.NET against a particular Moodle web service. I have described the problem in...
1415 tomhernehill Send Email Feb 9, 2013
12:24 am
Hi, "response contains array value where struct expected" I am using xml-rpc.net to pull posts from WordPress, according to the documentation here: ...
1416 murremurch Send Email Apr 19, 2013
9:45 pm
Hi! Im trying to send multiple parameters to BeginInvoke but i get a : Index was outside the bounds of the array. exception. Im deweloping for Windows Phone 8...
1417 MrFoote Send Email Apr 22, 2013
3:45 pm
I suspect you have the wrong number of parameters in your BeginInvoke call. Here's a working example of a console app that implements the Login and isLoggedIn...
1418 murremurch Send Email May 30, 2013
11:49 am
The challange that im facing is that im developing fow Widows Phone 8 and im forced to use the xmlrpc for phone dll. In this library there is no XmlRpcProxyGen...
1419 urmyfriend13 Send Email Jun 3, 2013
7:54 pm
I am new to XML RPC concept and hence need help to get the solution. As per the examples for XMLRPC , it looks that the server and client shares a interface...
1420 dbuk2005 Send Email Jun 6, 2013
3:25 pm
Hi all, I've just started using XMLRPC.net and have a hopefully simple problem. I'm testing with a straightforward method that takes a single int. It executes...
Messages 1391 - 1420 of 1420   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help