Hi. I have an existing jax-ws service that I now additionally want to expose as a REST/jax-rs service. I've configured it like this: *http://pastebin.com/h7cy8ZYB * The wadl generated looks like: *http://pastebin.com/QQRbNb3n * I would expect it to refer to the request /response types not to look like <representation mediaType="application/xml"/>
but rather something like: <representation mediaType="application/xml" type="tns:customerCreateRequest" /> I've tried adding @XmlName etc but nothing changes. Any hints? -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
