Re: WSDLLess Deployment Implementation Question

2008-02-05 Thread Jean-Sebastien Delfino
Scott Kurz wrote: OK, just wanted to make sure I hadn't missed a discussion on how to do this with dynamic SDOs. You know, one issue I noticed when looking at this with static SDOs is the way that SDO makes it hard for you to programmatically go from static SDO to XSD. Looking at the SDO sourc

Re: WSDLLess Deployment Implementation Question

2008-02-05 Thread Venkata Krishnan
Hi Scott, There was a discussion around this with the SDO folks and their view point was that, having generated the static SDO from an XSD, why would one want to go and generate the XSD again. Ideally the original XSD should be used. Its been a while since I've been thro this, but I do remember

Re: WSDLLess Deployment Implementation Question

2008-02-05 Thread Scott Kurz
On Feb 3, 2008 5:01 PM, Mike Edwards <[EMAIL PROTECTED]> wrote: > Folks, > It is important to remember that when an interface is specified EITHER > as some non-WSDL interface type (eg Java interface) OR where it is > specified as WSDL, the FINAL WSDL that is necessary for a deployed (web) > servic

Re: WSDLLess Deployment Implementation Question

2008-02-05 Thread Scott Kurz
OK, just wanted to make sure I hadn't missed a discussion on how to do this with dynamic SDOs. You know, one issue I noticed when looking at this with static SDOs is the way that SDO makes it hard for you to programmatically go from static SDO to XSD. Looking at the SDO source I think it was the

Re: WSDLLess Deployment Implementation Question

2008-02-05 Thread Jean-Sebastien Delfino
Scott Kurz wrote: When you wrote: > - The generator should use the databinding metadata (including any knowledge of handwritten XSD representing the business data and generation capabilities like the SDO XSDGenerator) to generate proper XSD in the WSDL. How were you thinking a particular XSD w

Re: WSDLLess Deployment Implementation Question

2008-02-04 Thread Scott Kurz
Sebastien, When you wrote: - The generator should use the databinding metadata (including any knowledge of handwritten XSD representing the business data and generation capabilities like the SDO XSDGenerator) to generate proper XSD in the WSDL. How were you thinking a particular XSD would be ass

Re: WSDLLess Deployment Implementation Question

2008-02-03 Thread Jean-Sebastien Delfino
Mike Edwards wrote: Folks, ant elder wrote: On Jan 31, 2008 5:04 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: Hi, I have a question about the implementation of the "wsdlless" deployment function. The issues I see are occurring in a couple of places within the life-cycle. Namely, deployment, bind

Re: WSDLLess Deployment Implementation Question

2008-02-03 Thread Mike Edwards
Folks, ant elder wrote: On Jan 31, 2008 5:04 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: Hi, I have a question about the implementation of the "wsdlless" deployment function. The issues I see are occurring in a couple of places within the life-cycle. Namely, deployment, binding start, and servic

Re: WSDLLess Deployment Implementation Question

2008-02-02 Thread Jean-Sebastien Delfino
Simon Laws wrote: On Jan 31, 2008 5:04 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: Hi, I have a question about the implementation of the "wsdlless" deployment function. The issues I see are occurring in a couple of places within the life-cycle. Namely, deployment, binding start, and service defin

Re: WSDLLess Deployment Implementation Question

2008-02-01 Thread ant elder
On Jan 31, 2008 5:04 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: > Hi, I have a question about the implementation of the "wsdlless" > deployment > function. > The issues I see are occurring in a couple of places within the > life-cycle. > Namely, deployment, binding start, and service definition. It

Re: WSDLLess Deployment Implementation Question

2008-02-01 Thread Simon Laws
On Jan 31, 2008 5:04 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: > Hi, I have a question about the implementation of the "wsdlless" > deployment > function. > The issues I see are occurring in a couple of places within the > life-cycle. > Namely, deployment, binding start, and service definition. It

WSDLLess Deployment Implementation Question

2008-01-31 Thread Lou Amodeo
Hi, I have a question about the implementation of the "wsdlless" deployment function. The issues I see are occurring in a couple of places within the life-cycle. Namely, deployment, binding start, and service definition. It occurs to me that if the generation of the wsdl occurred early in the proce