File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Example: send HTTP GET request to web application with Dispatch class <b>MDX2JSO
4848 <!-- Send objects in this format: {"MDX":"QUERY"} HTTP method: POST -->
4949
5050 <Route Url="/MDX" Method="POST" Call="WriteJSONfromMDX"/>
51+ <Route Url="/CancelQuery/:CubeKey/:QueryKey" Method="GET" Call="%DeepSee.ResultSet:%CancelQuery"/>
5152 <Route Url="/MDX2JSONP" Method="POST" Call="WriteJSONPfromMDX" Body="MDX"/>
5253 <Route Url="/MDXDrillthrough" Method="POST" Call="WriteDrillthroughJSON" Body="MDX"/>
5354 <Route Url="/MDX2XMLA" Method="POST" Call="WriteXMLAfromMDX" Body="MDX"/>
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Classes with support methods for testing MDX2JSON</Description>
88
99<Parameter name =" LastCommit" >
1010<Type >%String</Type >
11- <Default >d186cff8f8a178c176bd919aefba2d1cc3de8e70 </Default >
11+ <Default >b383736ea09bb92a270223b0d691cba11963f47a </Default >
1212</Parameter >
1313
1414<Parameter name =" LastCommitTS" >
1515<Type >%TimeStamp</Type >
16- <Default >2018-02-06 11:07:50.433 </Default >
16+ <Default >2018-02-06 14:16:09.314 </Default >
1717</Parameter >
1818
1919<Method name =" ProjectLength" >
You can’t perform that action at this time.
0 commit comments