我已经用java开发了一个soap服务。我使用spring框架和jaxb,这可能是因为对象解析问题,但我不确定。
当我以xmlelement的形式调用服务时,小写服务不会响应我,但当我使用大写调用时,它就工作了。我怎么能处理这个。
请求调用不起作用,因为l是小写的
<soapenv:Body>
<leg:legalRequest>
<attributeCollection>
......
</attributeCollection>
</leg:legalRequest>
</soapenv:Body>
请求调用正在工作,因为l是upcase
<soapenv:Body>
<leg:LegalRequest>
<attributeCollection>
......
</attributeCollection>
</leg:LegalRequest>
</soapenv:Body>
暂无答案!
目前还没有任何答案,快来回答吧!