This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new bbfe081 Removed HTTP method mapping logic introduced for exported
services (OFBIZ-11328)
bbfe081 is described below
commit bbfe081db87541121a3c2ef2ae5d9e6780b16d94
Author: Deepak Dixit <[email protected]>
AuthorDate: Mon Jul 6 10:10:56 2026 +0530
Removed HTTP method mapping logic introduced for exported services
(OFBIZ-11328)
---
dtds/services.xsd | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/dtds/services.xsd b/dtds/services.xsd
index e7e90b4..f07fd34 100644
--- a/dtds/services.xsd
+++ b/dtds/services.xsd
@@ -67,20 +67,6 @@ under the License.
<xs:attribute name="export" type="xs:boolean" default="false"/>
<xs:attribute name="validate" type="xs:boolean" default="true"/>
<xs:attribute name="default-entity-name" type="xs:string"/>
- <xs:attribute name="action">
- <xs:annotation>
- <xs:documentation>
- Specifies the HTTP method name this service can be called
using REST interface. For now only POST and GET are supported.
- Services that have export=true and have action attribute
defined can be called using REST interface.
- </xs:documentation>
- </xs:annotation>
- <xs:simpleType>
- <xs:restriction base="xs:string">
- <xs:enumeration value="POST"/>
- <xs:enumeration value="GET"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
<xs:attribute name="use-transaction" type="xs:boolean" default="true">
<xs:annotation>
<xs:documentation>