{"id":270045,"date":"2021-01-09T05:31:42","date_gmt":"2021-01-08T21:31:42","guid":{"rendered":"http:\/\/4563.org\/?p=270045"},"modified":"2021-01-09T05:31:42","modified_gmt":"2021-01-08T21:31:42","slug":"java-%e8%b0%83%e7%94%a8-webservice-%e6%8e%a5%e5%8f%a3%ef%bc%8c%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e6%85%a2","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=270045","title":{"rendered":"Java \u8c03\u7528 webservice \u63a5\u53e3\uff0c\u4e3a\u4ec0\u4e48\u8fd9\u4e48\u6162"},"content":{"rendered":"<div>\n<div>\n<div>\n<h1>                  Java \u8c03\u7528 webservice \u63a5\u53e3\uff0c\u4e3a\u4ec0\u4e48\u8fd9\u4e48\u6162               <\/h1>\n<p> <\/p>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <span><i><\/i> 2<\/span> <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div isfirst=\"1\"> <\/p>\n<p>Java \u8c03\u7528 webservice \u63a5\u53e3\uff0c\u4e3a\u4ec0\u4e48\u8fd9\u4e48\u6162\uff0c\u6709\u6ca1\u6709\u597d\u7684\u4f18\u5316\u65b9\u6848\uff0c\u672c\u4eba\u76ee\u524d\u6539\u6210 http \u65b9\u5f0f\u53d1 soap \u6d88\u606f\u8c03\u7528\uff0c\u901f\u5ea6\u4f9d\u65e7\u5f88\u6162\uff0c\u7ef4\u6301\u5728\u5e73\u5747 100ms \u4e0b\u4e0d\u6765\u3002 \u4e4b\u524d\u7528 cxf \u7684 JaxWsDynamicClientFactory \u901f\u5ea6\u66f4\u52a0\u6162\uff0c400ms \u3001500ms \u90fd\u51fa\u73b0\u8fc7\u3002<\/p>\n<p>\u8fd9\u662f\u73b0\u5728\u4f7f\u7528 httpClient \u7684\u8c03\u7528\u4ee3\u7801<\/p>\n<pre><code>public static String callWebSV(String urlWsdl,String soap,String soapAction){         String result=null;         try {             CloseableHttpClient httpClient = HttpClients.createDefault();             HttpPost httpPost = new HttpPost(urlWsdl);             httpPost.setHeader(\"Content-Type\", \"text\/xml;charset=UTF-8\");             httpPost.setHeader(\"SOAPAction\", soapAction);             InputStreamEntity entity = new InputStreamEntity(new ByteArrayInputStream(soap.getBytes()));             httpPost.setEntity(entity);             CloseableHttpResponse response = httpClient.execute( httpPost);             if (response.getStatusLine().getStatusCode() == org.apache.http.HttpStatus.SC_OK) {                 HttpEntity responseEntity = response.getEntity();                 String back = EntityUtils.toString(responseEntity);                 \/\/log.info(\"httpClient \u8fd4\u56de soap\uff1a\" + back);                 result=parseResult(back);                 log.info(\"httpClient \u8fd4\u56de\u7ed3\u679c\uff1a\" + result);             } else {                 log.error(\"HttpClinet \u8fd4\u56de\u72b6\u6001\u7801\uff1a\" + response.getStatusLine().getStatusCode());             }         } catch (Exception e) {             log.error(\"\u8c03\u7528\u9519\u8bef\uff1a\",e);         }         return result;     } <\/code><\/pre>\n<\/p><\/div>\n<div> <b>\u5927\u4f6c\u6709\u8a71\u8aaa<\/b> (<span>24<\/span>)        <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<ul>\n<li data-pid=\"4889396\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : opengps <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u672c\u5730\u8c03\u7528\u6162\uff0c\u8fd8\u662f\u516c\u7f51\u8c03\u7528\u6162\uff1f\u8fd8\u662f\u63a5\u53e3\u903b\u8f91\u6162\uff1f                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889397\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @opengps \u540c\u4e00\u7f51\u6bb5\u670d\u52a1\u5668\u4e4b\u95f4\u8c03\u7528\uff0c\u6211\u4e5f\u4e0d\u77e5\u9053\u4e3a\u5565\u6162                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889398\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : Aidenboss <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u7528\u94fe\u63a5\u590d\u7528\u4e86\u5417\uff1f                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889399\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @Aidenboss \u94fe\u63a5\u590d\u7528\u662f\u4ec0\u4e48                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889400\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : tmackan <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @changeTheGame tcp \u957f\u8fde\u63a5\uff1f\u4e0d\u592a\u61c2                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889401\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : tmackan <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @Aidenboss \u662f\u6307\u5f02\u6b65\u963b\u585e\u7684\u8c03\u7528\uff1f\u8fd9\u4e2a\u53ea\u6709\u5728\u6bd4\u8f83\u5927\u5e76\u53d1\u7684\u60c5\u51b5\u4e0b\u6709\u7528\u3002\u5355\u6b21 url \u8bf7\u6c42\uff0c\u6ca1\u5565\u7528\uff0c\u7c7b\u4f3c\u7684\u53ef\u4ee5\u53c2\u8003 gevent\uff0c\u53ea\u6709\u5728\u5f88\u591a url \u8bf7\u6c42\u7684\u65f6\u5019\u6bd4\u8f83\u6709\u6548\u679c                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889402\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : tmackan <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @Aidenboss \u5f02\u6b65\u975e\u963b\u585e \u8bf4\u9519\u4e86                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889403\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : yamasa <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             wireshark \u628a\u6574\u4e2a\u4f1a\u8bdd\u6293\u51fa\u6765\uff0c\u6309\u65f6\u95f4\u6233\u5b9a\u4f4d\u95ee\u9898\u51fa\u5728\u54ea\u91cc\u3002\u95ee\u9898\u4e0d\u4e00\u5b9a\u5728\u4f60\u4ee3\u7801\u91cc\uff0c\u8bf4\u4e0d\u5b9a\u5c31\u662f peer \u7aef\u54cd\u5e94\u6162\u3002<\/p>\n<p>soap \u8fd9\u79cd\u73a9\u610f\u513f\u771f\u7684\u8be5\u6dd8\u6c70\u6389\u4e86\uff0c\u5e9f\u8bdd\u6bd4 json \u548c yml \u90fd\u591a\uff0c\u4e5f\u6ca1\u6709\u538b\u7f29\u3002\u8003\u8651\u641e\u6210 grpc \u4e4b\u7c7b\u7684\u5427\u3002                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889404\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : djj0809 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             httpclient \u590d\u7528\u4e86\u4e48\uff1f                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889405\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : yamasa <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @changeTheGame \u4f60\u7684\u8fd9\u4e2a\u65b9\u6cd5 callWebSV \u5982\u679c\u662f\u4ece\u591a\u4e2a thread \u5927\u91cf\u5e76\u53d1\u8c03\u7528\uff0c\u5199\u6cd5\u5c31\u662f\u6709\u95ee\u9898\u7684\uff0chttpClient \u5e94\u8be5\u590d\u7528\uff0c\u800c\u4e0d\u662f\u6bcf\u6b21\u90fd create \u51fa\u6765\u3002\u8fd9\u662f\u6bd4\u8f83\u91cd\u7684\u8d44\u6e90\u3002                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889406\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @yamasa \u6211\u5c31\u662f\u591a\u4e2a\u7ebf\u7a0b\u5e76\u53d1\u8c03\u7528\u8fd9\u4e2a\u65b9\u6cd5\u7684\uff0chttpClient \u53ef\u4ee5\u590d\u7528\u5417                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889407\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : yamasa <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @changeTheGame \u90a3\u80af\u5b9a\u5f97\u590d\u7528\u3002\u800c\u4e14\u8fd8\u5e94\u8be5\u8003\u8651\u914d\u7f6e connPooling\uff0c\u8fde\u63a5\u6c60\uff0c\u4ee5\u53ca dead conn scanner \u3002\u4e00\u6b65\u4e00\u6b65\u4f18\u5316\u3002                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889408\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : securityCoding <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u6301\u7eed\u7684\u7528 arthas trace \u770b\u4e00\u4e0b ,\u8f93\u51fa\u5230\u6587\u4ef6,\u5148\u628a\u6027\u80fd\u74f6\u9888\u8303\u56f4\u786e\u5b9a\u4e0b\u6765                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889409\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : php8 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u5148\u5728\u4f60\u8fd9\u8fb9\u538b\u6d4b\u4e00\u4e0b\u5bf9\u65b9                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889410\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : wucao219101 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u9996\u5148\uff0c\u4f60\u8fd9\u8fb9\u7684 HttpClient \u660e\u663e\u6ca1\u6709\u590d\u7528\uff0c\u6bcf\u6b21\u90fd\u91cd\u65b0 create\uff0cHttpClient \u662f\u7ebf\u7a0b\u5b89\u5168\u7684\u53ef\u590d\u7528\u7684\uff0c\u5177\u4f53\u53ef\u4ee5\u53c2\u8003\uff1a<br \/>https:\/\/hc.apache.org\/httpcomponents-client-ga\/tutorial\/html\/fundamentals.html#d5e213<\/p>\n<p>&gt; HttpClient implementations are expected to be thread safe. It is recommended that the same instance of this class is reused for multiple request executions.<\/p>\n<p>\u53e6\u5916\uff0c\u53ef\u4ee5\u5728\u8c03\u7528\u8fc7\u7a0b\u4e2d\u52a0\u4e00\u4e0b\u94fe\u8def\u8ddf\u8e2a\uff0c\u6700\u7b80\u5355\u7684\u65b9\u5f0f\u5c31\u662f\u52a0\u4e00\u4e2a Zipkin \u89c2\u5bdf\u4e00\u4e0b\uff0c\u5230\u5e95\u662f\u5ba2\u6237\u7aef\u95ee\u9898\u8fd8\u662f\u670d\u52a1\u7aef\u95ee\u9898\u3002                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889411\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : wucao219101 <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u53e6\u5916\uff0c\u57fa\u672c\u7684 close \u64cd\u4f5c\u90fd\u6ca1\u6709\u505a\uff0cCloseableHttpClient \u3001CloseableHttpResponse \u8fd9\u4e9b\u90fd\u662f\u7528\u8fc7\u540e\u8981\u5173\u95ed\u7684\u8d44\u6e90\uff0c\u4f60\u90fd\u6ca1 close\uff0c\u8d44\u6e90\u7528\u8fc7\u540e\u90fd\u4e0d\u5173\u95ed\u80af\u5b9a\u6709\u95ee\u9898\uff0c\u5f53\u7136 CloseableHttpClient \u5982\u679c\u590d\u7528\u4e86\u5c31\u4e0d\u9700\u8981 close\uff0c\u4f46\u662f CloseableHttpResponse \u80af\u5b9a\u662f\u8981 close \u7684\u3002<\/p>\n<p>\u53c2\u8003\u5b98\u65b9\u6848\u4f8b\uff1a https:\/\/hc.apache.org\/httpcomponents-client-ga\/quickstart.html                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889412\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : wysnylc <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             org.apache.http.client.fluent                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889413\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : hantsy <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @changeTheGame <\/p>\n<p>1\uff0c\u4f60\u7684\u4ee3\u7801\u6709\u70b9\u6655\uff0c\u770b\u4ee3\u7801\u59d1\u4e14\u8bf4\u662f SOAP\uff0cSOAP \u90a3\u4e00\u5957\u53ef\u662f\u56fd\u9645\u6807\u51c6\u7684\u3002 \u8c03\u7528 SOAP WebService\uff0c\u592a\u7b80\u5355\u4e86\u3002\u4e00\u822c\u7684 SOAP \u670d\u52a1\u53ea\u8981\u4ece\u516c\u5f00\u7684 WSDL \u751f\u6210\u5ba2\u6237\u7aef\u4ee3\u7801\u5c31\u53ef\u4ee5\u50cf\u672c\u5730\u4ee3\u7801\u4e00\u6837\u7684\u7528\u4e86\u3002<\/p>\n<p>\u8fd9\u7c7b\u5de5\u5177\u5f88\u591a\uff0c\u6bd4\u5982 NetBeans IDE \u4e2d\u96c6\u6210\u4e86\u3002https:\/\/netbeans.org\/kb\/docs\/websvc\/client.html<\/p>\n<p>\u5982\u679c\u9879\u76ee\u5728\u672c\u5730\uff0cNetBeans \u81ea\u52a8\u8bc6\u522b Soap\uff0c\u62d6\u653e\u64cd\u4f5c\u5c31\u53ef\u4ee5\u751f\u6210\u3002 \u53e6\u5916\u8fd8\u6709 maven wsdl plugin \u4e5f\u53ef\u4ee5\u751f\u5ba2\u6237\u7aef\u4ee3\u7801\u3002<\/p>\n<p>2\uff0c \u5982\u679c\u666e\u901a\u7684 Http \u64cd\u4f5c\uff0cApacheHttpClient \u592a\u7b28\u91cd\u4e86\uff0c\u64cd\u4f5c\u9ebb\u70e6\uff0c\u5f53\u7136\u529f\u80fd\u6bd4\u8f83\u5168\u9762\u3002\u53ef\u4ee5\u5c1d\u8bd5 Okhttp \u7b49\u3002<\/p>\n<p>\u53e6\u5916 Java 11 \u81ea\u5e26\u7684 HttpClient \u76f4\u63a5\u7528\u66f4\u7b80\u5355\uff1a https:\/\/github.com\/hantsy\/quarkus-sandbox\/blob\/master\/restclient-java11\/src\/main\/java\/com\/example\/PostResourceClient.java.                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889414\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @tmackan \u6211\u5c31\u662f\u6709\u5f88\u591a\u6570\u636e\u7f51\u4e00\u4e2a webservice \u63a5\u53e3\u63a8                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889415\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @wucao219101 \u8c22\u8c22\u5927\u4f6c\uff0c\u6709\u7a7a\u6211\u770b\u770b zipkin \u53bb                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889416\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @hantsy \u8c22\u8c22\u5927\u4f6c\uff0c\u6211\u662f\u7528 soapui \u6d4b\u8bd5\u5de5\u5177\u751f\u6210\u7684 soap \u6d88\u606f\uff0c\u76ee\u524d\u653e\u5f03\u4f7f\u7528 http client \u4e86\uff0c\u6539\u56de cxf \u8c03\u7528\u4e86\uff0c\u9886\u5bfc\u6025\u7740\u8981\u6ca1\u65f6\u95f4\u6539\u4e86\uff0c\u6709\u7a7a\u5728\u770b\u5427                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889417\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : Kirsk <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             \u8fd9\u4e0d\u662f\u4f60\u7684\u95ee\u9898 \u662f\u5bf9\u65b9\u505a\u4e86\u72b6\u6001\u5b58\u50a8\u4ee5\u81f3\u4e8e\u8d8a\u6765\u8d8a\u6162 \u771f\u7684\u5417\u8fd9\u4e2a\u95ee\u9898\u9700\u8981\u94fe\u8def\u5206\u6790\uff1f                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889418\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : hantsy <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @changeTheGame <\/p>\n<p>SOAP WebService \u8c03\u7528\u8fd8\u662f\u7528 SOAP Client \u6bd4\u8f83\u597d\uff0c\u64cd\u4f5c\u4e0a\u4e00\u822c\u53ef\u4ee5\u5c06 SOAP WSDL \u64cd\u4f5c\uff0c\u76f4\u63a5\u6620\u5c04\u5230\u672c\u5730\u63a5\u53e3\uff0c\u7136\u540e\u76f4\u63a5\u8c03\u7528\u3002<\/p>\n<p>NetBeans \u96c6\u6210\u5e94\u8be5\u6700\u667a\u80fd\u7684\uff0cMetro \u662f SUN \u5f53\u5e74\u4e0e MS \u548c\u89e3\u540e\uff0c\u5728 Web Service \u4e0a\u5408\u4f5c\u7684\u4ea7\u7269\uff0c \u4e5f\u662f\u5e94\u7528\u5f88\u5e7f\u6cdb\u7684\u3002<br \/>\u751f\u6210 Client \u4ee3\u7801\u7684\u4f8b\u5b50\u7f51\u4e0a\u5927\u628a\uff0c\u82b1\u51e0\u5206\u914d\u7f6e\u4e00\u4e0b\u5c31\u5b8c\u4e86\u3002<\/p>\n<p>\u5176\u4ed6\u4e5f SOAP Client \u4e5f\u4e0d\u96be\uff0cApache CXF \u4e2a\u4eba\u6211\u4e5f\u4e0d\u559c\u6b22\uff0c\u4f46\u5b83\u7684\u786e\u5e94\u7528\u5f88\u5e7f\u3002                                                            <\/p><\/div>\n<\/p><\/div>\n<\/li>\n<li data-pid=\"4889419\" data-uid=\"2\">\n<div>\n<div>\n<div> <span>\u4e3b<\/span> <span>\u8cc7\u6df1\u5927\u4f6c : changeTheGame <\/span>  <\/div>\n<div> <i title=\"\u5f15\u7528\"><\/i>  <span>          <\/span> <\/div>\n<\/p><\/div>\n<div>                                                             @hantsy \u55ef\u55ef\uff0c\u77e5\u9053\u4e86\uff0c\u8c22\u8c22                                                            <\/div>\n<\/p><\/div>\n<\/li>\n<li>\n","protected":false},"excerpt":{"rendered":"<p>Java \u8c03\u7528 webservic&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/270045"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=270045"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/270045\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=270045"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=270045"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=270045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}