Please help me to implement EDI
I will submit a sample EDI 830 from Admin page and I have set a processing rule which will execute a service when
this document comes.
Now my doubt is in the service , BizDocEnvelope is the input for that service.
I have invoked two services wm.b2b.editn:getTspace and wm.b2b.edi:envelopeProcess
Is this service enough to get the EDI mesg in Document ??
please give your inputs
You could use the service mentioned above or you can extract the content from your service input bizdoc(BizDocEnvelope)/content(bytes) and call bytesToString to extact the edicontent and then use WmEDI services for parsing,mapping etc…