Re: xml-rpc webservices?

2002-06-10 Thread Daniel Rall
"John Wilson" <[EMAIL PROTECTED]> writes: > If you wanted to pass a set of objects linked in an arbitrary graph then > SOAP will (sort of) let you do it. XML-RPC will not. ...without extra code.

Re: xml-rpc webservices?

2002-06-10 Thread Marcel Ruff
> > > >If you wanted to use an asynchronous messaging service as a transport >mechanism (e.g. IBM's MQ series) then SOAP has the support for this built >in. XML-RPC does not (though http://www.jabber.org/jeps/jep-0009.html is an >example of an extension which kind of does this). > Or use xmlBlaste

Re: xml-rpc webservices?

2002-06-10 Thread John Wilson
- Original Message - From: "Tim Heath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 10:40 PM Subject: Re: xml-rpc webservices? > Thankyou for your answer. I do not understand what you mean by a set of > objects linked in an arbitrary graph, can you explain th

Re: xml-rpc webservices?

2002-06-10 Thread Tim Heath
Thankyou for your answer. I do not understand what you mean by a set of objects linked in an arbitrary graph, can you explain this more? Thanks, Tim Heath John Wilson wrote: > > - Original Message - > From: "Tim Heath" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June

Re: xml-rpc webservices?

2002-06-10 Thread John Wilson
- Original Message - From: "Tim Heath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 9:48 PM Subject: Re: xml-rpc webservices? > Does it implement a global registry for searching for kinds of services, > the way uddi works? Does it allow you to publish your se

Re: xml-rpc webservices?

2002-06-10 Thread Tim Heath
Does it implement a global registry for searching for kinds of services, the way uddi works? Does it allow you to publish your service to a central directory the way uddi does? I appreciate your answer and my knowledge on soap/xml is increasing. Just out of curiousity what would be an example o

Re: xml-rpc webservices?

2002-06-10 Thread John Wilson
- Original Message - From: "Tim Heath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 8:30 PM Subject: Re: xml-rpc webservices? > I am talking about conforming to the wsdl, soap, xml, uddi > specifications that .net, velocigen, glue, etc... are using. You can >

Re: xml-rpc webservices?

2002-06-10 Thread Tim Heath
I am talking about conforming to the wsdl, soap, xml, uddi specifications that .net, velocigen, glue, etc... are using. You can find more about this at www.xmethods.net. What confuses me is the difference between xml-rpc and apache soap. If you can elaborate on this I would really appreciate it

Problems with setting HTTP Keepalive

2002-06-10 Thread John Perrotto
Hi All, I'm using an HttpServlet to host my XmlRpcServer. I want to enable the HTTP keep-alive feature between my client and server apps. I've called the method XmlRpc.setKeepAlive(true) on the server and client-side. My Java client is using the org.apache.xmlrpc.XmlRpcClient.SecureXmlRpcClien

Re: xml-rpc webservices?

2002-06-10 Thread John Wilson
- Original Message - From: "Tim Heath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 7:11 PM Subject: xml-rpc webservices? > Is there any way to turn an xml-rpc into a webservice? Tim, you seem to be using the term "webservice" in a rather unusual way. Could

Re: xml-rpc webservices?

2002-06-10 Thread Michael Glenn
Absolutely Tim, As I define it, a web service is a collection of programmatic interfaces that you can provide to your users (customers, vendors, partners, internal units). XML-RPC allows you to accomplish this using an open standard that multiple languages support allowing your users the freed

xml-rpc webservices?

2002-06-10 Thread Tim Heath
Is there any way to turn an xml-rpc into a webservice? Thanks, Tim Heath

XML-RPC JAVA & PHP

2002-06-10 Thread Bednarz, education-one GmbH
Hallo Everybody, we prowdly announce our new codebock.de which uses xml-rpc from the apache project as java backend management platform for backups and archive functions. After an intensive test in wildlive we will provide a download link for the whole system under GPL. The software is written in

xml-rpc and webservices

2002-06-10 Thread Tim Heath
I am curious if there is a way to make an xml-rpc application into a webservice. I am also curious if anyone is aware of a library/tool that can be used to access xml-rpc/.net/glue etc... with one api for accessing different approaches to remote rpc. Thanks, Tim Heath