I'm reading Java Web Services: Up and Running, 1st Edition.
Publisher: O'Reilly Media, Inc.
Pub Date: February 15, 2009
In Chapter 1 --> First Example.
We make 3 Java classes:
- TimeServer.java (example 1.1)
- TimeServerImpl.java (example 1.2)
- TimeServerPublisher.java (example 1.3) <<--- this is a main
and than we make .xml (example 1.4)
My questions are:
- Where should I save these .java files? I'm using NetBeans 6.5 so the default is My Documents.
- What should I name the .xml file from example 1.4?
- I already try that, I am using XAMPP so the file WSDL.xml (example 1.4) I put in xampp/httdocs but when i try 127.0.0.1:9876[/]ts?wsdl it says page not found.
note: I DIDN'T ASK HOW TO MAKE JAVA CLASS IN NETBEAN. I WANT TO ASK WHERE SHOULD I MUST SAVE THIS FILE?????? BECAUSE WHEN I TRY 127.0.0.1:9876[/]ts?wsdl IT SAY PAGE NOT FOUND !!!!!