摘要:
soap协议1 客户端与服务端使用soap进行通信示例代码:service端:/*** 使用soap协议进行通信** @time 下午7:40:34* @author retacn yue* @Email zhenhuayue@sina.com*/public class SoapService {public static OMElement requestSoap = null;public OMElement request(OMElement soapBody) {requestSoap = soapBody;Iterator it = requestSoap.getChildElem 阅读全文
posted @ 2012-11-22 20:54
retacn_yue
阅读(326)
评论(0)
推荐(0)
浙公网安备 33010602011771号