We are missing one segment while executing the “wm.b2b.edi:convertToString” service. All the values are getting populated in the EDI String except one segment. We do have the values in the iData Object that is being input to Values of “wm.b2b.edi:convertToString” service.
Does anyone come across this issue. Can someone help us with this.
The document is EDI 810 Invoice and we are trying to generate the EDI String with these segments: BIG, NTE, CUR, REF, PER, N1, IT1/PWK etc., We are able to convert the all the values to EDI String except PWK segment. PWK is getting populated in the iData Object as well but missing after conversion.
Do you see the PWK segment in the schema that you’re using for the convertToString service ?
Note that if the segment is not defined in the schema it would not be converted even if you have it in the IData object.
Thanks for the responses. Schema used is the standard version and does have the PWK segment in it. Is there a chance of schema getting corrupt or needs to re-create (was wondering. will try if needed to do)
Also, PWK segment is coming as a Doc List in the document that is given as input to Values of “wm.b2b.edi:convertToString” service.
Contact webMethods Support regarding this.As a workaround, edit the standard schema and include the PWK segment.be careful while migrating to QA and PRD as you have to move the schema also.
Contact tech support regarding PWK issue,or reinstall the Schema and make sure your IDATA contains the PWD(Recordlist) which matches against 810 Schema.
BTW,what EDI version of 810 trying to use?4010 or higher?