使用axis2時在temp檔案產生大量快取

2021-07-10 16:58:27 字數 858 閱讀 2824

解決在使用axis2時,每一次請求產生axis2jar臨時檔案,導致占用大量磁碟空間問題。

在spring配置檔案中採用構造注入:

id="axisconfigcontext"

class="org.apache.axis2.context.configurationcontextfactory"

factory-method ="createconfigurationcontextfromfilesystem" >

< constructor-arg

index ="0" >

< null />

constructor->arg>

< constructor-arg

index ="1" >

< null />

constructor->arg>

bean>

< bean

id ="stub"

class ="...stub"

scope ="prototype" >

< constructor-arg

ref ="axisconfigcontext" />

bean>

注:…stub是對應專案中的stub類;

採用**的方式:

private

static configurationcontext configurationcontext;

static catch (axisfault axisfault)

}

注:將生成的物件引入到stub類中。

Axis2外掛程式在eclipse中的安裝

axis2外掛程式 axis2 service archiver 1.3.0 axis2 codegen wizard 1.3.0 eclipse eclipse sdk 3.7.2 win32.zip 安裝步驟 1 解壓eclipse sdk 3.7.2 win32.zip 2 將附件中axis2...

AXIS2使用問題解決點滴

1 在呼叫第三方的web service過程中 雙方都是axis2 發現如下問題 當資料量大時,第三方返回的contenttype 在http頭內 是xml 當資料量小時,第三方返回的contenttype 在http頭內 是text 這導致預設情況下,axis2 1.4生成的客戶端在處理資料量小時...

使用Axis2開發Web服務 環境部署

官方網頁 http ws.apache.org axis2 1.standard binary distribution 開發用 2.source distribution axis2源 3.war web archive distribution 可作為部署用的web工程 4.documents ...