Ahh.. I found this post (http://ksoap.enhydra.org/project/mailingLists/ksoap/msg00657.html) that basically says that kSOAP transport is really independant.. and you can write your own transport (e.g. HTTPS/SSL) as needed... So here's what I did : the http support is really coming from the underlying j2me.. and i believe HTTPS support is now in j2me.. so i created an "HttpsTransport" class (exactly like the original kSOAP HttpTransport class - only changed the connector to be an HTTPS connector, etc.) - it compiles! I added it to my kSOAP library, and built a kSOAP appliation that attempts an https call.. In theory, everything is working! ..only I cannot test 100% because I don't have an SSL server and service.. Can anyone point me to a simple public web service (443) that I can test my SSL kSOAP with? - if all works, then I have been able to get Basic Auth, and SSL to successfully work! *JOY* .. kSOAP rules! the Monk.. --- StonedMonk <thestonedmonk@yahoo.com> wrote: > Again, I know there were posts asking about this.. > But > I couldn't find a definite answer. Does the current > kSOAP implementation support HTTPS/SSL connections? > ..or is there a patch/alternate method to perform > this? ..or has anyone looked at doing this? > > Any info (even if someone responses with a "no") > would > be greatly appricieated. > > stoneMonk.. > > __________________________________ > Do you Yahoo!? > Yahoo! Finance: Get your refund fast by filing > online. > http://taxes.yahoo.com/filing.html > __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |