I want to invoke my live webservice on android activity and i am using Ksoap technique ,I have made activity are as follows;
Webservice live on server as -'http://scoolbag.somee.com/service.asmx'
M
我在使用KSOAP2向服務器發送請求時得到java.io.IOException:HTTP請求失敗,HTTP狀態:500行httpTransport.call(SOAP_ACTION, envelope),但服務器工作,我用SoapUI檢查它。可能是什麼問題? public class SOAPClient
{
private static final int TIMEOUT_SOCK
我正在使用android studio IDE的ksoap庫也成功獲取Web服務的響應(我從調試中看到它)。通常這個代碼正在工作;然而,這次給我錯誤的任何幫助,謝謝。 response = (SoapObject) envelope.getResponse(); // works I do got response
for (int i = 0; i < count; i++){ //