0

我如何更改或删除肥皂正文中的 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>

问候。

4

1 回答 1

0

您可以定义自己的命名空间。

请参阅https://docs.wso2.com/display/DSS350/Defining+Namespaces

于 2018-05-01T00:44:48.937 回答