0
我無法在groovyws中設置搶先式身份驗證。 (供應商需要搶先認證。)GroovyWS WSClient搶先式基本身份驗證
我試圖找出groovyws document但沒有線索。
import groovyx.net.ws.WSClient
//def proxy = new WSClient("http://202.44.4.97/webservice/pttinfo.asmx?wsdl", this.class.classLoader)
def proxy = new WSClient("http://192.168.3.69/provider/myService", this.class.classLoader)
proxy.setBasicAuthentication('user', 'pass')
proxy.initialize()
以下是錯誤。
Caused by: java.io.IOException: Server returned HTTP response code: 405 for URL: http://192.168.3.69/provider/myService
謝謝蒂姆我會盡量提供反饋ASAP –
明天我會再次檢查它(現在不能嘗試它,因爲我的內聯網問題) –
它的工作。非常感謝你。 ;) –