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...
... 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...
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...
... 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...
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...
... 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:...
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...
hi, i'm having trouble with the xmlrpc google api gateway: $ xmlrpc.exe google.xmlrpc.com googleGateway.spellingSuggestion s/riddiculous s/<google.api.key> ...
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...