• 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
Re: [Hints] Publishing Web Service through secure HTTP (SSL)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Hints] Publishing Web Service through secure HTTP (SSL)


  • Subject: Re: [Hints] Publishing Web Service through secure HTTP (SSL)
  • From: David Griffith <email@hidden>
  • Date: Wed, 18 Feb 2004 17:49:20 +0100

I was about to ask a question but I think this might be answer, I just want
to confirm as I don't 100% understand everything written below..

I have a secure server set up and working.  I can connect to the home page
(static, not WO) with https: and it works great, same for all other static
pages.

When I click the order button, which passes through to a WO application
(still with the https: in the url in the browser), the connection loses it's
security and reverts to non-secure.

Is the info below correct to resolve this issue?  If not, can someone tell
me what's wrong?

Regards,
Dave.

> 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.
_______________________________________________
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: WOMailDelivery
  • Next by Date: solved: advanced EOF: batch fetching relationship: can't fetch certain relationships
  • Previous by thread: Re: WOMailDelivery
  • Next by thread: Help with D2W application
  • Index(es):
    • Date
    • Thread