Hi all,
I am new for the webMethods EDI implementation.
I am trying to create a schema by using the sef file which is available in edi package. I used 4010 version sef file. To process this i used wm.b2b.edi.SEFParse service. I given all the required inputs like below
I created empty schema and dictionary to use the name in the following inputs.
url : [URL=“http://localhost:5555/webMethods6/IntegrationServer/packages/WmEDI/pub/SEFS/X12/4010.sef”]http://localhost:5555/webMethods6/IntegrationServer/packages/WmEDI/pub/SEFS/X12/4010.sef[/URL]
method: get
seffilename: c://webMethods6/IntegrationServer/packages/WmEDI/pub/SEFS/X12/4010.sef
EDIDocName: Learning.Edi.X12.V4010.Schema:purchseOrderDT
version: 4010
Schema: Learning.Edi.X12.V4010.Schema:purchseOrder
targetPackage: Learning.Edi.X12.V4010.Schema
targetDictionary: Learning.Edi.X12.V4010.Dictionary:purchaseOrder
Whiel running i am getting the below error information.
[FFP.0000.0002] Transaction set not defined: Learning.Edi.X12.V4010.Schema:purchseOrderDT
Could any one please help me out in this problem.
Thanks in advance.