我创建了一个应用程序,该应用程序使用Web服务登录,注册,添加和编辑客户。当我部署Web服务后运行应用程序时,它会在应用程序控制台中抛出一个名为WebServiceException的异常。这就是它显示的:
Exception in thread "AWT-EventQueue-0" javax.xml.ws.WebServiceException: Method editCustomer is exposed as WebMethod, but there is no corresponding wsdl operation with name {http://Client_server_CW_WS/}editCustomer in the wsdl:portType{http://Client_server_CW_WS/}CW_WS
我可以知道如何解决这个问题,因为我的代码中为此写了相应的WSDL操作吗?我使用Glassfish服务器进行此
如果您使用的是NetBeans IDE尝试清洁和构建。