Results 1 to 1 of 1

Thread: How to create the WSDL locally without retrive the WebService online?

  1. #1
    Join Date
    Jun 2007
    Posts
    159

    Default How to create the WSDL locally without retrive the WebService online?

    Hi all,

    I build a WS with Spring WS and use Maven2 to build the project. I can surely get the WSDL by retrieving URI/URL such as "http://localhost:8080/myService.wsdl".

    Now waht I want is: How can I create/generate the WSDL file in build time, without first deploying the WS on the server and retrieve it online?
    Last edited by thomas2004; May 31st, 2009 at 08:46 AM.

Posting Permissions

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