Results 1 to 4 of 4

Thread: airline.wsdl missing in spring-ws-2.0.2.RELEASE?

  1. #1
    Join Date
    May 2011
    Posts
    5

    Default airline.wsdl missing in spring-ws-2.0.2.RELEASE?

    I downloaded spring-ws-2.0.2.RELEASE-full.zip, and tried running samples.

    It seems airline.wsdl is missing for samples\airline project.

  2. #2

    Default

    It should be produced when running mvn install ( in the samples dir) but is not produced, I get the same error... !?!?!

  3. #3
    Join Date
    Jun 2012
    Posts
    3

    Default

    I had the same issue, I found a copy at https://fisheye.springsource.org/bro...sdl?r1=2&r2=85.
    Hopefully it is the correct one.

  4. #4

    Default

    The last download that contains the airline.wsdl appears to be spring-ws-1.0.4. I downloaded that and found it here spring-ws-1.0.4/samples/airline/src/main/webapp/airline.wsdl.
    I'm using 2.0.5, which expects to find it in <url>file://${project.basedir}/../airline.wsdl</url>

Posting Permissions

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