Self-Evaluation for Web service:
1. Can your Webservice compile the program?
Self-Evaluation for Java client:
4. Can you create UI correctly?
5. Can you invoke Webservice?
6. Can you get the result back from Webservice?
Self-Evaluation for HTML client:
What to submit?
1. Copy of this document.
2. Save/Submit Exercise38_01, Exercise38_02, and Exercise38_03.
Hint: To compile a program, use
import javax.tools.JavaCompiler;
import javax.tools.ToolProvider;
public class Test {