在這份文件中,Web Services Client for C++ 套件(包括程式庫和 Java 工具、範例及文件) 是安裝在稱為 <inst_dir> 的安裝目錄中。
下表提供每一個目錄的內容概觀:
已安裝的目錄 | 內容 |
---|---|
<inst_dir> |
如果是 Windows 安裝作業, 則這個目錄層次包含範例 axiscpp.conf 配置檔, 否則這個目錄就是空白的。 |
<inst_dir>/bin (僅適用於 Windows ) |
如果這是 Windows 安裝作業, 則這個目錄層次包含 Web Services Client for C++ .dll (AxisClient.dll 等)的位置。 |
<inst_dir>/docs |
使用 PDF 和 HTML 格式的 Web Services Client for C++ 文件。文件的 PDF 版本是位於 <inst_dir>/docs 上層目錄中。HTML 版本則是位於 <inst_dir>/docs 上層目錄的 html 子目錄中。這個子目錄包含一個用來開啟 HTML 文件的 welcome.html 檔, 這個檔案是包含在 <inst_dir>/docs/html 內的許多子目錄內。 API 文件位於 <inst_dir>/docs 的 api 子目錄中。 |
<inst_dir>/etc (僅適用於 Linux ) |
如果這是非 Windows 的安裝作業, 則這個目錄層次包含範例 axiscpp.conf 配置檔,否則這個目錄就是空白的。 |
<inst_dir>/include |
Web Services Client for C++ 標頭檔, 這是建置 Web 服務特定產生的 Stub 所需要的標頭檔。 |
<inst_dir>/lib |
如果這是 Windows 安裝作業, 則這個目錄層次包含 AxisClient.lib, 當編譯器在建置 Web 服務特定產生的 Stub 時,需要這個檔案。否則,目錄會包含建置 Web 服務特定產生的 Stub 時, 所需要的全部已建置程式庫。 |
<inst_dir>/prereqs/XML4C (僅適用於 Windows 和 UNIX) |
隨 Web Services Client for C++ 一併出貨的必備產品 XML4C。 |
<inst_dir>/prereqs/java |
WSDL2Ws 工具所需要的必備 Java Jar 檔, 它們是隨著 Web Services Client for C++ 一併出貨。 |
<inst_dir>/samples |
Web Services Client for C++ 隨附範例的位置。 |
<inst_dir>/WSDL2Ws |
用來產生 Web 服務特定 Stub 的 WSDL2Ws Java 工具。 |