Search the web
Sign In
New User? Sign Up
xml-rpc · XML-RPC Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6500 - 6530 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6500
Gaetano, ... No. A good example for it are the test forms, for example: http://xins.sf.net/demo/specdocs/myproject/MyFunction-testform.html Thing is, we kept...
Ernst de Haan
ernst_dehaan
Offline Send Email
May 1, 2006
8:59 pm
6501
... Ok, the current docs are more than I hoped for. There are some problems with implementing it on top of phpxmlrpc tough: - in xmlrpc and jsonrpc the input...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
May 2, 2006
9:41 am
6502
After 5 months of development, tuning and testing, XINS 1.4.0 has been released. XINS is an open-source Java-based RPC framework. It makes server-side...
Ernst de Haan
ernst_dehaan
Offline Send Email
May 3, 2006
8:53 pm
6503
... I'm not maintaining this module anymore, but I'm Cc'ing to the xml-rpc list in case anyone searches for it. You might also consider posting the fix at...
Ken MacLeod
poy_mp3
Offline Send Email
May 6, 2006
8:34 pm
6504
hello i'm new :) I use Wordpress and I need sample script to post on my blog. How to post via xmlrpc ? regards blogman...
blogman9
Offline Send Email
May 8, 2006
10:06 am
6505
Hello all, I have been using xmp rpc client and server on 32 bit environment, and it worked fine. Now, I moved xml server to 64 bit environment. But still the...
vmhulk
Offline Send Email
May 17, 2006
6:56 pm
6506
... There are very many XML-RPC implementations. Which one are you using? John Wilson The Wilson Partnership web http://www.wilson.co.uk blog...
John Wilson
tug123uk
Offline Send Email
May 17, 2006
9:37 pm
6507
... This is a Perl syntax problem. You're passing a local hash (%sample) when you should be passing a hash reference. You can fix this in either of two ways:...
Ken MacLeod
poy_mp3
Offline Send Email
May 22, 2006
1:14 am
6508
Hi there, I'll get an error: response contains array where struct expected [repsonse] with my vbcode. Can someone help me te get the right code (or mapping). I...
madnuid
Offline Send Email
Jun 6, 2006
2:23 pm
6509
hi, i'm having trouble with the xmlrpc google api gateway: $ xmlrpc.exe google.xmlrpc.com googleGateway.spellingSuggestion s/riddiculous s/<google.api.key> ...
jan_ptacek
Offline Send Email
Jun 19, 2006
2:29 pm
6511
Hi Nishat, If you're using ASP.net, you can use the UserHostAddress property of the HttpRequest class: ...
Rob Dolin
robdolin@...
Send Email
Jul 1, 2006
1:10 pm
6512
For your information: XINS 1.4.2 and XINS 1.5.0-alpha3 have been released. See: http://xins.sourceforge.net/ XINS is a Java-based framework for implementing...
Ernst de Haan
ernst_dehaan
Offline Send Email
Jul 19, 2006
10:15 am
6513
Hello list, I'm looking for some help with my utf8 problem. I'm trying to write some RPC-Client with the 'Frontier::Client' library but I don't get it. Here's...
Erik
fuzz@...
Send Email
Jul 20, 2006
10:55 am
6514
Hello This is my first time to use XML-RPC. The problem I met is when I made XML-RPC between TCL and C#, it failed. If the server is written in TCL and the...
zhu_bixian
Offline Send Email
Jul 24, 2006
10:08 am
6515
... I'd ask the authors of the TCL and C# implementations about this if I were you. A pure guess is that the TCL server is setting the content-length header...
John Wilson
tug123uk
Offline Send Email
Jul 24, 2006
10:17 am
6516
ALT Mobile (http://altmobile.com) is pleased to announce the availability of the <alt> XML Studio v6. Providing XML-centric development tools for the...
altconsultingcom
altconsultin...
Offline Send Email
Jul 24, 2006
10:23 am
6517
... You can monitor the network traffic to determinate if the XML-RPC request or the response is a non standard-one. -- So long... Fuzz...
Erik
fuzz@...
Send Email
Jul 25, 2006
7:02 am
6518
I'm not sure this is even possible, however, I'll pose the hypothetical. I have a stand-alone Java application. One of the requirements is that I be able to...
harbinger918
Offline Send Email
Jul 25, 2006
8:00 pm
6519
XML-RPC doesn't care for which implementation you are using: I'm using it all the time with various environments (delphi, php), for which none has an ...
FGM
fgmarand
Offline Send Email
Jul 25, 2006
8:21 pm
6520
... Well it depends on your XML-RPC library. What are you using? But I'm sure there is a method in your library that will process a request and returns some...
Erik
fuzz@...
Send Email
Jul 25, 2006
9:31 pm
6521
Unless I'm misunderstanding, you are going to need to handle HTTP requests and responses because that is what xml-rpc runs on top of. In other words, that is...
Matthew Terenzio
localnot
Offline Send Email
Jul 25, 2006
9:57 pm
6522
I haven't chosen one yet. This is more of an exploratory question to see if it's possible. The other alternative that I've managed to come up with is by...
Ryan Shelley
harbinger918
Offline Send Email
Jul 26, 2006
4:15 pm
6523
... You need very little in your app to handle an XML-RPC call you basically just listen on a sever port and handle the incoming requests. Have a look at my...
John Wilson
tug123uk
Offline Send Email
Jul 26, 2006
5:26 pm
6524
... To support multiple protocols, have a look at XINS, it supports XML-RPC, SOAP and POX-RPC (simple HTTP parameters in, XML out) and can be extended with new...
Ernst de Haan
ernst_dehaan
Offline Send Email
Jul 26, 2006
8:45 pm
6525
Thanks for the link Ernst. It looks like XINS would provide me with a small web-services framework, but I'd still have to write another layer to talk from the...
Ryan Shelley
harbinger918
Offline Send Email
Jul 26, 2006
10:17 pm
6526
Whats the reason ??? I am calling another client with asynch call as follows:-> HA_result=xmlrpc_client_call_asynch(HA_URL,"server. ...
coolnishant83
Offline Send Email
Jul 27, 2006
12:35 pm
6527
I think the best idea would be to program some more in C, then ... Is xmlrpc_client_call_asynch defined as a void function? That is, extern void ...
Aleksandar Janicijevic
ajanicij
Offline Send Email
Jul 27, 2006
2:26 pm
6528
Hi Yes, got the programm running...was a typo, couldnt figure out. Cant catch returns of function if it returns void. thanks for help Nish ... XML-RPC...
nishant kumar
coolnishant83
Offline Send Email
Jul 28, 2006
9:15 am
6529
Hi, 1) My program was crashing because of the * in xmlrpc_parse_value(&HA_env,HA_result,"{s:i,*}","ErrorCode",&HA_ret); WHY THIS HAPPENED? 2) My server is...
nishant kumar
coolnishant83
Offline Send Email
Aug 3, 2006
3:20 pm
6530
... See documentation of xmlrpc_parse_value() in the manual: <http://xmlrpc-c.sourceforge.net/doc/libxmlrpc.html>. (It refers you to the...
bryanh@...
giraffedata
Offline Send Email
Aug 3, 2006
4:31 pm
Messages 6500 - 6530 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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