我们可以在spring-boot应用程序中使用多个命名空间重命名soap响应吗?

时间:2017-03-05 22:05:53

标签: soap spring-boot

我有肥皂响应,它有多个命名空间,如下所示,

的xmlns:的 SOAP-ENV = “http://schemas.xmlsoap.org/soap/envelope/” 的xmlns:的 NS2 = “http://spring.io/guides/gs-producing-web-service”

但我希望将这些命名空间更改为S和ns5,并生成与响应相同的xml

的xmlns:取值 = “http://schemas.xmlsoap.org/soap/envelope/”

的xmlns:的 NS5 = “http://spring.io/guides/gs-producing-web-service”

0 个答案:

没有答案