Results 1 to 3 of 3

Thread: it is possible to use http invoker for mobile client.

  1. #1

    Default it is possible to use http invoker for mobile client.

    Because http invoker is based on http protocol.so i am wondering whether i can export a http invoker service,and then invoked by mobile application.But it seems j2me doesn't support java.lang.reflect package.Does anybody have the experience or suggestions?

    Thanks in advance.
    cheng

  2. #2
    Join Date
    May 2007
    Posts
    3

    Default

    Reflection is definitively not available in j2me.
    Also remember, you cannot become an active listener on the mobile side. So you could imaging POSTing on a server, but not accepting incoming notifications.

  3. #3

    Default

    Thanks,FTarrega.I think there is no way to use http invoker in j2me then.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •