
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 · 568 阅读 · 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 · 639 阅读 · 0 评论