Unmarshalling issues with JD Edwards EONE . TR > 9.2.6.X. One of many solutions
If in case you are facing unmarshalling issue of XML Payload on kebabtocamel case conversion, this is one of solutions other than some of the guidelines from Oracle.
You may see this log verbose on BSSV Logs
oracle.e1.bssvfoundation.exception.XMLUnMarshalException: Exception occurred while unmarshalling to value object:
Obviously, I am assuming you have the XML payload on Kebab case compliancy.
Sample code…
package Skunklabs.SmartERPAppkint.e1.bssv.AvalaraExciseTaxesforEONE.valueobject;
import java.io.Serializable;
import oracle.e1.bssvfoundation.base.ValueObject;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
@XmlAccessorType(XmlAccessType.FIELD)
public class GetGPSLatLong extends ValueObject implements Serializable {