Results 1 to 2 of 2

Thread: problem with airline example

  1. #1
    Join Date
    Apr 2008
    Posts
    21

    Default problem with airline example

    I am getting an error on the import statements
    org.springframework.springWs.samples.airline.schem as.messages.BookFlightResponseDocument;
    import org.springframework.springWs.samples.airline.schem as.messages.GetFlightsRequestDocument;
    import org.springframework.springWs.samples.airline.schem as.messages.GetFlightsResponseDocument;
    import org.springframework.springWs.samples.airline.schem as.types.Flight;
    import org.springframework.springWs.samples.airline.schem as.types.Name;
    import org.springframework.springWs.samples.airline.schem as.types.Ticket;
    I do not see this path anywhere in the sample code dir structure. I am sure someone has run across this. ANY IDEAS?

  2. #2

    Default

    These classes will be generated when you build the project.
    Tareq Abedrabbo

    My Twitter
    My Blog

Posting Permissions

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