Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/UserGuide/DBWS/Overview/EclipseLink DBWS Service Descriptor File (ELUG)"

(EclipseLink DBWS Service Descriptor File)
(EclipseLink DBWS Service Descriptor File)
Line 4: Line 4:
 
<onlyinclude>
 
<onlyinclude>
 
The metadata for an EclipseLink DBWS service is contained in a service descriptor file <tt><b>eclipselink-dbws.xml</b></tt>.  
 
The metadata for an EclipseLink DBWS service is contained in a service descriptor file <tt><b>eclipselink-dbws.xml</b></tt>.  
The <tt><b>eclipselink-dbws.xml</b></tt>'s XSD is <tt><b>eclipselink-dbws_1_1_0.xsd</b></tt> and it is located in the <tt><ECLIPSELINK_HOME>\xsds</tt> directory
+
The <tt><b>eclipselink-dbws.xml</b></tt>'s XML Schema definition is <tt><b>eclipselink-dbws_1.0.xsd</b></tt> and it is located in the <tt>xsds</tt> directory in the <tt><b>eclipselink.jar</b></tt> file in the <tt><ECLIPSELINK_HOME>/jlib</tt> directory.
 
+
[[Image:dbws_1_0.png]]
 
</onlyinclude>
 
</onlyinclude>
 
----
 
----

Revision as of 15:18, 19 March 2009

EclipseLink DBWS Service Descriptor File

The metadata for an EclipseLink DBWS service is contained in a service descriptor file eclipselink-dbws.xml. The eclipselink-dbws.xml's XML Schema definition is eclipselink-dbws_1.0.xsd and it is located in the xsds directory in the eclipselink.jar file in the <ECLIPSELINK_HOME>/jlib directory. Dbws 1 0.png


Copyright Statement

Back to the top