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: BP-7: Title: addAttachment API call is missing the content type param


Assigned: http://www.osoa.org/jira/browse/BP-7 

-----Original Message-----
From: Mark Ford [mailto:mark.ford@activevos.com] 
Sent: Wednesday, April 16, 2008 08:53
To: bpel4people@lists.oasis-open.org
Subject: [bpel4people] NEW ISSUE: Title: addAttachment API call is missing
the content type param

TARGET: HT API

DESCRIPTION: The element defined for the addAttachment operation does not
have a means for indicating the content type. 

PROPOSAL: Add the attachment type to the element. This involves a change to
ws-humantask-api-wsdl.xsd.

Current definition:

  <xsd:element name="addAttachment">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="identifier" type="xsd:anyURI" />
        <xsd:element name="name" type="xsd:string" />
        <xsd:element name="accessType" type="xsd:string" />
        <xsd:element name="attachment" type="xsd:anyType" />
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

Proposed definition:

  <xsd:element name="addAttachment">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="identifier" type="xsd:anyURI" />
        <xsd:element name="name" type="xsd:string" />
        <xsd:element name="accessType" type="xsd:string" />
        <xsd:element name="contentType" type="xsd:string" />
        <xsd:element name="attachment" type="xsd:anyType" />
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>


---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  You may a link to this group and all your TCs in OASIS
at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 



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