It's the same:

request.getScheme()

inside HtmlServiceWriter, that has to be changed as well like the other
class...

On Mon, 2007-28-05 at 16:50 -0400, Dragos Pavel wrote:
> Hi All,
> 
> I made my web service working with the fix for HTTPS described by Andrew
> Kerr in a previous post. After I made a custom version of that class to
> replace the http with https, I was able to test successfully the
> service.
> 
> Now everything is fine except one thing: if one is using the short URL
> (for example https:// + server + servicepackage) pointing to the welcome
> page of XFire (displaying all available services) which looks like this:
> ---------------------------------------------------------- 
> Available Services:
> 
>       * myservice [wsdl]
>         
> 
>         
>         Generated by XFire ( http://xfire.codehaus.org )
> -----------------------------------------------------------
> the link for the wsdl is wrong, instead to point to https it points to
> http (the rest of URL is correct but then again same problem with
> https). So the wsdl link is broken because it points wrongly to http
> instead to https.
> 
> Now one has to access the wsdl by using the absolute full URL, meaning
> it has to use "myservice?wsdl" at the end in order to view it in the
> browser. 
> 
> How can this link on the XFire welcome page be fixed ?
> I don't want to publish broken links if you know what I mean and this is
> related to XFire internals.
> 
> I expect your feedback.
> 
>         
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to