I have a webapp, that is more or less an auto dialer, the user hits a button it sends the number and ext to the server, which constructs the xml request for the phone server and posts it using ssl. In my original program, an applet, it used apache HttpClient 3.1, to establish the connection and post the request to the phone server, using ssl. I tried to port this to the server side, of the webapp and google app engine doesn't like javax.net.ssl.SSLContext. So I tried to deploy the same app to tomcat 7 with ssl turned on and it still didn't work. Unfortunately I am new to Java Servlets like google app engine and tomcat, but has any one had success in something simlar to this or any suggestions for me to try?
Ultimately my question is how can i on the server side post my xml response to the phone server with ssl? Any input would be greatly appreciated, Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
