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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 6511 - 6540 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
Online Now 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
6531
after keepalive no of connections on a single persistent socket are reached after that the server is respawned or in the same server process the processing...
coolnishant83
Offline Send Email
Aug 8, 2006
5:33 pm
6532
//serv.c //--------------------------------- int HA_SERVER; xmlrpc_value *method_1(){} xmlrpc_value *method_2(){} int main(void) { /*only place, in whole...
nishant kumar
coolnishant83
Offline Send Email
Aug 9, 2006
10:41 am
6533
Hi, We are using xmlrpc-c-0.9.9 libraries and it has been observerd that if we keep posting a request from a java/C-client to a xmlrpc-abyss server, it crashes...
coolnishant83
Offline Send Email
Aug 9, 2006
2:46 pm
6534
There are a number of places, all below Xmlrpc-c code, that can wait for a long time before giving up. I've never seen one wait 20 minutes, but I also don't...
bryanh@...
giraffedata
Offline Send Email
Aug 12, 2006
7:41 pm
6535
Hi I am new to XML-RPC. I am trying to use a third party Javascript, running under IE7, to access an application running on an Apache server, via XML-RPC. The...
davida442005
Offline Send Email
Aug 17, 2006
4:17 pm
6536
Hi I am new to XML-RPC. I wish to access an application running on an Apache server from a Javascript running under Internet Explorer (IE), using XML-RPC. Both...
davida442005
Offline Send Email
Aug 17, 2006
4:30 pm
6537
Hi everyone, I've written a few XML-RPC APIs and I've always used structs to pass named parameters, plus in the APIs I've used, this has also been the case, so...
Dave
daverisimili...
Offline Send Email
Aug 21, 2006
5:51 pm
6538
Friends We will be implementing either multithreading or Forking with XMLRPC C Server. From the sample code files it looks like XMLRPC C uses multithreading ...
amit_basnak25
Offline Send Email
Aug 22, 2006
11:47 am
6539
... I assume you're talking about the XML-RPC For C/C++, aka Xmlrpc-c, package. While the package contains facilities to create just about any kind of server...
bryanh@...
giraffedata
Offline Send Email
Aug 23, 2006
10:06 am
6540
Hi I have posted the similar problem earlier also....and i havent been able to find the solution or rather the exact problem. I have two nodes master and...
coolnishant83
Offline Send Email
Aug 24, 2006
12:30 am
Messages 6511 - 6540 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