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

Line 14: Line 14:
 
! id="r1c2-t2" align="left" valign="bottom" | '''Default'''
 
! id="r1c2-t2" align="left" valign="bottom" | '''Default'''
 
|- align="left" valign="top"
 
|- align="left" valign="top"
| align="left" |
+
| align="left"
 +
|
 
<tt>name</tt>
 
<tt>name</tt>
 
|
 
|

Revision as of 13:40, 20 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 <ECLIPSELINK_HOME>/xsds directory.

eclipselink-dbws.xml File Elements
Element Description Required Default
align="left"

<tt>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 eclipselink-dbws-sessions.xml 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 EclipseLink DBWS Service Descriptor's Schema eclipselink-dbws_1.0.xsd

Dbws 1 0.png


Copyright Statement

Copyright © Eclipse Foundation, Inc. All Rights Reserved.