Re: question on runtime Java2WSDLHelper

2008-02-02 Thread Jean-Sebastien Delfino
Simon Nash wrote: See inline. Simon Scott Kurz wrote: I was looking over the runtime Java2WSDLHelper code to get some understanding of it. After we build the WSDL with the call to: builder.generateWSDL(); I was wondering what we're doing post-gen to the WSDL types section? What's the cod

Re: question on runtime Java2WSDLHelper

2008-02-01 Thread Simon Laws
snip.. On Jan 31, 2008 8:44 PM, Lou Amodeo <[EMAIL PROTECTED]> wrote: > Hi Simon, This timing of this is more of a service side requirement than > a > client one. Due to some dependencies I have I need to have access to a > physical WSDL file at service provider startup. > > OK, I see. Where wou

Re: question on runtime Java2WSDLHelper

2008-01-31 Thread Lou Amodeo
Hi Simon, This timing of this is more of a service side requirement than a client one. Due to some dependencies I have I need to have access to a physical WSDL file at service provider startup. On 1/31/08, Simon Laws <[EMAIL PROTECTED]> wrote: > > Hi Lou > > A question relating to the phasing h

Re: question on runtime Java2WSDLHelper

2008-01-31 Thread Simon Laws
Hi Lou A question relating to the phasing here. > > > Along these same lines, I am looking to emit, as a file, the WSDL > required > > for client development. This needs to be emitted prior to the start of > the > > service so obtaining it from ?wsdl is not feasible. > Is this something you wa

Re: question on runtime Java2WSDLHelper

2008-01-30 Thread Simon Nash
Lou Amodeo wrote: Along these same lines, I am looking to emit, as a file, the WSDL required for client development. This needs to be emitted prior to the start of the service so obtaining it from ?wsdl is not feasible. It appear that the post-processing is applied to the WSDLDefinition rath

Re: question on runtime Java2WSDLHelper

2008-01-30 Thread Simon Nash
See inline. Simon Scott Kurz wrote: I was looking over the runtime Java2WSDLHelper code to get some understanding of it. After we build the WSDL with the call to: builder.generateWSDL(); I was wondering what we're doing post-gen to the WSDL types section? What's the code calling readInlin

Re: question on runtime Java2WSDLHelper

2008-01-30 Thread Lou Amodeo
Along these same lines, I am looking to emit, as a file, the WSDL required for client development. This needs to be emitted prior to the start of the service so obtaining it from ?wsdl is not feasible. It appear that the post-processing is applied to the WSDLDefinition rather than the byte strea

question on runtime Java2WSDLHelper

2008-01-30 Thread Scott Kurz
I was looking over the runtime Java2WSDLHelper code to get some understanding of it. After we build the WSDL with the call to: builder.generateWSDL(); I was wondering what we're doing post-gen to the WSDL types section? What's the code calling readInlineSchemas() doing? Is that code in there pu