I am able to succesfully deploy webservice. However when I run and click invoke button I am getting error
An error occurred for port: {http://Test.getEmailP ackage/}MyWebServiceSoapHttpPort: java.lang.SecurityException: Prohibited package name: java.lang.runtime.
What could be the reason, I tried renaming the package name!
Any help is highly appreciated.
Thanks
Never take anything for granted because you never know when you will lose it
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
What are you trying to do with "java.lang.runtime"? You can't define new classes or packages in the java.lang hierachy. Or are you using the java.lang.Runtime class? In that case, fix the capitalization.