Results 1 to 4 of 4

Thread: Writing a web service suing spring

  1. #1

    Default 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.

  2. #2

  3. #3

    Default 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.

  4. #4
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    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
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •