You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Stefan Schmidt (JIRA)" <de...@geronimo.apache.org> on 2005/07/06 03:08:29 UTC

[jira] Created: (GERONIMO-711) Missing XML declaration in WSDL documents published by WS

Missing XML declaration in WSDL documents published by WS
---------------------------------------------------------

         Key: GERONIMO-711
         URL: http://issues.apache.org/jira/browse/GERONIMO-711
     Project: Geronimo
        Type: Bug
  Components: webservices  
    Versions: 1.0-M4    
    Reporter: Stefan Schmidt
    Priority: Minor


After publishing a WS from an J2EE app you should be able to retrieve the WSDL file in the following way:

http://localhost:8080/YourWebAppName/YourWS?wsdl

This works now thanks to one of djencks recent patches here :-). But the XML declaration at the beginning of the WSDL document is missing.

I should be something like: <?xml version="1.0" encoding="UTF-8"?> depending on the desired encoding.

Stefan Schmidt

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-711) Missing XML declaration in WSDL documents published by WS

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-711?page=all ]

David Jencks reassigned GERONIMO-711:
-------------------------------------

    Assign To: David Jencks

> Missing XML declaration in WSDL documents published by WS
> ---------------------------------------------------------
>
>          Key: GERONIMO-711
>          URL: http://issues.apache.org/jira/browse/GERONIMO-711
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4
>     Reporter: Stefan Schmidt
>     Assignee: David Jencks
>     Priority: Minor

>
> After publishing a WS from an J2EE app you should be able to retrieve the WSDL file in the following way:
> http://localhost:8080/YourWebAppName/YourWS?wsdl
> This works now thanks to one of djencks recent patches here :-). But the XML declaration at the beginning of the WSDL document is missing.
> I should be something like: <?xml version="1.0" encoding="UTF-8"?> depending on the desired encoding.
> Stefan Schmidt

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-711) Missing XML declaration in WSDL documents published by WS

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-711?page=all ]
     
David Jencks closed GERONIMO-711:
---------------------------------

    Resolution: Fixed

Fixed by using a suitable XmlObject to String method involving an OutputStream.  Even includes a little test!
Sending        modules/axis-builder/src/java/org/apache/geronimo/axis/builder/AxisServiceBuilder.java
Adding         modules/axis-builder/src/test/org/apache/geronimo/axis/builder/WSDLMapTest.java
Transmitting file data ..
Committed revision 232864.

> Missing XML declaration in WSDL documents published by WS
> ---------------------------------------------------------
>
>          Key: GERONIMO-711
>          URL: http://issues.apache.org/jira/browse/GERONIMO-711
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4
>     Reporter: Stefan Schmidt
>     Assignee: David Jencks
>     Priority: Minor
>      Fix For: 1.0-M5

>
> After publishing a WS from an J2EE app you should be able to retrieve the WSDL file in the following way:
> http://localhost:8080/YourWebAppName/YourWS?wsdl
> This works now thanks to one of djencks recent patches here :-). But the XML declaration at the beginning of the WSDL document is missing.
> I should be something like: <?xml version="1.0" encoding="UTF-8"?> depending on the desired encoding.
> Stefan Schmidt

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-711) Missing XML declaration in WSDL documents published by WS

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-711?page=all ]

David Jencks updated GERONIMO-711:
----------------------------------

    Fix Version: 1.0-M5

> Missing XML declaration in WSDL documents published by WS
> ---------------------------------------------------------
>
>          Key: GERONIMO-711
>          URL: http://issues.apache.org/jira/browse/GERONIMO-711
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4
>     Reporter: Stefan Schmidt
>     Assignee: David Jencks
>     Priority: Minor
>      Fix For: 1.0-M5

>
> After publishing a WS from an J2EE app you should be able to retrieve the WSDL file in the following way:
> http://localhost:8080/YourWebAppName/YourWS?wsdl
> This works now thanks to one of djencks recent patches here :-). But the XML declaration at the beginning of the WSDL document is missing.
> I should be something like: <?xml version="1.0" encoding="UTF-8"?> depending on the desired encoding.
> Stefan Schmidt

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira