Reputation: 53
i am very new to Web services please help for my problem,i dont know how to start and where to start to do for my problem so please help me.please provide in detail explanation how to do.
Actually "i have WSDL file with that i need to create a web service server in core java with Eclipse IDE"
Upvotes: 1
Views: 13512
Reputation: 76
Basic hello world tutorial on webservics. You can go through this link. It might be good starting point .
Upvotes: 3
Reputation: 59
There is a plugin in eclipse with which you can convert the wsdl file into java files
Upvotes: 0
Reputation: 75376
Use wsimport
in the jdk to generate Java classes you can use to invoke the web service.
Upvotes: 1