Hello all, I recently tried to deploy an XMLBeanServiceFactory-Generated service using a schema that does not have a targetNamespace value present.
The wsdlGen task yells at me for not having a valid namespace listed... this wouldn't be a problem, except that my we service needs the XMLBean objects to handle replies from a legacy app driven by this namespace-less schema. So, if I change the schema to include a namespace, the legacy app's response isn't handled properly. Is there any way to generate a proper WSDL using an XMLBeans schema with no targetNamespace value? Thanks, Darin