Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After I did that, the requests went through fine. As for SSL, unless Tomcat handles the SSL I don't believe there is a way to connect via SSL to Tomcat - ie if Apache is handling the SSL, then I don't believe you can connect over https (sad)

Panel

From Seth Theriault:
All my conns to Tomcat are fronted by Apache. I am using a
Perl script with these URIs:

my $loginURI = "https://my.sakai.server/sakai-axis/SakaiLogin.jws?wsdl";
my $scriptURI = "https://my.sakai.server/sakai-axis/SakaiScript.jws?wsdl";

and see no problems.

Thanks Seth. Maybe it was just the UNE server setup that was presenting difficulties for me?!

A caveat with Perl and Web Services

...