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 would be associated with a
generic DataObject on a Java intf? What
metadata would we be using as input here?
[snip]
I was thinking about static SDOs.
Java method updateCustomer(DataObject anObject) would translate to
WSDL operation updateCustomer [ XSD xsd:any ]
but Java method updateCustomer(Customer customer) would translate to
WSDL operation updateCustomer [ XSD cust:Customer ]
--
Jean-Sebastien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]