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 readInlineSchemas() doing?

Is that code in there purely to collect the schema information to
build Tuscany interface/operation/model objects?  Or is there
maybe an issue/bug in the Axis2 J2W that we're massaging over?

I'm not sure what the readInlineSchemas() call does.  There is some
massaging code in processNoArgAndVoidReturnMethods() which is called
after builder.generateWSDL().  This code compensates for some problems
in the Java2WSDL generation in Axis2 1.3, which doesn't completely
conform to the correct JAX-WS pattern.  It writes to the schema DOM
as part of its massaging.

Hopefully someone who knows wouldn't mind explaining that at a bit of
a higher level.

Thanks,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to