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...
Show off your group to the world. Share a photo of your group with us.

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 6343 - 6372 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6343
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...
sharmila_5124
Offline Send Email
Nov 5, 2005
8:08 am
6344
Have you tried to telnet to port 8000 on that box from your your remote? ... -- http://firstgenfirebird.org/show/closeup.mv?CarID=559...
Miles Lott
milos
Online Now Send Email
Nov 5, 2005
3:24 pm
6345
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@...
Send Email
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...
my_news_group
Offline Send Email
Nov 8, 2005
7:07 pm
6347
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...
utdrmac
Offline Send Email
Nov 9, 2005
9:13 am
6348
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...
Ernst de Haan
ernst_dehaan
Offline Send Email
Nov 9, 2005
11:00 am
6349
... 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....
bryanh@...
giraffedata
Offline Send Email
Nov 9, 2005
6:42 pm
6350
Hello to all i m building a client for a XML-RPC Web service and i received the following exception when i did a request: Server returned a fault...
chrissx2002
Offline Send Email
Nov 9, 2005
7:41 pm
6351
... 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...
Ernst de Haan
ernst_dehaan
Offline Send Email
Nov 9, 2005
10:18 pm
6352
I just want to write a weblog desktop tool for myself. If anyone can tell me how can I get the API?...
zqz1980
Offline Send Email
Nov 15, 2005
2:14 pm
6353
... 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...
John Wilson
tug123uk
Offline Send Email
Nov 15, 2005
2:25 pm
6354
... 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...
zqz1980
Offline Send Email
Nov 16, 2005
3:15 pm
6355
... 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...
John Wilson
tug123uk
Offline Send Email
Nov 16, 2005
4:25 pm
6356
... But there are also libraries of code to _make_ the calls, which might be what is of interest here. The Metaweblog mailing list, ...
bryanh@...
giraffedata
Offline Send Email
Nov 16, 2005
6:00 pm
6357
... OK - I have implemented the various weblog client APIs when testing my XML-RPC implementation for Groovy (http://docs.codehaus.org/pages/ ...
John Wilson
tug123uk
Offline Send Email
Nov 16, 2005
6:06 pm
6358
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...
Ernst de Haan
ernst_dehaan
Offline Send Email
Nov 16, 2005
11:29 pm
6359
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 Libbrecht
paul_libbrecht
Offline Send Email
Nov 17, 2005
8:33 am
6360
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 de Haan
ernst_dehaan
Offline Send Email
Nov 17, 2005
8:54 am
6361
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...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Nov 17, 2005
11:19 am
6362
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....
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 29, 2005
5:30 pm
6363
... 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...
John Wilson
tug123uk
Offline Send Email
Nov 29, 2005
5:38 pm
6364
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...
FGM
fgmarand
Offline Send Email
Nov 29, 2005
6:15 pm
6365
I think I agree that WSDL for XML-RPC would only serve the code generation facet which, at least to my taste, is pretty moot. On the other hand the...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Nov 29, 2005
8:08 pm
6366
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...
Ernst de Haan
ernst_dehaan
Offline Send Email
Nov 29, 2005
8:19 pm
6367
... 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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 30, 2005
10:01 am
6368
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@...
Send Email
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 30, 2005
12:11 pm
6370
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,...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 30, 2005
12:12 pm
6371
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 30, 2005
1:22 pm
6372
On Wed, Nov 30, 2005 at 02:17:46PM +0100, Gaetano Giunta <giunta.gaetano@...> wrote ... You can forget W3C Schema (xsd) to make some room in...
'Stephane Bortzmeyer'
bortzmeyer@...
Send Email
Nov 30, 2005
2:01 pm
Messages 6343 - 6372 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