Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-09-05 Thread Jean-Sebastien Delfino
ant elder wrote: On 9/5/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: On 8/30/07, ant elder <[EMAIL PROTECTED]> wrote: This thread has gone quiet but there's been more discussion on this in TUSCANY-1654 (in case people aren't reading all the jira comments). How

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-09-05 Thread ant elder
On 9/5/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > ant elder wrote: > > On 8/30/07, ant elder <[EMAIL PROTECTED]> wrote: > > This thread has gone quiet but there's been more discussion on this in > > TUSCANY-1654 (in case people aren't reading all the jira comments). > > > > How about

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-09-05 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/30/07, ant elder <[EMAIL PROTECTED]> wrote: This thread has gone quiet but there's been more discussion on this in TUSCANY-1654 (in case people aren't reading all the jira comments). How about we just have a ServletHost getContextPath() modeled after the Servlet APIs g

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-09-05 Thread ant elder
On 8/30/07, ant elder <[EMAIL PROTECTED]> wrote: This thread has gone quiet but there's been more discussion on this in TUSCANY-1654 (in case people aren't reading all the jira comments). How about we just have a ServletHost getContextPath() modeled after the > Servlet APIs getContextPath method?

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread ant elder
On 8/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > ant elder wrote: > > On 8/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > > >> ant elder wrote: > >> > >>> I've not yet been able to find any good way to reliably work out the > >>> complete service URL in all environmen

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread Jean-Sebastien Delfino
ant elder wrote: On 8/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: ant elder wrote: I've not yet been able to find any good way to reliably work out the complete service URL in all environments. What i think maybe the best approach is to add a getBaseURI method to the Tuscan

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread ant elder
On 8/30/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > ant elder wrote: > > I've not yet been able to find any good way to reliably work out the > > complete service URL in all environments. What i think maybe the best > > approach is to add a getBaseURI method to the Tuscany ServletHost

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread Jean-Sebastien Delfino
ant elder wrote: I've not yet been able to find any good way to reliably work out the complete service URL in all environments. What i think maybe the best approach is to add a getBaseURI method to the Tuscany ServletHost interface so that can be used by bindings. So then it would be down to each

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-30 Thread Simon Laws
On 8/30/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > > Sounds ok to me. In an earlier version of the RMI Binding, I did > something > like this with the getUri method of Binding class. > > - Venkat > > On 8/29/07, ant elder <[EMAIL PROTECTED] > wrote: > > > > I've not yet been able to find an

Re: Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-29 Thread Venkata Krishnan
Sounds ok to me. In an earlier version of the RMI Binding, I did something like this with the getUri method of Binding class. - Venkat On 8/29/07, ant elder <[EMAIL PROTECTED]> wrote: > > I've not yet been able to find any good way to reliably work out the > complete service URL in all environme

Add getBaseURI to ServletHost (was Re: Problem with getting wsdl for HelloWorldService webservice

2007-08-29 Thread ant elder
I've not yet been able to find any good way to reliably work out the complete service URL in all environments. What i think maybe the best approach is to add a getBaseURI method to the Tuscany ServletHost interface so that can be used by bindings. So then it would be down to each ServletHost impl t