从java应用程序抛出WebServiceException

时间:2017-04-29 16:34:55

标签: java web-services exception soap wsdl

我创建了一个使用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服务器

1 个答案:

答案 0 :(得分:1)

如果您使用的是netbeans IDE,请尝试清理和构建。