EDI problem!!!!!

Hi,

I am using webMethods 7.1. I am new to EDI .I submitted the EDI Data
from ADMIN>WMEDIPackage>DocExchange>Submit Test EDI Data.The data is submitted to TN .
Now the prblem for me is ???

What service is to use to get the bizdocenvelope refering to the following services.
1)wm.b2b.editn:bizdocToRecord
2)or normal geting the bizdocenvelope reference and convert that to string and string -bytes like this

any one can explain me the steps for any service how to get that document

thx in advance…

     Regards,
    Varanasi Saichand.:)

You can follow the 2nd option:
“normal geting the bizdocenvelope reference and convert that to string and string -bytes like this”

Steps to extract the EDI content from
[B]bizdoc/content particle/b -(wm.tn.rec:BizDocEnvelope) document reference
bytesToString(map to edidata)
envelopeProcess(you can access the Interchange/Group ISA/GS data)–use only if required
getEDIString (extract the transaction ST level data)
convertToValues(parse edidata to IDATA)
Map steps – for translation/downstream routing etc…

HTH,
RMG