Error while publishing to Broker!

Hi!
I’m getting the following error while invoking pub.publish:publish .
Could not run ‘processEDIdoc’.

com.wm.app.b2b.server.ServiceException: [ISS.0098.9007] Data does not conform to the Publishable Document Type EDIFFSchema.X12.V4010:T214DT errors: INVALID
List of errors:
[0] pathName=/ST errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist

plz let me know the correction for this error;

Thankz,
Dev guy…:cool:

hi,
Mandatory field which must exist is coming as a null while publishing to the broker. ensure that all the mandatory must not b null.

Regards,
Hari

What part of the error message is unclear?

pathName=/ST errorCode=VV-005 errorMessage=[ISC.0082.9034] Field is absent, field must exist

This part was unclear.

However i’d try to see that all mandatory fields exist in the inbound EDI 214 doc.

ha ha :slight_smile:

You can do a pub.schema:validate service to check whether all your mandatory fields are set or not

Rgds,
Pradeep

The field named ST must be present, according to the error message.

You’re publishing a transaction set to the Broker?