Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User tadhg's Avatar
    Join Date
    Jan 2008
    Posts
    1
    Hi all, first Nokia Forum post.

    Am doing my final fourth year project based on the Nokis 6131 nfc phone and am required to make a PayPal purchase using said phone. I was original planning on using a Web Service as a middlebox between the phone and PayPal but have run into a few problems. Mainly that the phone does not seem to support javax.xml.namespace.QName or javax.microedition.xml.rpc. Have tried including the missing libraries but still end up getting;
    java.lang.NoClassDefFoundError: javax/xml/namespace/QName: java/io/Serializable
    when trying to call the middlebox stub.

    Was wondering if anyone has any workarounds for this problem or can suggest an alternative method to contact PayPal and make a payment on a Nokia 6131. Thanks

  2. #2
    Nokia Developer Champion hartti's Avatar
    Join Date
    Apr 2003
    Location
    USA, CA
    Posts
    7,192
    javax.xml.namespace.QName is Java SE package, and not available on any phone
    javax.microedition.xml.rpc part of the Web Services API (JSR-172) is not supported by 6131 NFC (only the XML parsing part of that API is supported).

    You could check out kSOAP 2
    http://ksoap2.sourceforge.net/

    Hartti

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved