[ http://issues.apache.org/jira/browse/JUDDI-63?page=comments#action_60441 ] Guillaume Sauthier commented on JUDDI-63: -----------------------------------------
There is a property on SOAPMessage to tell Axis that we want the xml declaration. That's SOAPMessage.WRITE_XML_DECLARATION. This property must be set on o.a.axis.Message Maybe you can try with something like : resMesg.setProperty(SOAPMessage.WRITE_XML_DECLARATION, true); > jUDDI responses are missing XML heading: <?xml version="1.0" > encoding="utf-8"?> > ------------------------------------------------------------------------------- > > Key: JUDDI-63 > URL: http://issues.apache.org/jira/browse/JUDDI-63 > Project: jUDDI > Type: Bug > Reporter: Steve Viens > Assignee: Steve Viens > Fix For: 0.9 > > The new RegistryServlet lister/handler is not including the XML heading <?xml > version="1.0" encoding="utf-8"?> on the response message. > See the following thread for more information: > http://marc.theaimsgroup.com/?l=juddi-user&m=111030068112429&w=2 > Steve -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
