Skip to content

Commit bbfe081

Browse files
committed
Removed HTTP method mapping logic introduced for exported services (OFBIZ-11328)
1 parent 1d91dec commit bbfe081

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

dtds/services.xsd

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,6 @@ under the License.
6767
<xs:attribute name="export" type="xs:boolean" default="false"/>
6868
<xs:attribute name="validate" type="xs:boolean" default="true"/>
6969
<xs:attribute name="default-entity-name" type="xs:string"/>
70-
<xs:attribute name="action">
71-
<xs:annotation>
72-
<xs:documentation>
73-
Specifies the HTTP method name this service can be called using REST interface. For now only POST and GET are supported.
74-
Services that have export=true and have action attribute defined can be called using REST interface.
75-
</xs:documentation>
76-
</xs:annotation>
77-
<xs:simpleType>
78-
<xs:restriction base="xs:string">
79-
<xs:enumeration value="POST"/>
80-
<xs:enumeration value="GET"/>
81-
</xs:restriction>
82-
</xs:simpleType>
83-
</xs:attribute>
8470
<xs:attribute name="use-transaction" type="xs:boolean" default="true">
8571
<xs:annotation>
8672
<xs:documentation>

0 commit comments

Comments
 (0)