我的JAX-WS服务器不接受不包含namespace-prefix的XML标记。
不起作用:
<getMoldDataHistory xmlns="http://history.production.soap.webservices.product.company.at/">
使用:
<his:getMoldDataHistory xmlns:his="http://history.production.soap.webservices.product.company.at/">
如何更改服务器以接受这两种变体?