| Author |
Web Services Client using JSP
|
tejaswini vasist
Greenhorn
Joined: Apr 10, 2004
Posts: 17
|
|
Hi, I am using Apache axis,Tomcat 4.0,jdk1.4 and Mysql in my project.I am supposed to deploy a simple supply-chain management application.Client logs in and selects items of his choice and then the order bill is processed.I have written the code without front end .I run it in dos prompt.I want to know how to perform deployin n running of the service if i create my front end in JSP.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
There really is no difference -- you just call whatever code you have now from a servlet. Ie. if your web services client code is a class named "MyWsClient", then becomes
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
tejaswini vasist
Greenhorn
Joined: Apr 10, 2004
Posts: 17
|
|
|
ok..thank you..will try that out!
|
 |
 |
|
|
subject: Web Services Client using JSP
|
|
|