wsdl和soap协议详细解析

1.服务端:html package zhou; import javax.jws.WebService; /* * 可写成接口形式去实现 * 实现类必须指定接口包路径 * @WebService(endpointInterface = "...") * */ @WebService(targetNamespace = "http://192.168.0.108:8099/hello")
相关文章
相关标签/搜索