The httpMethod
type defines a string with 2 possible values - GET or POST.
Example:
<httpMethod>POST</httpMethod>
XML Schema:
<s:simpleType name="httpMethod">
<s:restriction base="s:string">
<s:enumeration value="GET"/>
<s:enumeration value="POST"/>
</s:restriction>
</s:simpleType>