
Web Service SOAP
iteye_1491
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Web Service
import java.net.URL; import java.util.List; import javax.xml.soap.MessageFactory; import javax.xml.soap.SOAPBody; import javax.xml.soap.SOAPBodyElement; import javax.xml.soap.SOAPConnection; imp...原创 2012-05-04 11:47:07 · 142 阅读 · 0 评论 -
Web Service 01
public static SOAPMessage buildQueryAllMessage() { try { buildSOAPMessageHeader(); logger.debug("build Query All EndPoint URLs Info Message begin...原创 2012-05-04 11:48:39 · 169 阅读 · 0 评论 -
Web Service 02
/** * 删除多个url的对象的web Service报文 TODO 添加方法注释。 ListKey不能为空由调用者验证. * @param listKeys 选择Key集合 * @return reqMsg */ public static SOAPMessage builDelUrlsMessage(List listKeys) ...原创 2012-05-04 11:50:03 · 194 阅读 · 0 评论 -
Web Service 03
import java.io.ByteArrayInputStream; import java.util.ArrayList; import java.util.List; import javax.xml.soap.Node; import javax.xml.soap.SOAPBody; import javax.xml.soap.SOAPElement; import java...原创 2012-05-04 11:51:07 · 179 阅读 · 0 评论 -
Web Service 04
public static String getManagerResponseMessage() { StringBuffer strBuf = new StringBuffer(); logger.debug("get Manager Response Message begin."); try { ...原创 2012-05-04 11:51:54 · 220 阅读 · 0 评论