jangidipramod / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

XMLRPCClient constructor throws an exception #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put this line into the code: client = new XMLRPCClient("http://
www.superjmn.com/DesktopModules/Blog/blogpost.ashx?tabid=58");
2. Execute the application and reach that line.
3. It throws an exception

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Android 1.5, Eclipse Galileo, Windows 7 RTM x64

I don't know whether the URL is correct or not, but it loads the correct 
XML-RPC summary page in any browser.

Original issue reported on code.google.com by super...@gmail.com on 12 Aug 2009 at 12:19

GoogleCodeExporter commented 9 years ago
Solved. I added the sources to my project instead and it worked.

Original comment by super...@gmail.com on 18 Aug 2009 at 11:55

GoogleCodeExporter commented 9 years ago
As per comment by superjmn

Original comment by JonTheNiceGuy on 30 Mar 2010 at 11:11