javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

JAX-WS does not preserve comments in messages #301

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

Originally filed in bugster as CR6536680 against the httpsoapbc.

The issue in CR6536680 was this: We investigated and found it was JAX-WS is httpBC receives the input message which has comments and when it sends the message onto the NMR, it strips off the comments.

When we looked at it we found that it was JAX-WS that strips off the comments. JAX-WS needs to be enhanced so that its DOM to SOAPMessage converter retains the comments in the DOM message.

I have attached the project from CR6536680 that reproduces this issue.

Environment

Operating System: All Platform: All

Affected Versions

[2.0 FCS]

glassfishrobot commented 17 years ago

Reported by jknight001@java.net

glassfishrobot commented 17 years ago

jknight001@java.net said: Created an attachment (id=104) Test case that demonstrates comments from the input.xml being stripped out.

glassfishrobot commented 17 years ago

File: preservecomment.zip Attached By: jknight001@java.net

glassfishrobot commented 17 years ago

Was assigned to jax-ws-issues

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS-301