NC Log Complete webservice error
Hello,
Before opening an OSS message, the rule is first ask the forum...
So I have trouble with NC Log Complete webservice. When trying to invoke it from SOAP UI, I got the following error :
No enum const class com.sap.me.nonconformance.ScrapOption
When looking into the log, I see a nice Java dump, here is an extract...
[EXCEPTION]
javax.ejb.EJBException: (Failed in component: sap.com/meear) Exception raised from invocation of public com.sap.me.frame.Data com.sap.me.xchange.ProductionFacadeSOBean.processNCLogCompleteMessage(com.sap.me.frame.Data,com.sap.me.frame.Data) throws com.sap.me.frame.BasicBOBeanException method on bean instance com.sap.me.xchange.ProductionFacadeSOBean@4e115fd7 for bean sap.com/meearxml|me.integration.xml.ejb-5.2.5.8-Base.jarxml|ProductionFacadeSO in application sap.com/me~ear.; nested exception is: com.sap.me.frame.mapping.data.MappingException: java.lang.reflect.InvocationTargetException
....
Caused by: java.lang.IllegalArgumentException: No enum const class com.sap.me.nonconformance.ScrapOption.
at java.lang.Enum.valueOf(Enum.java:196)
at com.sap.me.nonconformance.ScrapOption.valueOf(ScrapOption.java:33)
at com.sap.me.nonconformance.ScrapOption.fromValue(ScrapOption.java:44)
... 121 more
Anyone has an idea ?
If I submit the request though the production XML jsp page, with same parameter as in my SOAP UI request, it's ok.
We are using ME 5.2.5.8.
Thanks