• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[Hints] Publishing Web Service through secure HTTP (SSL)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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.

  • Prev by Date: Re: Query result times in WO and mysql
  • Next by Date: Re: Re(2): SSI within main.html
  • Previous by thread: Re: KVC pitfall (was: validation)
  • Next by thread: Re: Re(2): SSI within main.html
  • Index(es):
    • Date
    • Thread