2017-06-02 104 views

回答

0

如何導入Web服務與autentication

您需要創建在autentication使用的文本文件。

文本文件含量低於:

http://[login]:[password]@example.com/test?wsdl 

我已經創建的路徑爲c這個文本文件:\ auth.txt

現在,您需要執行下面的命令行

wsimport -Xauthfile C:\auth.txt -keep http://example.com/test?wsdl -s c:\path\to\source\ 

請參閱here