springboot整合WebService,报了这个错。经过多次尝试,发现@Webservice的属性赋值写错了。

Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation

 错误写法:

Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation

 改过之后的写法:

Attributes portName, serviceName and endpointInterface are not allowed in the @WebService annotation

 报这个错,大多数是注释写错或者参数写错,仔细查找一下。

相关文章:

  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-09-05
  • 2021-06-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
  • 2021-09-27
相关资源
相似解决方案