亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Axis2調用WebService

發布時間:2020-06-18 08:10:51 來源:網絡 閱讀:851 作者:isiah_zhou 欄目:開發技術

jar包:

axis2-1.7.1\lib\axiom-api-1.2.17.jar
axiom-impl-1.2.17.jar
axis2-kernel-1.7.1.jar
axis2-adb-1.7.1.jar
axis2-transport-local-1.7.1.jar
axis2-transport-http-1.7.1.jar
commons-io-2.1.jar
httpcore-4.2.1.jar
mail-1.4.jar
commons-codec-1.3.jar
commons-httpclient-3.1.jar
commons-logging-1.1.1.jar
neethi-3.0.3.jar
wsdl4j-1.6.2.jar
xmlschema-core-2.2.1.jar
activation-1.1.jar
axiom-dom-1.2.17.jar
axis2-adb-codegen-1.7.1.jar
axis2-codegen-1.7.1.jar
axis2-java2wsdl-1.7.1.jar
geronimo-annotation_1.0_spec-1.1.jar
woden-core-1.0M10.jar

jar包下載地址:http://www.apache.org/dyn/closer.lua/axis/axis2/java/core/1.7.1/axis2-1.7.1-bin.zip

-----------------------------------------------------------默默無聞的分割線-----------------------------------------------------------

webService調用:

import org.apache.axiom.om.OMAbstractFactory;
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.OMFactory;
import org.apache.axiom.om.OMNamespace;
import org.apache.axis2.AxisFault;
import org.apache.axis2.addressing.EndpointReference;
import org.apache.axis2.client.Options;
import org.apache.axis2.client.ServiceClient;


public void getMobileCodeInfo()

    { 
    try 
         { 
             String soapBindingAddress = "http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx?wsdl"; 
             
             EndpointReference endpointReference = new EndpointReference(soapBindingAddress); 
             
             //創建一個OMFactory
             OMFactory factory = OMAbstractFactory.getOMFactory(); 
             
             //指定命名空間
             OMNamespace namespace = factory.createOMNamespace("http://WebXml.com.cn/", "web"); 
             
             //創建method對象,方法名 為getMobileCodeInfo 
             OMElement method = factory.createOMElement("getMobileCodeInfo", namespace); 
             OMElement mobileCode = factory.createOMElement("mobileCode", namespace);//方法參數
             OMElement userID = factory.createOMElement("userID", namespace);//方法參數
            
             //封裝參數
             mobileCode.addChild(factory.createOMText(mobileCode, "18118181818"));//設定參數的值
             method.addChild(mobileCode);            
             userID.addChild(factory.createOMText(userID, ""));//設定參數的值
             method.addChild(userID);
             
             //請求參數設置
             ServiceClient sender = new ServiceClient();
             Options options = new Options(); 
             options.setAction("http://WebXml.com.cn/getMobileCodeInfo");  
             options.setTo(endpointReference); 
             sender.setOptions(options); 
             
             OMElement result = sender.sendReceive(method);
             System.out.println(result.getFirstElement().getText());
         } 
         catch (AxisFault ex) 
         { 
             ex.printStackTrace(); 
         } 
    }


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

桐梓县| 雅江县| 秦皇岛市| 灵宝市| 桓台县| 盐城市| 自治县| 榆社县| 泸西县| 永顺县| 大庆市| 离岛区| 宜章县| 云南省| 五台县| 罗平县| 中宁县| 凉城县| 牙克石市| 綦江县| 潜江市| 寻甸| 房产| 香格里拉县| 拉孜县| 黄石市| 大田县| 枞阳县| 高邮市| 北辰区| 桂阳县| 佳木斯市| 定襄县| 雅江县| 新巴尔虎左旗| 阿克| 遂宁市| 山阴县| 五华县| 交口县| 莒南县|