|
|
@ -6,11 +6,11 @@ import javax.jws.WebService; |
|
|
|
|
|
|
|
/** |
|
|
|
* @Auther: yinzuomei |
|
|
|
* @Date: 2019/12/30 16:23 |
|
|
|
* @Date: 2019/12/30 16:23 name="CityGridInterfaceServiceWebService", |
|
|
|
* @Description: 供网格化平台调用webservice接口 |
|
|
|
*/ |
|
|
|
// 命名空间,写一个有意义的http地址就行,并不是网上所说的要写成包名倒序,只不过写成包名倒序易读而已
|
|
|
|
@WebService(name = "CityGridInterfaceServiceWebService",targetNamespace = "http://service.epdc.esua.elink.com") |
|
|
|
@WebService(targetNamespace = "http://service.epdc.esua.elink.com") |
|
|
|
public interface CityGridInterfaceServiceWebService { |
|
|
|
/** |
|
|
|
* @param requestXML |
|
|
|