Re: web service question (weblogic / j2ee related)
- From: James McGill <jmcgill@xxxxxxxxxxxxxx>
- Date: Tue, 14 Mar 2006 21:46:22 -0700
On Tue, 2006-03-14 at 18:25 -0800, cangoce@xxxxxxxxx wrote:
How are they supposed to
access this new web service I have developed. Do they have to manually
open a TCP/IP connection and manually send request? And then the
client would receive the response and manually parse the resulting
HTML
for his response?
Manually? There are libraries for dealing with various kinds of
webservices for all kinds of languages. I'm partial to RPC-enabled
servlets with LWP perl clients, and Python clients with Twisted,
personally.
As for parsing the response, consider using XML instead of HTML.
.
- References:
- web service question (weblogic / j2ee related)
- From: cangoce
- web service question (weblogic / j2ee related)
- Prev by Date: Jsp on netscape 4.78 ???
- Next by Date: Re: Increment timestamp by one day
- Previous by thread: web service question (weblogic / j2ee related)
- Next by thread: Re: web service question (weblogic / j2ee related)
- Index(es):
Relevant Pages
|