java – Apache Axis ConfigurationException

I am using Apache axis to connect my java application to the web server I use wsdl2java to create stubs for me, but when I try to use stubs, I get the following exception:

Any ideas@ H_ 419_ 6@

Solution

Just a guess, but it seems that this error message reports that you have left the service name blank I imagine the code that generates this error message is as follows:

throw new ConfigurationException("No service named" + serviceName + " is available");
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>