We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<omiEnvelope xmlns="http://www.opengroup.org/xsd/omi/1.0/" version="1.0" ttl="0"> <write msgformat="odf"> <msg> <Objects xmlns="http://www.opengroup.org/xsd/odf/1.0/"> <Object> <id>MyObject</id> <InfoItem name="quotesInValue"> <value type="xs:string">"test"</value> </InfoItem> <InfoItem name="ampInValue"> <value>test&test</value> </InfoItem> </Object> </Objects> </msg> </write> </omiEnvelope>
<omiEnvelope ttl="10" version="1.0" xmlns="http://www.opengroup.org/xsd/omi/1.0/"> <response> <result msgformat="odf"> <return returnCode="200"> </return> <msg> <Objects xmlns="http://www.opengroup.org/xsd/odf/1.0/"> <Object> <id>MyObject</id> <InfoItem name="quotesInValue"> <value unixTime="1541609326" dateTime="2018-11-07T18:48:46.359+02:00" >"test"</value> </InfoItem> <InfoItem name="ampInValue"> <value unixTime="1541609715" dateTime="2018-11-07T18:55:15.222+02:00" >test&test</value> </InfoItem> </Object> </Objects> </msg> </result> </response> </omiEnvelope>
<omiEnvelope ttl="10" version="1.0" xmlns="http://www.opengroup.org/xsd/omi/1.0/"> <response> <result msgformat="odf"> <return returnCode="200"> </return> <msg> <Objects xmlns="http://www.opengroup.org/xsd/odf/1.0/"> <Object> <id>MyObject</id> <InfoItem name="quotesInValue"> <value unixTime="1541609326" dateTime="2018-11-07T18:48:46.359+02:00" >"test"</value> </InfoItem> <InfoItem name="ampInValue"> <value unixTime="1541609715" dateTime="2018-11-07T18:55:15.222+02:00" >test&test</value> </InfoItem> </Object> </Objects> </msg> </result> </response> </omiEnvelope>
The text was updated successfully, but these errors were encountered:
Double escaping fixed for v1.0.8 release
Sorry, something went wrong.
dependency issue: scala/scala-xml#57
Fixed in version 2.0.0
No branches or pull requests
Problems
Testing write request
Read result
Expected read result (?)
The text was updated successfully, but these errors were encountered: