On Wed, May 21, 2008 at 7:47 PM, Simon Nash <[EMAIL PROTECTED]> wrote:

> Scott Kurz wrote:
>
>> That 'generate-sdo' only generates the Java types from the schema types,
>> right?
>>
>> It's the WSDL2Java which maps portType operations t**o Java methods and
>> (last I checked) our
>> W2J is the only tool which knows how to do this with an SDO databinding.
>>
>>  Are the Java Service Endpoint Interfaces generated from WSDL portTypes
> when using an SDO databinding different from what JAX-WS would produce
> when using a JAXB databinding?  Or are the differences confined to the
> Java code that's generated for the XSD types referenced in the WSDL?
> If possible, it would be good if we could use standard tools to generate
> the Java SEIs, and SDO-specific tools for the XSD to Java static SDO
> translation.
>

One extra thing an SCA specific tool does need to do is to add the
org.osoa.sca.Remotable annotation to the SEI. Maybe that could be done with
a simple post processor?

   ...ant

Reply via email to