This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/go/artf2725?nav=1 at Fri, 04 Nov 2022 20:19:59 GMT SourceForge : artf2725: (1834) Structure of direct access response message

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin
Search Tracker
Project: DAIS-WG     Trackers > WS-DAI Issues > View Artifact
Artifact artf2725 : (1834) Structure of direct access response message
Tracker: WS-DAI Issues
Title: (1834) Structure of direct access response message
Description:
Section 5.3.1 of the WS-DAI document defines the structure of a response message as:

<ResponseMessage>
<wsdai:DatasetFormat/>
<wsdai:DatasetData>
	Data goes here formatted according to the DatasetFormat uri in
       the request message.
  </wsdai:DatasetData> 
</ResponseMessage>

However, this is slightly different to what is defined in the WSDL. It is actually:

<ResponseMessage>
  <wsdai:Dataset>
    <wsdai:DatasetFormat/>
    <wsdai:DatasetData>
         Data goes here formatted according to the DatasetFormat uri in
         the request message.
      </wsdai:DatasetData> 
  </wsdai:Dataset>
</ResponseMessage>

Where <Dataset> is in some cases extended by specific realizations, e.g:

<wsdair:SQLExecuteResponse>
  <wsdair:SQLDataset>
     <wsdai:DatasetFormat/>
      <wsdair:SQLUpdateCount/>
      <wsdair:SQLOutputParameter/>
      </wsdai:DatasetData/> 
  </SQLDataset>
</wsdair:SQLExecuteResponse>

Presumably the description of the direct access response message defined in section 5.3.1 should be changed in order to 
correctly describe the structure of the response message as defined in the WSDL. The other option would be to change the
 WSDL, but the WSDL seems consistent across the specification documents (DAI, DAIR & DAIX) and seems to be the intended 
way of constructing the response message.
.
Submitted By: Steven Lynden
Submitted On: 05/31/2006 9:57 AM EDT
Last Modified: 06/21/2006 10:22 AM EDT
Closed: 06/21/2006 10:22 AM EDT

Status / Comments Change Log Associations Attachments  
 (3 Items)
Field Old Value New Value Date Performed By
Status
Open
Closed
06/21/2006 10:22 AM EDT Steven Lynden
Closed 06/21/2006 06/21/2006 10:22 AM EDT Steven Lynden
assigned_to
100
9474
06/01/2006 7:08 AM EDT Amy Krause

 
 
 
< 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/artf2725?nav=1 at Fri, 04 Nov 2022 20:20:03 GMT