Raymond Feng wrote:
We have been talking about deriving/populating the element information for parameters and return value of a java method following the java2wsdl rules. I agree with you that should be the right direction.

There are a few cases:

1) If the java interface is generated from WSDL, we can try to get the element/type information from the WSDL. For example, we can check the JAX-WS annotations for the metadata.

2) If no hint is provided, we can use dummy names such as "param0", "param1" and "return".

Thanks,
Raymond


+2 :)

--
Jean-Sebastien


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

Reply via email to