bizdoc | Document The XML document from which to create an IS document (IData object). The document must be an instance of com.wm.app.tn.doc.BizDocEnvelope. |
processAsLargePart | String (Optional) Specifies how the service is to process the input XML document (bizdoc). Valid values are: true - Uses large document handling to process the input document. Trading Networks writes large document content to hard disk drive space (called tspace) and keeps a pointer to the large document content in memory rather than the document content itself. Set to true when input documents are large or contain large parts. false- Default. Treat the document provided as input as normal size. That is, Trading Networks keeps the document’s content in memory during processing. |
boundNode | Document The content of the XML document bound into an IS document (IData object). |
recordName | String The fully-qualified name of the IS document type that was used to transform the XML document. This value is specified in the Format as an IS document type option on the Document Type Details page in My webMethods. |