This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/go/artf2673?nav=1 at Fri, 04 Nov 2022 20:16:55 GMT SourceForge : artf2673: (1810) Trivial XQueryX embedding

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin
Search Tracker
Project: DAIS-WG     Trackers > WS-DAIX issues > View Artifact
Artifact artf2673 : (1810) Trivial XQueryX embedding
Tracker: WS-DAIX issues
Title: (1810) Trivial XQueryX embedding
Description:
Regarding the use of XQueryX in the WS-DAIX WSDL, there is the following element defined in the XQueryX schema to handle
 the trivial embedding of XQueryX:

<xsd:element name="xquery" type="xsd:string"/>

But, the XQuery port type WSDL defines the XQuery expression type as:

<xsd:complexType name="XQueryExpressionType">
   <xsd:complexContent>
      <xsd:extension base="wsdai:ExpressionType">
         <xsd:sequence>
            <xsd:element ref="xqx:module"/>
         </xsd:sequence>
       </xsd:extension>
   </xsd:complexContent>		
</xsd:complexType>

I think that this means that the trivial embedding can't be used. Perhaps <xsd:element ref="xqx:module"/> in the above 
should be changed to <xsd:any namespace="http://www.w3.org/2005/XQueryX"/>. This would allow XQuery expressions to be 
passed as strings, and would also be consistent with the way that XUpdate expressions are defined in the WSDL.
.
Submitted By: Steven Lynden
Submitted On: 05/02/2006 6:47 AM EDT
Last Modified: 06/21/2006 10:31 AM EDT
Closed: 06/21/2006 10:31 AM EDT

Status / Comments Change Log Associations Attachments  
 (4 Items)
Field Old Value New Value Date Performed By
Status
Open
Closed
06/21/2006 10:31 AM EDT Steven Lynden
Closed 06/21/2006 06/21/2006 10:31 AM EDT Steven Lynden
assigned_to
100
9474
05/27/2006 3:49 AM EDT Norman Paton
Priority
-
2
05/26/2006 10:34 AM EDT Norman Paton

 
 
 
< Previous
 
 
Next >
 


The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/go/artf2673?nav=1 at Fri, 04 Nov 2022 20:16:59 GMT