所以我有一個正常的Eclipse /休眠/春webservice的一些SOAP服務,其中之一是sayHello()
至極返回一個字符串放在哪裏的XSLT在客戶端的web應用
調用的sayHello與http://localhost:8080/myWebService/soapServices/sayHello
產量:
<soap:Envelope>
<soap:Body>
<ns2:sayHelloResponse>
<return>greetings from the web service! time is 2015-09-06T14:39:23.375
</return>
</ns2:sayHelloResponse>
</soap:Body>
</soap:Envelope>
我也創建了一個伴侶webappp(客戶端)來訪問Web服務。 它需要一個XSLT樣式表來設置此響應的格式,但我應該在哪裏將myStylesheet.xsl
放在我的客戶端webapp的項目結構中?在新目錄下WEB-INF/stylesheets
?
請[不要「簽署」你的帖子](http://meta.stackexchange.com/a/108452/137826),然而好的意圖。你已經有了一個簽名,那就是你的頭像和你的名字(儘管目前,你沒有設置一個名字,但是你可以繼續[編輯並改變它](http://stackoverflow.com/users/edit/) 1201168)_Still-learning Steve_) – Abel