hi..
i need to create a bottom-up web service for my school project..i’ve already tried the steps from ‘myEclipse HelpContents’ and its successful!
but now i need to know, which code to put where?
like is the flow like.. from jsp->servlet->webservice->database(mySQL)->servlet->jsp?
and what code to put on which page?
can you tell me how to call the web service? any sample code as in what code to put on each page?
how can i retrieve data from database and where does the data go to? to the webservice back or servlet page pr jsp?
thanx!