Ariba Supplier OnRamp 7.1 | webMethods Ariba Supplier OnRamp Documentation | webMethods Ariba Supplier OnRamp Installation and User’s Documentation | The pub.ariba.supplier Folder in the WmAribaSupplier Package | pub.ariba.supplier.attachment | pub.ariba.supplier.attachment:getContentFromWrapper
 
pub.ariba.supplier.attachment:getContentFromWrapper
WmAribaSupplier. Retrieves attachment content from the attachmentWrapper object.
Input Parameters
attachmentWrapper
The wrapper object.
format
If bytes, returns content in bytes.
If string, returns content as string.
Output Parameters
attachmentBytes
The attachment contents in bytes; set if format is bytes.
attachmentString
The attachment contents as string; set if format is string.