JCG

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

Recent posts by JCG

Hi all,

I started to learn web services, now i hv some knowledge about what is webservices and why it is used? I also created one Hello.jws and called the service using HelloClient.java. But want to know abt deploy.wsdd, where i put this file(under WEB-INF\). And also want to know abt wsdl. Does anybody help me out to start my learning.
16 years ago
class MyClass{

//This is constructor

MyClass(){
}

/*This is wrong
MyClass{} //() missed


*/

}