【发布时间】:2018-05-01 08:44:48
【问题描述】:
我如何更改或删除默认命名空间,包含在soap body 中的dss 服务中:
xmlns:p="http://ws.wso2.org/dataservice" 和 xmlns:xs="http://ws.wso2.org/dataservice"
<body>
<p:insert_data xmlns:p="http://ws.wso2.org/dataservice">
<!--Exactly 1 occurrence-->
<xs:param0 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param0>
<!--Exactly 1 occurrence-->
<xs:param1 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param1>
<!--Exactly 1 occurrence-->
<xs:param2 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param2>
<!--Exactly 1 occurrence-->
<xs:param3 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param3>
</p:insert_data>
问候。
【问题讨论】: