You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Steve Viens (JIRA)" <ju...@ws.apache.org> on 2005/03/08 18:02:54 UTC

[jira] Created: (JUDDI-63) jUDDI responses are missing XML heading:

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
 Assigned to: 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


[jira] Closed: (JUDDI-63) jUDDI responses are missing XML heading:

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-63?page=history ]
     
Steve Viens closed JUDDI-63:
----------------------------

    Resolution: Fixed

Fixed per recommendation from Guillaume.

> 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


[jira] Commented: (JUDDI-63) jUDDI responses are missing XML heading:

Posted by "Guillaume Sauthier (JIRA)" <ju...@ws.apache.org>.
     [ 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