Hey all,
I am trying to run the AddressBook sample, but not from the package. I’ve made the necessary changes, it compiles, Tomcat is running, but I can’t seem to deploy it.
Here is the error:
Exception in thread "main" java.net.MalformedURLException: no protocol: org.apac
he.soap.server.ServiceManagerClient
at java.net.URL.<init>(URL.java:579)
at java.net.URL.<init>(URL.java:476)
at java.net.URL.<init>(URL.java:425)
at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:216)
What am I doing wrong this time?
Thanx!