signPackage

This method allows a calling process to sign an opened package. This will result in a signed package being returned to the original sender. A digital signature will be applied to the package and to all SDX attachments within the package. In addition, any attachments of type PDF will have an Adobe digital signature applied to them. Additional text and or watermarks could also be added to the PDF attachments, depending on the configuration of the skin being used.

Request Parameters

Parameter Type Requirement Description
username xsd:string mandatory – cannot be null or empty The username of the registered user who is sending the package
password xsd:string mandatory – cannot be null or empty The password of the registered user who is sending the package
encodedPassword xsd:boolean optional – can be null (indicates false) Indicates whether the password parameter is MD5 encoded
packageid xsd:string mandatory – cannot be null or empty The package ID of the original package.

Response

Type: xsd:string

A successful response will at a minimum, return <SENT_ID>11056</SENT_ID>

Other fields may also be present depending on the skin configuration. An error will return “ERROR” - an error occurred.

This will be followed by a description of the error (e.g. “ERROR : No recipients provided”)