Hi Nishat, If you're using ASP.net, you can use the UserHostAddress property of the HttpRequest class: ...
Rob Dolin
robdolin@...
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...
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@...
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...
... 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...
ALT Mobile (http://altmobile.com) is pleased to announce the availability of the <alt> XML Studio v6. Providing XML-centric development tools for the...
... 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@...
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...
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 ...
... 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@...
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...
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...
... 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...
... 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...
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...
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...
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...
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...
//serv.c //--------------------------------- int HA_SERVER; xmlrpc_value *method_1(){} xmlrpc_value *method_2(){} int main(void) { /*only place, in whole...
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...
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...
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...
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...
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...
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 ...
... 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...
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...