Need information about pidx format
Hi all,
I am working on a requirement where i need to convert the input coming from oracle apps to the pidx format Invoice-2002-02-14-V1-0.xsd to reach B2B interface.
The client B2B is not able to accept it as one of the tag namely Comment tag appears without the pidx tag at the start.
Output:
<Comment>Compression Services </Comment>
Expected output:
<pidx:Comment>Compression Services </pidx:Comment>
whereas i all the other tags are present with the pidx tag at the start for each elemene. Have anyone faced this kind of issue. Can anyone tell me whether i am missing any namespace?
Please advise.