srikanth kethiri

Greenhorn
+ Follow
since Mar 06, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by srikanth kethiri

I would like to use Spread control in jsp page which is equivalent to visual basic Spread control
is it possible in jsp page
any java web frameworks provide above facility
16 years ago
JSP
In client application, I created one web service client having
wsdl url="192.9.200.11:8084/CMSWebServices/fillCombo?WSDL"
After some days, the url changed.
The changed url is "192.9.200.11:8080/CMSWebServices/fillCombo?WSDL"
what i should do now in NetBeans
17 years ago
I have installed Netbeans 6.0.
I tried one webservices application with Tomcat 6.0 as server in this IDE
and I created one webservice in that application.The IDE generates
JAX-WS 2.1 related libraries.But,tomcat 6.0 supports JAX-WS 2.0 API.
For that reason, I got deployment error as
Failed-Context path .What I should do now for deploying that application successfully.
Please anybody help me.
17 years ago