munner,
tell me whether the document got through the TN.if so,
first create the profiles for the sender and receiver in TN.create processing rule and invoke a flow service which you can specify from the Actions tab of the processing rule.and in the flow service,you will have edidata in the pipeline,invoke the following services from within the flow service :
1.convertToValues(map the edidata in the pipeline to edidata in the input to the service and in the EDIFFSchema,give EDIFFSchema.X12.V4010:T850)
2.documentToXmlString.(map EDIValues which is the output from the COnvertToValues to document in the input to documentToXmlString)
ramesh.
#webMethods#Integration-Server-and-ESB#edi