Hi, I am currently using XML-RPC for ASP to request information from a HTTPS secure site. I have the following code in my file test.asp to invoke a method. <% ...
... http://groups.yahoo.com/group/xml-rpc/ That should be the right group (yahoogroups.com works too). That's the general XML-RPC list, not just specific to...
... Frontier::Client uses LWP::UserAgent to make connections. Standard URLs for specifying a port should work: http://remote.com:54321/RPC -- Ken [Non-text...
Bryan, ... [...] ... Sorry for taking so long to respond. The thread got lost in filters :-) The importance of being able to use a browser is testability. If...
Hey. Unicode support has been a consistent sore spot with XML-RPC. Some XML-RPC implementations support unicode and others don't. Boiling away most of the...
Nathan Young
nathan@...
Apr 20, 2006 4:48 pm
6487
Nathan, ... No, I think your explanation pretty much covers it :-) Ernst...
... It's not an XML-RPC implementation if it doesn't use unicode. the XML-RPC spec says XML, and XML says unicode. But I'll accept, "Some so-called XML-RPC...
... The spec was amended in 2003 to remove the ASCII reference in the definition of <string>. My understanding is that all conforming implementations must...
... A string in fact can NOT be used to encode binary data. the problem is twofold: + control chars (except TAB, CR and LF) are not valid inside xml documents,...
... Qite so ... A conforming XML processor will always normalize CRLF however If the CR and LF characters are represented as character references then the ...
... Having agreed on the best solution, its advantage is exaclty the opposite, imho: when the character sent is not supported in the charset native of the...
Hi all, the xmlrpc validation app was out of service for a few days. Is it possible to get the test suites and run them locally to validate the implement of...
Gaetano, ... You're welcome. Nice to see it's re-used. I look at the on-line demonstration at: and it seems the feature is indeed quite powerful. Some...
Is there any xmlrpc service available for test? ... Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. ...
... The test-form was added as an after-tought, and as such still has many rough edges. But there are some problems I have with asking directly the users...
... Modifying $self->{'rq'} would be the right way to go. There's no helper functions for doing that. ... I'm no longer maintaining that module. If you...
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> ...