ebXML Module 7.1 SP1 | Understanding and Using webMethods EBXML Module | Installing and Using ebxml Module | Built-In Services | TN Folder (wm.ip.ebxml.TN) | wm.ip.ebxml.TN:getPayloads
 
wm.ip.ebxml.TN:getPayloads
Retrieves the business documents carried in the ebXML message.
Input Parameters
bizdoc
Object An ebXML BizDocEnvelope object.
Envelope
Document (optional) The ebXML Envelope within the bizdoc object.
Output Parameters
Payloads
Document list Payload(s) to be sent via the message.
mimeHeader
Document The MIME header for each payload in a multipart MIME message.
Content-ID
String The message ID in the MIME header.
Content-Type
String The content-type string in the MIME header.
stream
Object A java.io.InputStream object for each payload.
inSignature
String Whether the payload object should be signed in the Signature element. Possible values are true and false.
inSMIME
String Whether the payload object should be an SMIME object. Possible values are true and false.
compression
String Whether the payload object should be compressed using zip compression. Possible values are true and false. When set to true, the payload is compressed using zip compression; when set to false, the payload is not compressed.
Manifest
Document The purpose of the Manifest is as follows: to make it easier to directly extract a particular payload associated with this message, and to allow another application to determine whether or not it can process the payload without having to parse it.
role
String (optional) Identifies some resource that describes the payload object or its purpose. This parameter must have a value that is a valid URI in accordance with the XLINK specification.
Schema
Document list (optional) Provides a means of identifying a schema (if present) that defines the referenced payload object.
location
String The URI of the schema.
version
String (optional) A version identifier of the schema.
Description
Document (optional) A textual description of the payload object referenced by the Reference element.
text
String The textual description.
language
String The language of the description; the value must comply with the rules for identifying languages specified in XML.