Hi Experts,
we are sending orders IDOC to seeburger through PI. The format on receiver side is XCBL the adapter I am using is AS2(receiver) so I want to clarify onething
In the content type parameter i gave application/xcbl (for ex when we use edifact we gve as application/edifact).Is I am giving the correct content type in AS2 ADAPTER?
In the module tab in module configuration I gave paramter value as See_X2E_XCBL_Order_Def( for ex if it is edifact we gve as See_X2E_ORDERS_UN_D01B). Is I am giving the correct parameter value?
when i am sending file i am getting below error.
SEEBURGER BICXIADAPTER --- CONVERSION ERROR ---Error: [Error:ID=1010;LEVEL=1] BICMapping runMapping() The mapping: See_X2E_XCBL_Order_Def you are trying to load cannot be found in the classpath! Maybe you forgot to compile or to activate the mapping! DESCRIPTION: BICMapping Error: The mapping [not specified] you are trying to load cannot be found in the right path! Maybe you forgot to compile or to activate the mapping!
As I said in the example if I keep like that I am getting the below error
SEEBURGER BICXIADAPTER --- CONVERSION ERROR ---Error: [Error:ID=2099;LEVEL=1] InhouseDocReader doSyntaxCheck(): offset[122]: the found segment Order is not in the message description. DESCRIPTION: InhouseDocReader Error: The Segment Order is missing in the message description. Check your file.
Can anyone please help me where I am doing rong.