jax:而不是ser: - JavaWS

时间:2015-05-18 14:16:44

标签: java java-ws

我的Web服务请求看起来像这样:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://mywebservice.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:something>

现在,它看起来像这样:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:jax="http://mywebservice.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <jax:something>

jax和ser之间有什么区别?我得到了相同的答案,显然没有任何改变。

0 个答案:

没有答案