返回列表 回復 發帖

vmware Orchestrator的wsdl要怎麼安裝

請問vmware Orchestrator的wsdl要怎麼安裝
我安裝了vmware Orchestrator但是用api執行都無效
  1. String urlprefix = "http://10.1.51.104:8281" ;
  2.                 URL url = new URL(urlprefix + "/vmo/webservice");       
  3.                 VSOWebControl vsoWebControl = new VSOWebControlServiceLocator().getwebservice(url);
複製代碼
vsoWebControl 完全沒取得任何東西
請問安裝完vmware Orchestrator後的wsdl是否還要設定什麼

謝謝
返回列表