Hi All,
We are having a requirement where OTM will be receiving xml from middleware. But while the xml is posted, we are getting an exception:
ORA-28115: policy with check option violation
I have manually uploaded the xml and there it is working fine but same is failing while being posted from middleware.
Below is the xml that is being posted:
<Transmission>
<TransmissionHeader>
<SenderHostName>ITC</SenderHostName>
</TransmissionHeader>
<TransmissionBody>
<GLogXMLElement>
<CSVFileContent>
P_SHIPMENT_SET
P_SHIPMENT_SET_GID,P_SHIPMENT_SET_XID,DOMAIN_NAME
EBS.1234,1234,EBS
</CSVFileContent>
</GLogXMLElement>
</TransmissionBody>
</Transmission>
Please suggest what needs to be done.
Thanks
We are having a requirement where OTM will be receiving xml from middleware. But while the xml is posted, we are getting an exception:
ORA-28115: policy with check option violation
I have manually uploaded the xml and there it is working fine but same is failing while being posted from middleware.
Below is the xml that is being posted:
<Transmission>
<TransmissionHeader>
<SenderHostName>ITC</SenderHostName>
</TransmissionHeader>
<TransmissionBody>
<GLogXMLElement>
<CSVFileContent>
P_SHIPMENT_SET
P_SHIPMENT_SET_GID,P_SHIPMENT_SET_XID,DOMAIN_NAME
EBS.1234,1234,EBS
</CSVFileContent>
</GLogXMLElement>
</TransmissionBody>
</Transmission>
Please suggest what needs to be done.
Thanks