Hello,
I have some days now of trying diverse paths to connect to a SAP
server. KSoap looked fine, but did not authenticated me on the server,
and in the end I generated stub classes from a local wsdl and when
trying to use a class that was generated , that used the javax.*
classes I got stuck. Those classes are not in the Android package..(ex
javax.xml.bind.annotation.*)

I thought of creating my own Android Library, to put the classes from
javax.* and compile and add it to my project, but this did not work at
all, because there are too many dependences, for instance calling
classes from java.awt, swing and other packages.

I need a new path and I have no more ideas. Did anyone managed to
import javax.* in android? not using core libraries.
I don't understand why kSoap did not authenticated me on server, I
understood because it does not understand some WS Security.

I am still searching, googling, thinking...any ideas would be great. I
think using the generated stub classes is the path to go, because
ksoap is old and it did not work so far for my situation.
How can I use javax.* classes in android?
Thank you for your time.

Gabriela

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to