Hi,
I am using JAX-WS to implement a WebServices for a line of products.
We are using Flex to create the web interface, and it should comunicate with the server using SOAP.
The problem is that Flex does not support <xsd:import> so we are forced to use inline schema.
How can I force JAX-WS to generate inline schema instead of using xsd:import ?
Thanks in advance.
Regards,
Dima Gutzeit.