Hi there. We're using xmlbeans as input and ouput of our webservices on a weblogic 9.2.0 server. This works great, except that the output produced is really large, and this is in part due to the fact that namespace declarations are on almost every line in the response. If I try to save it myself I can use setSaveAggressiveNamespaces and setSaveNamespacesFirst to remove the namespaces. I've tried to set Xmloptions when using newInstance, but as the documentation says, those options are not considered when using newInstance. So my question is if there is any way to tell weblogic to use the same xmloptions so that the output will look better? We're using the ant task jwsc to create our webservices, if that has any impact.
Thanks in advance regards Knut-Erik Johnsen ********************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. *********************************************************************

