[Hints] Publishing Web Service through secure HTTP (SSL)
[Hints] Publishing Web Service through secure HTTP (SSL)
- Subject: [Hints] Publishing Web Service through secure HTTP (SSL)
- From: Francis Labrie <email@hidden>
- Date: Wed, 21 Jan 2004 14:04:50 -0500
Hi,
If you need to deploy a WebObjects application publishing Web Services
on a secure HTTP server (SSL), you'll find that all URL to the
publisher in the WSDL keep an non-secure form (i.e.
http://myhost.com/cgi-bin/WebObjects/ws/MyService?wsdl). Don't get mad
or tear off your hair like me... I'll give the (undocumented) way I've
finally found to do it.
All you have to do is to modify two files in the WebObjects application
resources:
1. Modify the "server.wsdd" file, replacing the "<transport
name="http">" line with "<transport name="https">";
2. Add this line to the "Properties" file:
"WOWebServiceTransportName=https" (without quotes).
That's it! I hope Apple will enhance the Web Service documentation a
bit, because I have already lost lot of time to finally find this... :(
Kind regards,
--
Francis Labrie
Saint-Bruno-de-Montarville, Quebec, Canada
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.