日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

WS查询手机号信息

發布時間:2023/12/20 编程问答 38 豆豆
生活随笔 收集整理的這篇文章主要介紹了 WS查询手机号信息 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

1.wsdl本地文件

<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://WebXml.com.cn/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://WebXml.com.cn/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><a href="http://www.webxml.com.cn/" target="_blank">WebXml.com.cn</a> <strong>國內手機號碼歸屬地查詢WEB服務</strong>,提供最新的國內手機號碼段歸屬地數據,每月更新。<br />使用本站 WEB 服務請注明或鏈接本站:<a href="http://www.webxml.com.cn/" target="_blank">http://www.webxml.com.cn/</a> 感謝大家的支持!<br />&nbsp;</wsdl:documentation><wsdl:types><s:schema elementFormDefault="qualified" targetNamespace="http://WebXml.com.cn/"><s:element name="getMobileCodeInfo"><s:complexType><s:sequence><s:element minOccurs="0" maxOccurs="1" name="mobileCode" type="s:string" /><s:element minOccurs="0" maxOccurs="1" name="userID" type="s:string" /></s:sequence></s:complexType></s:element><s:element name="getMobileCodeInfoResponse"><s:complexType><s:sequence><s:element minOccurs="0" maxOccurs="1" name="getMobileCodeInfoResult" type="s:string" /></s:sequence></s:complexType></s:element><s:element name="getDatabaseInfo"><s:complexType /></s:element><s:element name="getDatabaseInfoResponse"><s:complexType><s:sequence><s:element minOccurs="0" maxOccurs="1" name="getDatabaseInfoResult" type="tns:ArrayOfString" /></s:sequence></s:complexType></s:element><s:complexType name="ArrayOfString"><s:sequence><s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" /></s:sequence></s:complexType><s:element name="string" nillable="true" type="s:string" /><s:element name="ArrayOfString" nillable="true" type="tns:ArrayOfString" /></s:schema></wsdl:types><wsdl:message name="getMobileCodeInfoSoapIn"><wsdl:part name="parameters" element="tns:getMobileCodeInfo" /></wsdl:message><wsdl:message name="getMobileCodeInfoSoapOut"><wsdl:part name="parameters" element="tns:getMobileCodeInfoResponse" /></wsdl:message><wsdl:message name="getDatabaseInfoSoapIn"><wsdl:part name="parameters" element="tns:getDatabaseInfo" /></wsdl:message><wsdl:message name="getDatabaseInfoSoapOut"><wsdl:part name="parameters" element="tns:getDatabaseInfoResponse" /></wsdl:message><wsdl:message name="getMobileCodeInfoHttpGetIn"><wsdl:part name="mobileCode" type="s:string" /><wsdl:part name="userID" type="s:string" /></wsdl:message><wsdl:message name="getMobileCodeInfoHttpGetOut"><wsdl:part name="Body" element="tns:string" /></wsdl:message><wsdl:message name="getDatabaseInfoHttpGetIn" /><wsdl:message name="getDatabaseInfoHttpGetOut"><wsdl:part name="Body" element="tns:ArrayOfString" /></wsdl:message><wsdl:message name="getMobileCodeInfoHttpPostIn"><wsdl:part name="mobileCode" type="s:string" /><wsdl:part name="userID" type="s:string" /></wsdl:message><wsdl:message name="getMobileCodeInfoHttpPostOut"><wsdl:part name="Body" element="tns:string" /></wsdl:message><wsdl:message name="getDatabaseInfoHttpPostIn" /><wsdl:message name="getDatabaseInfoHttpPostOut"><wsdl:part name="Body" element="tns:ArrayOfString" /></wsdl:message><wsdl:portType name="MobileCodeWSSoap"><wsdl:operation name="getMobileCodeInfo"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><br /><h3>獲得國內手機號碼歸屬地省份、地區和手機卡類型信息</h3><p>輸入參數:mobileCode = 字符串(手機號碼,最少前7位數字),userID = 字符串(商業用戶ID) 免費用戶為空字符串;返回數據:字符串(手機號碼:省份 城市 手機卡類型)。</p><br /></wsdl:documentation><wsdl:input message="tns:getMobileCodeInfoSoapIn" /><wsdl:output message="tns:getMobileCodeInfoSoapOut" /></wsdl:operation><wsdl:operation name="getDatabaseInfo"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><br /><h3>獲得國內手機號碼歸屬地數據庫信息</h3><p>輸入參數:無;返回數據:一維字符串數組(省份 城市 記錄數量)。</p><br /></wsdl:documentation><wsdl:input message="tns:getDatabaseInfoSoapIn" /><wsdl:output message="tns:getDatabaseInfoSoapOut" /></wsdl:operation></wsdl:portType><wsdl:portType name="MobileCodeWSHttpGet"><wsdl:operation name="getMobileCodeInfo"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><br /><h3>獲得國內手機號碼歸屬地省份、地區和手機卡類型信息</h3><p>輸入參數:mobileCode = 字符串(手機號碼,最少前7位數字),userID = 字符串(商業用戶ID) 免費用戶為空字符串;返回數據:字符串(手機號碼:省份 城市 手機卡類型)。</p><br /></wsdl:documentation><wsdl:input message="tns:getMobileCodeInfoHttpGetIn" /><wsdl:output message="tns:getMobileCodeInfoHttpGetOut" /></wsdl:operation><wsdl:operation name="getDatabaseInfo"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><br /><h3>獲得國內手機號碼歸屬地數據庫信息</h3><p>輸入參數:無;返回數據:一維字符串數組(省份 城市 記錄數量)。</p><br /></wsdl:documentation><wsdl:input message="tns:getDatabaseInfoHttpGetIn" /><wsdl:output message="tns:getDatabaseInfoHttpGetOut" /></wsdl:operation></wsdl:portType><wsdl:portType name="MobileCodeWSHttpPost"><wsdl:operation name="getMobileCodeInfo"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><br /><h3>獲得國內手機號碼歸屬地省份、地區和手機卡類型信息</h3><p>輸入參數:mobileCode = 字符串(手機號碼,最少前7位數字),userID = 字符串(商業用戶ID) 免費用戶為空字符串;返回數據:字符串(手機號碼:省份 城市 手機卡類型)。</p><br /></wsdl:documentation><wsdl:input message="tns:getMobileCodeInfoHttpPostIn" /><wsdl:output message="tns:getMobileCodeInfoHttpPostOut" /></wsdl:operation><wsdl:operation name="getDatabaseInfo"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><br /><h3>獲得國內手機號碼歸屬地數據庫信息</h3><p>輸入參數:無;返回數據:一維字符串數組(省份 城市 記錄數量)。</p><br /></wsdl:documentation><wsdl:input message="tns:getDatabaseInfoHttpPostIn" /><wsdl:output message="tns:getDatabaseInfoHttpPostOut" /></wsdl:operation></wsdl:portType><wsdl:binding name="MobileCodeWSSoap" type="tns:MobileCodeWSSoap"><soap:binding transport="http://schemas.xmlsoap.org/soap/http" /><wsdl:operation name="getMobileCodeInfo"><soap:operation soapAction="http://WebXml.com.cn/getMobileCodeInfo" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabaseInfo"><soap:operation soapAction="http://WebXml.com.cn/getDatabaseInfo" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input><wsdl:output><soap:body use="literal" /></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding name="MobileCodeWSSoap12" type="tns:MobileCodeWSSoap"><soap12:binding transport="http://schemas.xmlsoap.org/soap/http" /><wsdl:operation name="getMobileCodeInfo"><soap12:operation soapAction="http://WebXml.com.cn/getMobileCodeInfo" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabaseInfo"><soap12:operation soapAction="http://WebXml.com.cn/getDatabaseInfo" style="document" /><wsdl:input><soap12:body use="literal" /></wsdl:input><wsdl:output><soap12:body use="literal" /></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding name="MobileCodeWSHttpGet" type="tns:MobileCodeWSHttpGet"><http:binding verb="GET" /><wsdl:operation name="getMobileCodeInfo"><http:operation location="/getMobileCodeInfo" /><wsdl:input><http:urlEncoded /></wsdl:input><wsdl:output><mime:mimeXml part="Body" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabaseInfo"><http:operation location="/getDatabaseInfo" /><wsdl:input><http:urlEncoded /></wsdl:input><wsdl:output><mime:mimeXml part="Body" /></wsdl:output></wsdl:operation></wsdl:binding><wsdl:binding name="MobileCodeWSHttpPost" type="tns:MobileCodeWSHttpPost"><http:binding verb="POST" /><wsdl:operation name="getMobileCodeInfo"><http:operation location="/getMobileCodeInfo" /><wsdl:input><mime:content type="application/x-www-form-urlencoded" /></wsdl:input><wsdl:output><mime:mimeXml part="Body" /></wsdl:output></wsdl:operation><wsdl:operation name="getDatabaseInfo"><http:operation location="/getDatabaseInfo" /><wsdl:input><mime:content type="application/x-www-form-urlencoded" /></wsdl:input><wsdl:output><mime:mimeXml part="Body" /></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="MobileCodeWS"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"><a href="http://www.webxml.com.cn/" target="_blank">WebXml.com.cn</a> <strong>國內手機號碼歸屬地查詢WEB服務</strong>,提供最新的國內手機號碼段歸屬地數據,每月更新。<br />使用本站 WEB 服務請注明或鏈接本站:<a href="http://www.webxml.com.cn/" target="_blank">http://www.webxml.com.cn/</a> 感謝大家的支持!<br />&nbsp;</wsdl:documentation><wsdl:port name="MobileCodeWSSoap" binding="tns:MobileCodeWSSoap"><soap:address location="http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx" /></wsdl:port><wsdl:port name="MobileCodeWSSoap12" binding="tns:MobileCodeWSSoap12"><soap12:address location="http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx" /></wsdl:port><wsdl:port name="MobileCodeWSHttpGet" binding="tns:MobileCodeWSHttpGet"><http:address location="http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx" /></wsdl:port><wsdl:port name="MobileCodeWSHttpPost" binding="tns:MobileCodeWSHttpPost"><http:address location="http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx" /></wsdl:port></wsdl:service> </wsdl:definitions>
2.cmd執行命令

wsimport -s . wsdl地址 -p 包名

3.客戶端測試代碼

public static void main(String[] args) throws Exception {URL wsdlDocumentLocation = new URL("file:///D:/workspace/projects/yycg/yycg-main-0806/yycg-web-0806/src/test/java/MobileCodeWS.wsdl");QName serviceName = new QName("http://WebXml.com.cn/","MobileCodeWS");Service service = Service.create(wsdlDocumentLocation, serviceName);MobileCodeWSSoap port = service.getPort(MobileCodeWSSoap.class);String mobileCodeInfo = port.getMobileCodeInfo("15910761060", "");System.out.println(mobileCodeInfo);}4.測試結果

15910761060:北京 北京 北京移動全球通卡


總結

以上是生活随笔為你收集整理的WS查询手机号信息的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。