Hi all, I am working with XmlRpc to connect a client's server on port 8000 from my remote server but the response I receive is "Connection timed out". It works...
On Sat, Nov 05, 2005 at 05:38:54AM -0000, sharmila_5124 <sharmila_5124@...> wrote ... Yes, probably. Since the error message is just "Connection time...
Stephane Bortzmeyer
bortzmeyer@...
Nov 7, 2005 8:36 am
6346
Hi, ... Can't locate object method "is_fault" via package "RPC::XML::Client:send_request: HTTP server error: read timeout" (perhaps you forgot to load...
Hey gang, I've got 20 servers to manage. They all have 10 ip addresses and therefor run 10 instances of this one particular app. I have managed to write a...
Matthew, You don't want to run a webserver on each machine. But whether you like it or not, some service will have to be running on the machines, so you need...
... There's not a heck of a lot of difference between a web server and an XML-RPC server. Many people actually use Apache for their XML-RPC server program....
... True. But again, this may not be acceptable, depending on yourother requirements in areas such as security and reliability. To me, this is missing in the...
... I asked Google about "weblog api". It gave me 2,800,000 hits. The first one was: http://www.xmlrpc.com/metaWeblogApi I looked at that and found that it was...
... can ... RPC ... http://www.blogger.com/developers/api/1_docs/ ... Thank you for your help. I just mean how can i get the library of metaweblog api, if i...
... The implementation of the calls will be done by your blog service provider. You need to make the calls to a URL provided by your supplier. In the case of...
For your information: XINS 1.3.0 (final) has been released. A minimal amount of bugs were found and fixed during the release candidate stage. All XINS users...
Interesting... I didn't know about XINS... Two questions: - are you using a classical xml-rpc library for this ? (e.g. Apache/Helma's) - do you have any...
Paul, ... No. In fact we only have an XML-RPC compatibility layer. There are several of these layers, which we call "calling conventions." There is also one...
Ernst, this looks fantastic, you are the very first person answering positively to this human-documentation-request. I'll have to dig deeper in XINS but it...
Hi all. I have been thinkering with a seriously-usable WSDL implementation of xml-rpc. I know it is tough, but I think there is light at the end of the tunnel....
... Here's an attempt to produce an W3C Schema for XML-RPC http:// www.cafeconleche.org/books/xmljava/chapters/ch02s05.html I think the author has the same...
My personal take on this would be that you're essentially trying to solve a non-issue: SOAP has been designed along with WSDL on the basis of XML-RPC as an...
Our open-source technology XINS takes a slightly different approach, taking a simple XML-based input format and then converting that to WSDL, supporting both...
... Thanks for the reply. I actually have been using the very own XSD from the book as a starting point, but I got it out of a website (I cannot remember it...
On Tue, Nov 29, 2005 at 06:30:03PM +0100, Gaetano Giunta <giunta.gaetano@...> wrote ... It seems it is simply a limitation of that very...
Stephane Bortzmeyer
bortzmeyer@...
Nov 30, 2005 11:19 am
6369
... 100% agree. But there are some big-gun-enterprise-EAI vendors that proposed us a nice integration server, based on the massive use of WSDL: every data...
Very nice. Up to now, the php-xmlrpc lib has only been able to generate documentation about exposed methods in the form of supporting the system.ListMethods,...
Great! Yet one more language I have to learn, after xml-schema and wsdl... ...but I admit that it looks much better than XSD. I'll take a look at the files you...