RosettaNet Module 7.1 SP2.October 2012 | Installing and Using webMethods RosettaNet Module | Installing and Using RosettaNet Module | Public Services in WmRosettaNet Package | Summary of Elements in this Folder | pub.estd.rosettaNet:receive
 
pub.estd.rosettaNet:receive
Receives inbound documents, recognizes them, and forwards them to the Process Engine.
Note:
All trading partner profiles should use wm.ip.rn:receive instead of the default Trading Networks wm.tn.receive service.
Input Parameters
protocolInfo
Document An IData object that contains the protocol information on which the packet arrived.
contentStream
Object A java.io.InputStream to the received data.
contentInfo
Document An IData object that contains the received HTTP header information.
Output Parameters
exceptionCode
String (optional) Returns the exception code.
exceptionDescription
String (optional) Returns the error description.
exceptionComponentOrigin
String (optional) Returns the component name where the exception originated.
Usage Notes
As a security measure, the default ACL for this service is set to Administrators. You can change the ACL for this service using the RosettaNet Module parameter RosettaNet.receive.acl. For details, see Configuring the Default ACL for a Receive Service.