Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

http://oracle.com/webfolder/technetwork/jsc/xml/ns/jaxws/wsdl_customizationschema_2_0.xsd The prefix

3570497Oct 19 2017 — edited Oct 19 2017

Dear Community!

The following  http://oracle.com/webfolder/technetwork/jsc/xml/ns/jaxws/wsdl_customizationschema_2_0.xsd XMLSchema has an unresolved problem. In the top of the document there is an annotation tag, which is in the xsd namespace, and in the root, there is no xsd namespace definition.

The problem would be solved with the following root tag:

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"          

xmlns:xsd="http://www.w3.org/2001/XMLSchema"          

xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"          

elementFormDefault="qualified"          

targetNamespace="http://java.sun.com/xml/ns/jaxws"          

attributeFormDefault="unqualified">

In the current solution, xmlns:xsd="http://www.w3.org/2001/XMLSchema" line is missing.

The eclipse markers marks it as an error(it is a standard xml validation error).

All the best,

Viktor Kiss

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2017
Added on Oct 19 2017
0 comments
1,844 views