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)"

(Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.2.xsd)
(Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.2.xsd)
Line 50: Line 50:
 
===Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.2.xsd===
 
===Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.2.xsd===
  
[[Image:dbws_1_2.png]]
+
[[Image:dbws_1_0.png]]
 
----
 
----
 
''[[EclipseLink User's Guide Copyright Statement|Copyright Statement]]''
 
''[[EclipseLink User's Guide Copyright Statement|Copyright Statement]]''

Revision as of 12:19, 15 October 2010

EclipseLink DBWS Service Descriptor File

The metadata for an EclipseLink DBWS service is contained in the eclipselink-dbws.xml service descriptor file. The eclipselink-dbws.xml's XML schema definition is represented by the eclipselink-dbws_1.0.xsd file. It is located in the <ECLIPSELINK_HOME>/xsds directory.

eclipselink-dbws.xml File Elements
Element Description Required Default

name

The name of the EclipseLink DBWS service.

Yes - set by the DBWSBuilder property projectName.
For more information, see DBWSBuilder and its builder xml file.

None

sessions-file

The name of EclipseLink sessions.xml file to be used.

No

If not present, then <tt>eclipselink-dbws-sessions.xml file will be used.

Any of the following four operation elements:

  • insert
  • update
  • delete
  • query

One or more service operations.

At least one service operation.

None


Graphical View of the EclipseLink DBWS Service Descriptor Schema eclipselink-dbws_1.2.xsd

Dbws 1 0.png


Copyright Statement

Back to the top