-
Apr 27th, 2008, 12:15 AM
#1
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?
-
Apr 27th, 2008, 07:01 AM
#2
These classes will be generated when you build the project.
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