This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf2725?nav=1&selectedTab=comments at Sun, 06 Nov 2022 12:26:26 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  
Status  
Group: *
Status:* Closed
Category: *
Customer: *
Priority: * 0
Assigned To: * Steven Lynden
Reported in Release: *
Fixed in Release: *
Estimated Hours: * 0
Actual Hours: * 0
Comments
Steven Lynden: 06/21/2006 10:22 AM EDT
  Comment:
Proposed action taken - structure of the response message as described in section 5.3.1 has been changed.
  Action: Update
Closed set to 06/21/2006
Status changed from Open to Closed
Steven Lynden: 06/07/2006 7:23 AM EDT
  Comment:
To resolve this, it is proposed that section 5.3.1 be changed in order to desribe the structure of a response message as:

<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>
  Action: Update
Amy Krause: 06/01/2006 7:08 AM EDT
  Action: Update
assigned_to changed from 100 to 9474
Steven Lynden: 05/31/2006 9:57 AM EDT
  Action: Create


 
 
 
< 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/sfmain/do/go/artf2725?nav=1&selectedTab=comments at Sun, 06 Nov 2022 12:26:26 GMT