[jbossws-issues] [JBoss JIRA] Created: (JBWS-3339) Preamble is omitted when supplying external XSDs

Kyle Lape (JIRA) jira-events at lists.jboss.org
Sun Aug 21 12:59:17 EDT 2011


Preamble is omitted when supplying external XSDs
------------------------------------------------

                 Key: JBWS-3339
                 URL: https://issues.jboss.org/browse/JBWS-3339
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions:  jbossws-native-3.1.2
            Reporter: Kyle Lape


The XML preamble is omitted when serving external WSDL resources.  This can cause problem when specifying a non-default character set using the XML preamble.

For example, you access an external XSD:  http://localhost:8080/testService/Service?wsdl&resource=external.xsd

The file on the server starts like this:

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema ...>
  ...
</xsd:schema>

But when it's served to a client, it starts like this:

<xsd:schema ...>
  ...
</xsd:schema>

This affects the WSDL and any resources referenced by the WSDL.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list