Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Web Server 3.0 question

RE: Oracle Web Server 3.0 question

From: Dasko, Dan <Dan.Dasko_at_cdicorp.com>
Date: Wed, 14 Feb 2001 10:15:24 -0800
Message-ID: <F001.002B43E6.20010214094725@fatcity.com>

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.

  1. my pl/sql procedure(say ShowLogin) generates an HTML FORM for accepting User id and password.
  2. When user clicks "Login" button, the fields are POSTed to another procedure (say HoldLoginInfo).

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).

This message has been checked for all known viruses by UUNET delivered through the MessageLabs Virus Control Centre. For further information visit http://www.uk.uu.net/products/security/virus/
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Dasko, Dan
  INET: Dan.Dasko_at_cdicorp.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). Received on Wed Feb 14 2001 - 12:15:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US