TransactionName

Will anyone let me know what does “TransactionName” means while creating a schema using wm.b2b.edi:SEFParse service present in WmEDI Package ?

I dont see any service input called “transactionName” in the SEFParse service.

But anyway the ‘transactionName’ is nothing but EDI transaction set like 850 or 860 etc…

SEFfilename: webMethods61/IntegrationServer/packages/WmEDI/pub/SEFS/X12/4010.sef

Here is the example of SEFParse inputs.

EDIDocName: dictionary_test
version: 4010
targetSchema: test.schema.X12
targetPackage: test
targetDictionary: test.schema.X12:dictionary_test

PS:Do not use this service directly createTemplateFromSEF–it is deprecated…
this has the transactionName input which you are referring to…

HTH,
RMg

thanks for ur reply.

i will give u whole detail
in my developer i have created a flow service
trying.EDI_Files:process_edi_file
and used a service named as wm.b2b.edi.SEFParse
and following are the inputs i gave for it
SEFfileName:D:\webMethods\IntegrationServer\packages\WmEDI\pub\SEFS\X12\4010.sef
EDIDocName:dictionary_test
version:4010
targetSchema:trying.EDI_Files.X12
targetPackage:trying
targetDictionary:trying.EDI_Files.X12:dictionary_test

when i try to run this service i m getting

“com.wm.ff.parse.StorageException: [FFP.0000.0026] Unable to find Flat File Dictionary: GeneratingSchema.result.X12:dictionary_test”

StorageException will anyone help me out to get out from this…