Hi,

I have a question. Can you have the Web -server running on the
Android. Can I deploy web services on Android?

-Kaushik

On Oct 6, 3:01 am, luca <[email protected]> wrote:
> Hi guys, i need an expert about android.
> I have to develop a framework to create clients for web-services on
> android.
> I thought to write a mapping from wsdl to java, but now i think is
> more usable
> to develop it through some tools like axis.
> After have developed my web services, i tried to develop a client on
> android but axis requires "java.rmi" class, that's not supported by
> android.
> Then i triedto import it such as an external library but in compile
> time, dalvik doesn't build and returns this error string:
>
> "trouble processing "java/rmi/AccessException.class"
> Attempt to include a core VM class in something other than a core
> library.
> It is likely that you have attempted to include the core library from
> a desktop
> virtual machine into an application, which will most assuredly not
> work. If
> you really intend to build a core library -- which is only appropriate
> as
> part of creating a full virtual machine binary, as opposed to
> compiling an
> application -- then use the "--core-library" option to suppress this
> error
> message. If you go ahead and use "--core-library" but are in fact
> building
> an application, then please be aware that your build will still fail
> at some
> point; you will simply be denied the pleasure of reading this helpful
> error
> message."
>
> And does anybody know how to set this option on eclipse?
> Does anybody already developed something like this using k2soap?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to