We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13cc36 commit 5328ec4Copy full SHA for 5328ec4
src/main/java/com/bandwidth/voice/bxml/verbs/Response.java
@@ -121,6 +121,7 @@ private Marshaller getMarshaller() {
121
}
122
Marshaller marshaller = jaxbContext.createMarshaller();
123
// omits <?xml version="1.0" encoding="UTF-8"?>
124
+ marshaller.setProperty("com.sun.xml.bind.xmlHeaders", "<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
125
marshaller.setProperty(Marshaller.JAXB_FRAGMENT, true);
126
127
return marshaller;
0 commit comments