webservice
lfy1114
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
webservice动态调用
一 cxf public static void main(String[] args) { String params[] = {"GXF003", "{'param':'This is the demo for WS calling Java method.'}"}; JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.n原创 2016-06-02 14:53:27 · 599 阅读 · 0 评论 -
http接口调用
一httpclient调用http接口public static String sendRequest(String url, Map<String, String> paras) { try { HttpClient httpClient = new HttpClient(); PostMethod httpPost = new PostMethod(url); if (nu原创 2016-06-02 14:55:57 · 667 阅读 · 0 评论
分享