OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

bpel4people message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [bpel4people] New Issue: Wrong name in getMyTasksResponse



Target: ws-humantask-api.wsdl

Description: The element name within the getMyTaskResponse element is not in line with the overall naming policy.

Note that this issue is obsolete if the issue "Cleanup tTask Definitions" is resolved as proposed.

Proposal: Rename ”taskAbstract”:
<xsd:element name="getMyTasksResponse">
  <xsd:complexType>
    <xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="taskAbstract"
type="htt:tTask"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

to ”task”:
<xsd:element name="getMyTasksResponse">
  <xsd:complexType>
    <xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="task"
type="htt:tTask"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

Kind Regards

Dieter König

Senior Technical Staff Member, WebSphere Process Server Architect
IBM Software Group, Application and Integration Middleware Software
WSS Business Process Solutions

Phone: +49-7031-16-3426  IBM Deutschland
E-Mail: dieterkoenig@de.ibm.com  Schönaicher Str. 220
 71032 Böblingen
 Germany

IBM Deutschland Research & Development GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Erich Baier
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]