DOM parsing exception in inbound XSD
I'm having trouble with something that I think should be simple, so I thought I'd see if anyone else had run into this.
In JDeveloper, I'm attempting to dequeue a csv (comma separated value) string. Then through the use of a generic Message Data Store xsd on the target side, I'm mapping that message all in one piece to a payload node in that target xsd. It then goes to a JMS queue to ultmately land in our Message Store.
In the MQ Adapter, it made sense to me to use the generic singleString.xsd as the source schema. But in running, I'm getting the error "DOM parsing exception in inbound XSD translator while parsing InputStream".
In JDeveloper, I'm attempting to dequeue a csv (comma separated value) string. Then through the use of a generic Message Data Store xsd on the target side, I'm mapping that message all in one piece to a payload node in that target xsd. It then goes to a JMS queue to ultmately land in our Message Store.
In the MQ Adapter, it made sense to me to use the generic singleString.xsd as the source schema. But in running, I'm getting the error "DOM parsing exception in inbound XSD translator while parsing InputStream".
0