我使用Java和Axis來開發我的網站和WebService,我遇到了一個問題:
我有1個WS模塊,我已將它插入一些運行在不同服務器上的網站。
And I have a program call WebServices, but I want to invoke specific WebService (belong to specific my website), so I nedd to change value of at runtime.
例如,有時我想從網站A獲取數據,我可以使用WS來調用
有時我想從網站B獲取我可以使用的數據
無需更改wsdl文件
請幫幫我 !!! 謝謝。