gpt4 book ai didi

java - 警告 "A web service endpoint could not be found"是什么?

转载 作者:太空宇宙 更新时间:2023-11-04 08:05:02 25 4
gpt4 key购买 nike

@WebService(targetNamespace = "http://ekokontrol.lenobl.smev.ru", name="Ekokontrol")
@SOAPBinding(style=SOAPBinding.Style.RPC, use=SOAPBinding.Use.LITERAL)
public interface EkokontrolIF {

@WebMethod(operationName="inspection", action="urn:inspection")
@WebResult(name="return")
public BaseMessageType inspection(
@WebParam(name="request")BaseMessageType requestBaseMessage);

}

[annotationProcessing] Compiling 1 source file to /home/sabo/workspace/ekokontrol/build/classes [annotationProcessing] warning: A web service endpoint could not be found

[annotationProcessing] 1 warning

@WebService(endpointInterface = "ekokontrol.server.EkokontrolIF")
public class EkokontrolImpl {
...
}

警告“找不到 Web 服务端点”是什么意思?

最佳答案

@WebService(endpointInterface = "ekokontrol.server.EkokontrolIF")  
public class EkokontrolImpl implements EkokontrolIF {
...
}

关于java - 警告 "A web service endpoint could not be found"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12221884/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com