Integration Technologies - JDE1 (MOSC)

MOSC Banner

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 {

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center