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

Reply With Quote

