-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
>> Is there any way to call a Jserv servlet from Perl script and get the
>>results back. I mean in my application servlet queries the database and
> has
>>to send result set back to the perl code.
make an http connection to your servlet from your perl code and then parse
the results. i generally like to use a urlencoded result so that it is easy
to parse from any language, but you could also use something like XML-RPC
<http://www.xml-rpc.com/> since it is implemented in quite a few languages
now.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]