Hello All,
Please help me to resolve this issue! i am using webmethod IS 9.8 version.
I want to read the validation errors produced by “wm.b2b.edi:convertToValues” service in to a java service and take the necessary action. But when I access the pipeline variable “errors” in the java service, it’s giving null. Even though the pipeline out contains “errors” key.
I am using the following steps
- Pub.file.getFile
- Wm.b2b.edi:convertToValues
I turned the validate flag to true.
I tried creating an document type myErrors and map the “errors” service out to that document(myErrors) but it did not work out.
What is the alternate way to read the validation errors in the java service and take the action. Any suggestion is appreciated.
#webMethods#Integration-Server-and-ESB#edi