Hiii , I am working on the same problem , Just over with creation of website with validation the login creentials and then navigating nside the pages as per the requirements
Steps for validation are :-
- Create a dsp page and 2 text boxes (username and password) with submit and reset also …
- enter the username and password in the concerned boxes and click on submit.
On Submission it would invoke the service (lets name it as rohit:validation) it will validate the login credentials u have put in
2.1 inside the service create dictionary, schema , and document type for login flat file (having details abt the login username and password)
2.2 validate the input data with the loop on the login document…and return some variable (lets name it as status)
2.3 if status is 0 :- validation successfull
if status is 1 :- validation unsuccessfull
2.4 return the status values
- In the dsp tag use the switch case tag
and switch over the status value .
%switch status%
%case ‘0’%
Validation Successfull
%case ‘1’%
Unvalidation Successfull
%end switch%
- even in switch case itself on validation u can call another dsp page like , to change the password , insert records , show records , track records
If u have any doubts u can mail me at
With Regards
Rohit Gupta
rohit15.g@tcs.com,
rohitgupta.it@gmail.com
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards