-
Jun 22nd, 2007, 09:04 AM
#1
Writing a web service suing spring
Could someone also please tell me all the steps i need to follow to write a spring web service like for example writing an xsd ,then a wsdl ,then interface etc.
-
Jun 22nd, 2007, 05:56 PM
#2
-
Jun 25th, 2007, 03:39 AM
#3
Web services using spring?????
Hi jose
Well i have read that but still dont seem to understand what to do after i have written those classes the tutorial doesnt explain how to get the generated classes and what are the steps i need to follow if i dont use maven.How do the classes get generated those that are there in the schema directory .How come there are no stubs like those when you write web services using axis.And what all tasks need to be written to generate the final war file.
-
Jun 25th, 2007, 07:26 AM
#4
If you want to use JAXB, and generate classes from the schema using the XJC compiler, you can use the xjc ant task. Look here: http://java.sun.com/webservices/docs/1.6/jaxb/ant.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules