Well, for whatever reason your server is returning a 404, simple as that. You'll have to look at the server code and see why.
On Thu, Sep 2, 2010 at 12:06 AM, Tsolmon Narantsogt <[email protected]> wrote: > my server log : > [2010-09-02 15:04:02,429] INFO:web-service:successful login from 'admin' > using database 'monos_erp' > But my client : > org.xmlrpc.android.XMLRPCException: HTTP status code: 404 != 200 > > On Thu, Sep 2, 2010 at 2:50 PM, Tsolmon Narantsogt <[email protected]> wrote: >> >> Actually i don't know. Url is correct i saw it. >> public static final String HOST = "http://10.0.2.2:8069/xmlrpc/common"; >> >> >> On Thu, Sep 2, 2010 at 1:57 PM, Frank Weiss <[email protected]> wrote: >>> >>> OK. So why is the server returning that HTTP status? My first guess is >>> the URL is incorrect. What's your guess? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- http://developingthedream.blogspot.com/, http://diastrofunk.com, http://www.youtube.com/user/revoltingx, ~Isaiah 55:8-9 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

