Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Web Server 3.0 question
Are you saying that you need to parse the output of the black box or that you need to parse the output of the HoldLoginInfo proc? If it's the first, I have no idea. If it's the second, I don't see the problem. Does the HoldLoginInfo proc not have access to the individual field data?
Dan
-----Original Message-----
Sent: Wednesday, February 14, 2001 11:51 AM
To: Multiple recipients of list ORACLE-L
Hello,
Here's an interesting question which deals with Oracle Web Server.
3 This procedure HoldLoginInfo has an html form too with some hidden fields in addition to userid and password.
Fields are assigned default values where ever null (for sake of simplicity)
4. Then HoldLoginInfo procedure POSTs to a URL(this program accessed through the URL is not written pl/sql toolkit but in cold fusion and is a black box for my case) that will process the fields and return text/plain output to browser. So this URL's job is only to process the login info. and return results.
QUESTION:
5. How can I capture the output from "that URL"? I need to parse the output
and depending on the outcome, show the application home page generated by
the PL/SQL toolkit. So basically, I need to capture that output in
HoldLoginInfo procedure to parse it.
Confused? Hope not. Any help/pointers/sample Code appreciated.
Thanks,
Manish
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hathi, Manish
INET: Manish_Hathi_at_intuit.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Feb 14 2001 - 12:15:24 CST