History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BP-7
Type: Improvement Improvement
Status: Applied Applied
Priority: Minor Minor
Assignee: Vinkesh Mehta
Reporter: Luc Clement
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OASIS BPEL4People TC

addAttachment API call is missing the content type param

Created: 16/Apr/08 09:33 AM   Updated: 16/Jul/08 11:25 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
SUBMITTED BY: Mark Ford
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

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>


 All   Comments   Change History      Sort Order:
Luc Clement [30/Apr/08 11:51 AM]
Approved as Opened and Resolved 20080430