master
wangh 4 years ago
parent 8fd6cb5224
commit b08e97e968

@ -9,6 +9,7 @@ import javax.jws.WebService;
*/ */
@WebService(name = "test" ,targetNamespace ="http://service.example.com/" , endpointInterface = "com.example.services.IService")//指定发布webservcie的接口类此类也需要接入@WebService注解 @WebService(name = "test" ,targetNamespace ="http://service.example.com/" , endpointInterface = "com.example.services.IService")//指定发布webservcie的接口类此类也需要接入@WebService注解
public class ServiceImpl implements IService { public class ServiceImpl implements IService {
//请求地址 http://localhost:8090/services/mPerson?wsdl
@Override @Override
public MyResult getScanInfoInCenterStart(String messageHeader, public MyResult getScanInfoInCenterStart(String messageHeader,
String containerRegisterQuery, String containerRegisterQuery,

Loading…
Cancel
Save