Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
I'm beginner Android Developer, I want to make android application with connection SOAP web services and I'm using icesoap, I dont have error message from my code, but when I running my application, I'm not get the result and in logcat i have error like this.
09-17 10:15:22.085      769-769/com.smartsoft.MMSD_Apps E/LoginActivity﹕ Request returned with error code  401
    com.alexgilleran.icesoap.exception.SOAPException: Request returned with error code  401
            at com.alexgilleran.icesoap.request.impl.RequestImpl.run(RequestImpl.java:322)
            at com.alexgilleran.icesoap.request.impl.RequestImpl.access$300(RequestImpl.java:31)
            at com.alexgilleran.icesoap.request.impl.RequestImpl$RequestTask.doInBackground(RequestImpl.java:391)
            at com.alexgilleran.icesoap.request.impl.RequestImpl$RequestTask.doInBackground(RequestImpl.java:369)
            at android.os.AsyncTask$2.call(AsyncTask.java:287)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
            at java.util.concurrent.FutureTask.run(FutureTask.java:137)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
            at java.lang.Thread.run(Thread.java:856)



, I was check my web service and that is working find.

help me please..
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900