File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments