Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: xml
    • b53

        src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/document/soap/SOAPConstants.java

        public static final String URI_ENVELOPE = SOAPNamespaceConstants.ENVELOPE;

        This dependency requires a qualified export of com.sun.xml.internal.ws.encoding.soap.streaming package from java.xml.ws to jdk.xml.ws module which is currently missing in modules.xml.

        maybe another option is to replace it with
            public static final String URI_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/";

              Assignee:
              Mandy Chung (Inactive)
              Reporter:
              Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: