1. 程式人生 > >Spring-Cloud SOA面向服務架構(一個簡單的例子)

Spring-Cloud SOA面向服務架構(一個簡單的例子)

什麼是SOA

在這裡插入圖片描述

玩法

  • 新建一個java專案

  • 點選右鍵選擇 web Service Client 服務
    在這裡插入圖片描述

  • 這裡選擇WSDL地址,點選下一步自動生成程式碼
    在這裡插入圖片描述

  • 呼叫main方法測試,這裡測試的是國內手機號碼歸屬地查詢WEB服務

  • 網址:WEB服務

public static void main(String[] args) throws ServiceException, RemoteException {
		MobileCodeWSLocator  mcs = new MobileCodeWSLocator();
		MobileCodeWSSoap mcss = mcs.getMobileCodeWSSoap();
		String mobileCodeInfo = mcss.getMobileCodeInfo("xxxxxxx", null);  
		System.out.println(mobileCodeInfo);
	}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 測試效果如下
十一月 30, 2018 10:56:07 上午 org.apache.axis.utils.JavaUtils isAttachmentSupported
警告: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
xxxxxxx:湖南 長沙 湖南聯通GSM卡
  • 1
  • 2
  • 3
        </div>
					<link href="https://csdnimg.cn/release/phoenix/mdeditor/markdown_views-a47e74522c.css" rel="stylesheet">
            </div>

什麼是SOA

在這裡插入圖片描述

玩法

  • 新建一個java專案

  • 點選右鍵選擇 web Service Client 服務
    在這裡插入圖片描述

  • 這裡選擇WSDL地址,點選下一步自動生成程式碼
    在這裡插入圖片描述

  • 呼叫main方法測試,這裡測試的是國內手機號碼歸屬地查詢WEB服務

  • 網址:WEB服務

public static void main(String[] args) throws ServiceException, RemoteException {
		MobileCodeWSLocator  mcs = new MobileCodeWSLocator();
		MobileCodeWSSoap mcss = mcs.getMobileCodeWSSoap();
		String mobileCodeInfo = mcss.getMobileCodeInfo("xxxxxxx", null);  
		System.out.println(mobileCodeInfo);
	}

  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 測試效果如下
十一月 30, 2018 10:56:07 上午 org.apache.axis.utils.JavaUtils isAttachmentSupported
警告: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.
xxxxxxx:湖南 長沙 湖南聯通GSM卡

  
  • 1
  • 2
  • 3
        </div>
					<link href="https://csdnimg.cn/release/phoenix/mdeditor/markdown_views-a47e74522c.css" rel="stylesheet">
            </div>