Advertisement
Guest User

WSO2 wsdl

a guest
Mar 2nd, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 32.97 KB | None | 0 0
  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://admin.processor.event.carbon.wso2.org" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ax2112="http://admin.processor.event.carbon.wso2.org/xsd" targetNamespace="http://admin.processor.event.carbon.wso2.org">
  3. <wsdl:documentation>EventProcessorAdminService</wsdl:documentation>
  4. <wsdl:types>
  5. <xs:schema xmlns:ax2113="http://admin.processor.event.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://admin.processor.event.carbon.wso2.org">
  6. <xs:import namespace="http://admin.processor.event.carbon.wso2.org/xsd"/>
  7. <xs:element name="getAllExportedStreamSpecificActiveExecutionPlanConfiguration">
  8. <xs:complexType>
  9. <xs:sequence>
  10. <xs:element minOccurs="0" name="streamId" nillable="true" type="xs:string"/>
  11. </xs:sequence>
  12. </xs:complexType>
  13. </xs:element>
  14. <xs:element name="getAllExportedStreamSpecificActiveExecutionPlanConfigurationResponse">
  15. <xs:complexType>
  16. <xs:sequence>
  17. <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2113:ExecutionPlanConfigurationDto"/>
  18. </xs:sequence>
  19. </xs:complexType>
  20. </xs:element>
  21. <xs:element name="getAllImportedStreamSpecificActiveExecutionPlanConfiguration">
  22. <xs:complexType>
  23. <xs:sequence>
  24. <xs:element minOccurs="0" name="streamId" nillable="true" type="xs:string"/>
  25. </xs:sequence>
  26. </xs:complexType>
  27. </xs:element>
  28. <xs:element name="getAllImportedStreamSpecificActiveExecutionPlanConfigurationResponse">
  29. <xs:complexType>
  30. <xs:sequence>
  31. <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2113:ExecutionPlanConfigurationDto"/>
  32. </xs:sequence>
  33. </xs:complexType>
  34. </xs:element>
  35. <xs:element name="getAllInactiveExecutionPlanConigurations">
  36. <xs:complexType>
  37. <xs:sequence/>
  38. </xs:complexType>
  39. </xs:element>
  40. <xs:element name="getAllInactiveExecutionPlanConigurationsResponse">
  41. <xs:complexType>
  42. <xs:sequence>
  43. <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2113:ExecutionPlanConfigurationFileDto"/>
  44. </xs:sequence>
  45. </xs:complexType>
  46. </xs:element>
  47. <xs:element name="getAllActiveExecutionPlanConfigurations">
  48. <xs:complexType>
  49. <xs:sequence/>
  50. </xs:complexType>
  51. </xs:element>
  52. <xs:element name="getAllActiveExecutionPlanConfigurationsResponse">
  53. <xs:complexType>
  54. <xs:sequence>
  55. <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2113:ExecutionPlanConfigurationDto"/>
  56. </xs:sequence>
  57. </xs:complexType>
  58. </xs:element>
  59. <xs:element name="validateExecutionPlan">
  60. <xs:complexType>
  61. <xs:sequence>
  62. <xs:element minOccurs="0" name="executionPlan" nillable="true" type="xs:string"/>
  63. </xs:sequence>
  64. </xs:complexType>
  65. </xs:element>
  66. <xs:element name="validateExecutionPlanResponse">
  67. <xs:complexType>
  68. <xs:sequence>
  69. <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
  70. </xs:sequence>
  71. </xs:complexType>
  72. </xs:element>
  73. <xs:element name="getActiveExecutionPlan">
  74. <xs:complexType>
  75. <xs:sequence>
  76. <xs:element minOccurs="0" name="planName" nillable="true" type="xs:string"/>
  77. </xs:sequence>
  78. </xs:complexType>
  79. </xs:element>
  80. <xs:element name="getActiveExecutionPlanResponse">
  81. <xs:complexType>
  82. <xs:sequence>
  83. <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
  84. </xs:sequence>
  85. </xs:complexType>
  86. </xs:element>
  87. <xs:element name="getInactiveExecutionPlan">
  88. <xs:complexType>
  89. <xs:sequence>
  90. <xs:element minOccurs="0" name="filename" nillable="true" type="xs:string"/>
  91. </xs:sequence>
  92. </xs:complexType>
  93. </xs:element>
  94. <xs:element name="getInactiveExecutionPlanResponse">
  95. <xs:complexType>
  96. <xs:sequence>
  97. <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
  98. </xs:sequence>
  99. </xs:complexType>
  100. </xs:element>
  101. <xs:element name="getActiveExecutionPlanConfiguration">
  102. <xs:complexType>
  103. <xs:sequence>
  104. <xs:element minOccurs="0" name="planName" nillable="true" type="xs:string"/>
  105. </xs:sequence>
  106. </xs:complexType>
  107. </xs:element>
  108. <xs:element name="getActiveExecutionPlanConfigurationResponse">
  109. <xs:complexType>
  110. <xs:sequence>
  111. <xs:element minOccurs="0" name="return" nillable="true" type="ax2113:ExecutionPlanConfigurationDto"/>
  112. </xs:sequence>
  113. </xs:complexType>
  114. </xs:element>
  115. <xs:element name="setTracingEnabled">
  116. <xs:complexType>
  117. <xs:sequence>
  118. <xs:element minOccurs="0" name="executionPlanName" nillable="true" type="xs:string"/>
  119. <xs:element minOccurs="0" name="isEnabled" type="xs:boolean"/>
  120. </xs:sequence>
  121. </xs:complexType>
  122. </xs:element>
  123. <xs:element name="deployExecutionPlan">
  124. <xs:complexType>
  125. <xs:sequence>
  126. <xs:element minOccurs="0" name="executionPlan" nillable="true" type="xs:string"/>
  127. </xs:sequence>
  128. </xs:complexType>
  129. </xs:element>
  130. <xs:element name="undeployInactiveExecutionPlan">
  131. <xs:complexType>
  132. <xs:sequence>
  133. <xs:element minOccurs="0" name="fileName" nillable="true" type="xs:string"/>
  134. </xs:sequence>
  135. </xs:complexType>
  136. </xs:element>
  137. <xs:element name="undeployActiveExecutionPlan">
  138. <xs:complexType>
  139. <xs:sequence>
  140. <xs:element minOccurs="0" name="planName" nillable="true" type="xs:string"/>
  141. </xs:sequence>
  142. </xs:complexType>
  143. </xs:element>
  144. <xs:element name="editActiveExecutionPlan">
  145. <xs:complexType>
  146. <xs:sequence>
  147. <xs:element minOccurs="0" name="executionPlan" nillable="true" type="xs:string"/>
  148. <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
  149. </xs:sequence>
  150. </xs:complexType>
  151. </xs:element>
  152. <xs:element name="editInactiveExecutionPlan">
  153. <xs:complexType>
  154. <xs:sequence>
  155. <xs:element minOccurs="0" name="executionPlan" nillable="true" type="xs:string"/>
  156. <xs:element minOccurs="0" name="fileName" nillable="true" type="xs:string"/>
  157. </xs:sequence>
  158. </xs:complexType>
  159. </xs:element>
  160. <xs:element name="getSiddhiStreams">
  161. <xs:complexType>
  162. <xs:sequence>
  163. <xs:element minOccurs="0" name="executionPlan" nillable="true" type="xs:string"/>
  164. </xs:sequence>
  165. </xs:complexType>
  166. </xs:element>
  167. <xs:element name="getSiddhiStreamsResponse">
  168. <xs:complexType>
  169. <xs:sequence>
  170. <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax2113:StreamDefinitionDto"/>
  171. </xs:sequence>
  172. </xs:complexType>
  173. </xs:element>
  174. <xs:element name="setStatisticsEnabled">
  175. <xs:complexType>
  176. <xs:sequence>
  177. <xs:element minOccurs="0" name="executionPlanName" nillable="true" type="xs:string"/>
  178. <xs:element minOccurs="0" name="isEnabled" type="xs:boolean"/>
  179. </xs:sequence>
  180. </xs:complexType>
  181. </xs:element>
  182. </xs:schema>
  183. <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://admin.processor.event.carbon.wso2.org/xsd">
  184. <xs:complexType name="ExecutionPlanConfigurationDto">
  185. <xs:sequence>
  186. <xs:element minOccurs="0" name="deploymentStatus" nillable="true" type="xs:string"/>
  187. <xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/>
  188. <xs:element minOccurs="0" name="editable" type="xs:boolean"/>
  189. <xs:element minOccurs="0" name="executionPlan" nillable="true" type="xs:string"/>
  190. <xs:element maxOccurs="unbounded" minOccurs="0" name="exportedStreams" nillable="true" type="ax2112:StreamConfigurationDto"/>
  191. <xs:element maxOccurs="unbounded" minOccurs="0" name="importedStreams" nillable="true" type="ax2112:StreamConfigurationDto"/>
  192. <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
  193. <xs:element minOccurs="0" name="statisticsEnabled" type="xs:boolean"/>
  194. <xs:element minOccurs="0" name="tracingEnabled" type="xs:boolean"/>
  195. </xs:sequence>
  196. </xs:complexType>
  197. <xs:complexType name="StreamConfigurationDto">
  198. <xs:sequence>
  199. <xs:element minOccurs="0" name="siddhiStreamName" nillable="true" type="xs:string"/>
  200. <xs:element minOccurs="0" name="streamId" nillable="true" type="xs:string"/>
  201. </xs:sequence>
  202. </xs:complexType>
  203. <xs:complexType name="ExecutionPlanConfigurationFileDto">
  204. <xs:sequence>
  205. <xs:element minOccurs="0" name="deploymentStatusMessage" nillable="true" type="xs:string"/>
  206. <xs:element minOccurs="0" name="fileName" nillable="true" type="xs:string"/>
  207. <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
  208. <xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/>
  209. </xs:sequence>
  210. </xs:complexType>
  211. <xs:complexType name="StreamDefinitionDto">
  212. <xs:sequence>
  213. <xs:element maxOccurs="unbounded" minOccurs="0" name="correlationData" nillable="true" type="xs:string"/>
  214. <xs:element maxOccurs="unbounded" minOccurs="0" name="metaData" nillable="true" type="xs:string"/>
  215. <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
  216. <xs:element maxOccurs="unbounded" minOccurs="0" name="payloadData" nillable="true" type="xs:string"/>
  217. </xs:sequence>
  218. </xs:complexType>
  219. </xs:schema>
  220. </wsdl:types>
  221. <wsdl:message name="editActiveExecutionPlanRequest">
  222. <wsdl:part name="parameters" element="ns:editActiveExecutionPlan"/>
  223. </wsdl:message>
  224. <wsdl:message name="editActiveExecutionPlanResponse"/>
  225. <wsdl:message name="validateExecutionPlanRequest">
  226. <wsdl:part name="parameters" element="ns:validateExecutionPlan"/>
  227. </wsdl:message>
  228. <wsdl:message name="validateExecutionPlanResponse">
  229. <wsdl:part name="parameters" element="ns:validateExecutionPlanResponse"/>
  230. </wsdl:message>
  231. <wsdl:message name="getAllInactiveExecutionPlanConigurationsRequest">
  232. <wsdl:part name="parameters" element="ns:getAllInactiveExecutionPlanConigurations"/>
  233. </wsdl:message>
  234. <wsdl:message name="getAllInactiveExecutionPlanConigurationsResponse">
  235. <wsdl:part name="parameters" element="ns:getAllInactiveExecutionPlanConigurationsResponse"/>
  236. </wsdl:message>
  237. <wsdl:message name="getAllImportedStreamSpecificActiveExecutionPlanConfigurationRequest">
  238. <wsdl:part name="parameters" element="ns:getAllImportedStreamSpecificActiveExecutionPlanConfiguration"/>
  239. </wsdl:message>
  240. <wsdl:message name="getAllImportedStreamSpecificActiveExecutionPlanConfigurationResponse">
  241. <wsdl:part name="parameters" element="ns:getAllImportedStreamSpecificActiveExecutionPlanConfigurationResponse"/>
  242. </wsdl:message>
  243. <wsdl:message name="getActiveExecutionPlanRequest">
  244. <wsdl:part name="parameters" element="ns:getActiveExecutionPlan"/>
  245. </wsdl:message>
  246. <wsdl:message name="getActiveExecutionPlanResponse">
  247. <wsdl:part name="parameters" element="ns:getActiveExecutionPlanResponse"/>
  248. </wsdl:message>
  249. <wsdl:message name="getAllActiveExecutionPlanConfigurationsRequest">
  250. <wsdl:part name="parameters" element="ns:getAllActiveExecutionPlanConfigurations"/>
  251. </wsdl:message>
  252. <wsdl:message name="getAllActiveExecutionPlanConfigurationsResponse">
  253. <wsdl:part name="parameters" element="ns:getAllActiveExecutionPlanConfigurationsResponse"/>
  254. </wsdl:message>
  255. <wsdl:message name="setTracingEnabledRequest">
  256. <wsdl:part name="parameters" element="ns:setTracingEnabled"/>
  257. </wsdl:message>
  258. <wsdl:message name="setTracingEnabledResponse"/>
  259. <wsdl:message name="getActiveExecutionPlanConfigurationRequest">
  260. <wsdl:part name="parameters" element="ns:getActiveExecutionPlanConfiguration"/>
  261. </wsdl:message>
  262. <wsdl:message name="getActiveExecutionPlanConfigurationResponse">
  263. <wsdl:part name="parameters" element="ns:getActiveExecutionPlanConfigurationResponse"/>
  264. </wsdl:message>
  265. <wsdl:message name="getInactiveExecutionPlanRequest">
  266. <wsdl:part name="parameters" element="ns:getInactiveExecutionPlan"/>
  267. </wsdl:message>
  268. <wsdl:message name="getInactiveExecutionPlanResponse">
  269. <wsdl:part name="parameters" element="ns:getInactiveExecutionPlanResponse"/>
  270. </wsdl:message>
  271. <wsdl:message name="getSiddhiStreamsRequest">
  272. <wsdl:part name="parameters" element="ns:getSiddhiStreams"/>
  273. </wsdl:message>
  274. <wsdl:message name="getSiddhiStreamsResponse">
  275. <wsdl:part name="parameters" element="ns:getSiddhiStreamsResponse"/>
  276. </wsdl:message>
  277. <wsdl:message name="undeployActiveExecutionPlanRequest">
  278. <wsdl:part name="parameters" element="ns:undeployActiveExecutionPlan"/>
  279. </wsdl:message>
  280. <wsdl:message name="undeployActiveExecutionPlanResponse"/>
  281. <wsdl:message name="editInactiveExecutionPlanRequest">
  282. <wsdl:part name="parameters" element="ns:editInactiveExecutionPlan"/>
  283. </wsdl:message>
  284. <wsdl:message name="editInactiveExecutionPlanResponse"/>
  285. <wsdl:message name="undeployInactiveExecutionPlanRequest">
  286. <wsdl:part name="parameters" element="ns:undeployInactiveExecutionPlan"/>
  287. </wsdl:message>
  288. <wsdl:message name="undeployInactiveExecutionPlanResponse"/>
  289. <wsdl:message name="getAllExportedStreamSpecificActiveExecutionPlanConfigurationRequest">
  290. <wsdl:part name="parameters" element="ns:getAllExportedStreamSpecificActiveExecutionPlanConfiguration"/>
  291. </wsdl:message>
  292. <wsdl:message name="getAllExportedStreamSpecificActiveExecutionPlanConfigurationResponse">
  293. <wsdl:part name="parameters" element="ns:getAllExportedStreamSpecificActiveExecutionPlanConfigurationResponse"/>
  294. </wsdl:message>
  295. <wsdl:message name="setStatisticsEnabledRequest">
  296. <wsdl:part name="parameters" element="ns:setStatisticsEnabled"/>
  297. </wsdl:message>
  298. <wsdl:message name="setStatisticsEnabledResponse"/>
  299. <wsdl:message name="deployExecutionPlanRequest">
  300. <wsdl:part name="parameters" element="ns:deployExecutionPlan"/>
  301. </wsdl:message>
  302. <wsdl:message name="deployExecutionPlanResponse"/>
  303. <wsdl:portType name="EventProcessorAdminServicePortType">
  304. <wsdl:operation name="editActiveExecutionPlan">
  305. <wsdl:input message="ns:editActiveExecutionPlanRequest" wsaw:Action="urn:editActiveExecutionPlan"/>
  306. <wsdl:output message="ns:editActiveExecutionPlanResponse" wsaw:Action="urn:editActiveExecutionPlanResponse"/>
  307. </wsdl:operation>
  308. <wsdl:operation name="validateExecutionPlan">
  309. <wsdl:input message="ns:validateExecutionPlanRequest" wsaw:Action="urn:validateExecutionPlan"/>
  310. <wsdl:output message="ns:validateExecutionPlanResponse" wsaw:Action="urn:validateExecutionPlanResponse"/>
  311. </wsdl:operation>
  312. <wsdl:operation name="getAllInactiveExecutionPlanConigurations">
  313. <wsdl:input message="ns:getAllInactiveExecutionPlanConigurationsRequest" wsaw:Action="urn:getAllInactiveExecutionPlanConigurations"/>
  314. <wsdl:output message="ns:getAllInactiveExecutionPlanConigurationsResponse" wsaw:Action="urn:getAllInactiveExecutionPlanConigurationsResponse"/>
  315. </wsdl:operation>
  316. <wsdl:operation name="getAllImportedStreamSpecificActiveExecutionPlanConfiguration">
  317. <wsdl:input message="ns:getAllImportedStreamSpecificActiveExecutionPlanConfigurationRequest" wsaw:Action="urn:getAllImportedStreamSpecificActiveExecutionPlanConfiguration"/>
  318. <wsdl:output message="ns:getAllImportedStreamSpecificActiveExecutionPlanConfigurationResponse" wsaw:Action="urn:getAllImportedStreamSpecificActiveExecutionPlanConfigurationResponse"/>
  319. </wsdl:operation>
  320. <wsdl:operation name="getActiveExecutionPlan">
  321. <wsdl:input message="ns:getActiveExecutionPlanRequest" wsaw:Action="urn:getActiveExecutionPlan"/>
  322. <wsdl:output message="ns:getActiveExecutionPlanResponse" wsaw:Action="urn:getActiveExecutionPlanResponse"/>
  323. </wsdl:operation>
  324. <wsdl:operation name="getAllActiveExecutionPlanConfigurations">
  325. <wsdl:input message="ns:getAllActiveExecutionPlanConfigurationsRequest" wsaw:Action="urn:getAllActiveExecutionPlanConfigurations"/>
  326. <wsdl:output message="ns:getAllActiveExecutionPlanConfigurationsResponse" wsaw:Action="urn:getAllActiveExecutionPlanConfigurationsResponse"/>
  327. </wsdl:operation>
  328. <wsdl:operation name="setTracingEnabled">
  329. <wsdl:input message="ns:setTracingEnabledRequest" wsaw:Action="urn:setTracingEnabled"/>
  330. <wsdl:output message="ns:setTracingEnabledResponse" wsaw:Action="urn:setTracingEnabledResponse"/>
  331. </wsdl:operation>
  332. <wsdl:operation name="getActiveExecutionPlanConfiguration">
  333. <wsdl:input message="ns:getActiveExecutionPlanConfigurationRequest" wsaw:Action="urn:getActiveExecutionPlanConfiguration"/>
  334. <wsdl:output message="ns:getActiveExecutionPlanConfigurationResponse" wsaw:Action="urn:getActiveExecutionPlanConfigurationResponse"/>
  335. </wsdl:operation>
  336. <wsdl:operation name="getInactiveExecutionPlan">
  337. <wsdl:input message="ns:getInactiveExecutionPlanRequest" wsaw:Action="urn:getInactiveExecutionPlan"/>
  338. <wsdl:output message="ns:getInactiveExecutionPlanResponse" wsaw:Action="urn:getInactiveExecutionPlanResponse"/>
  339. </wsdl:operation>
  340. <wsdl:operation name="getSiddhiStreams">
  341. <wsdl:input message="ns:getSiddhiStreamsRequest" wsaw:Action="urn:getSiddhiStreams"/>
  342. <wsdl:output message="ns:getSiddhiStreamsResponse" wsaw:Action="urn:getSiddhiStreamsResponse"/>
  343. </wsdl:operation>
  344. <wsdl:operation name="undeployActiveExecutionPlan">
  345. <wsdl:input message="ns:undeployActiveExecutionPlanRequest" wsaw:Action="urn:undeployActiveExecutionPlan"/>
  346. <wsdl:output message="ns:undeployActiveExecutionPlanResponse" wsaw:Action="urn:undeployActiveExecutionPlanResponse"/>
  347. </wsdl:operation>
  348. <wsdl:operation name="editInactiveExecutionPlan">
  349. <wsdl:input message="ns:editInactiveExecutionPlanRequest" wsaw:Action="urn:editInactiveExecutionPlan"/>
  350. <wsdl:output message="ns:editInactiveExecutionPlanResponse" wsaw:Action="urn:editInactiveExecutionPlanResponse"/>
  351. </wsdl:operation>
  352. <wsdl:operation name="undeployInactiveExecutionPlan">
  353. <wsdl:input message="ns:undeployInactiveExecutionPlanRequest" wsaw:Action="urn:undeployInactiveExecutionPlan"/>
  354. <wsdl:output message="ns:undeployInactiveExecutionPlanResponse" wsaw:Action="urn:undeployInactiveExecutionPlanResponse"/>
  355. </wsdl:operation>
  356. <wsdl:operation name="getAllExportedStreamSpecificActiveExecutionPlanConfiguration">
  357. <wsdl:input message="ns:getAllExportedStreamSpecificActiveExecutionPlanConfigurationRequest" wsaw:Action="urn:getAllExportedStreamSpecificActiveExecutionPlanConfiguration"/>
  358. <wsdl:output message="ns:getAllExportedStreamSpecificActiveExecutionPlanConfigurationResponse" wsaw:Action="urn:getAllExportedStreamSpecificActiveExecutionPlanConfigurationResponse"/>
  359. </wsdl:operation>
  360. <wsdl:operation name="setStatisticsEnabled">
  361. <wsdl:input message="ns:setStatisticsEnabledRequest" wsaw:Action="urn:setStatisticsEnabled"/>
  362. <wsdl:output message="ns:setStatisticsEnabledResponse" wsaw:Action="urn:setStatisticsEnabledResponse"/>
  363. </wsdl:operation>
  364. <wsdl:operation name="deployExecutionPlan">
  365. <wsdl:input message="ns:deployExecutionPlanRequest" wsaw:Action="urn:deployExecutionPlan"/>
  366. <wsdl:output message="ns:deployExecutionPlanResponse" wsaw:Action="urn:deployExecutionPlanResponse"/>
  367. </wsdl:operation>
  368. </wsdl:portType>
  369. <wsdl:binding name="EventProcessorAdminServiceSoap11Binding" type="ns:EventProcessorAdminServicePortType">
  370. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
  371. <wsdl:operation name="editActiveExecutionPlan">
  372. <soap:operation soapAction="urn:editActiveExecutionPlan" style="document"/>
  373. <wsdl:input>
  374. <soap:body use="literal"/>
  375. </wsdl:input>
  376. <wsdl:output>
  377. <soap:body use="literal"/>
  378. </wsdl:output>
  379. </wsdl:operation>
  380. <wsdl:operation name="validateExecutionPlan">
  381. <soap:operation soapAction="urn:validateExecutionPlan" style="document"/>
  382. <wsdl:input>
  383. <soap:body use="literal"/>
  384. </wsdl:input>
  385. <wsdl:output>
  386. <soap:body use="literal"/>
  387. </wsdl:output>
  388. </wsdl:operation>
  389. <wsdl:operation name="getAllInactiveExecutionPlanConigurations">
  390. <soap:operation soapAction="urn:getAllInactiveExecutionPlanConigurations" style="document"/>
  391. <wsdl:input>
  392. <soap:body use="literal"/>
  393. </wsdl:input>
  394. <wsdl:output>
  395. <soap:body use="literal"/>
  396. </wsdl:output>
  397. </wsdl:operation>
  398. <wsdl:operation name="getAllImportedStreamSpecificActiveExecutionPlanConfiguration">
  399. <soap:operation soapAction="urn:getAllImportedStreamSpecificActiveExecutionPlanConfiguration" style="document"/>
  400. <wsdl:input>
  401. <soap:body use="literal"/>
  402. </wsdl:input>
  403. <wsdl:output>
  404. <soap:body use="literal"/>
  405. </wsdl:output>
  406. </wsdl:operation>
  407. <wsdl:operation name="getActiveExecutionPlan">
  408. <soap:operation soapAction="urn:getActiveExecutionPlan" style="document"/>
  409. <wsdl:input>
  410. <soap:body use="literal"/>
  411. </wsdl:input>
  412. <wsdl:output>
  413. <soap:body use="literal"/>
  414. </wsdl:output>
  415. </wsdl:operation>
  416. <wsdl:operation name="getAllActiveExecutionPlanConfigurations">
  417. <soap:operation soapAction="urn:getAllActiveExecutionPlanConfigurations" style="document"/>
  418. <wsdl:input>
  419. <soap:body use="literal"/>
  420. </wsdl:input>
  421. <wsdl:output>
  422. <soap:body use="literal"/>
  423. </wsdl:output>
  424. </wsdl:operation>
  425. <wsdl:operation name="setTracingEnabled">
  426. <soap:operation soapAction="urn:setTracingEnabled" style="document"/>
  427. <wsdl:input>
  428. <soap:body use="literal"/>
  429. </wsdl:input>
  430. <wsdl:output>
  431. <soap:body use="literal"/>
  432. </wsdl:output>
  433. </wsdl:operation>
  434. <wsdl:operation name="getActiveExecutionPlanConfiguration">
  435. <soap:operation soapAction="urn:getActiveExecutionPlanConfiguration" style="document"/>
  436. <wsdl:input>
  437. <soap:body use="literal"/>
  438. </wsdl:input>
  439. <wsdl:output>
  440. <soap:body use="literal"/>
  441. </wsdl:output>
  442. </wsdl:operation>
  443. <wsdl:operation name="getInactiveExecutionPlan">
  444. <soap:operation soapAction="urn:getInactiveExecutionPlan" style="document"/>
  445. <wsdl:input>
  446. <soap:body use="literal"/>
  447. </wsdl:input>
  448. <wsdl:output>
  449. <soap:body use="literal"/>
  450. </wsdl:output>
  451. </wsdl:operation>
  452. <wsdl:operation name="getSiddhiStreams">
  453. <soap:operation soapAction="urn:getSiddhiStreams" style="document"/>
  454. <wsdl:input>
  455. <soap:body use="literal"/>
  456. </wsdl:input>
  457. <wsdl:output>
  458. <soap:body use="literal"/>
  459. </wsdl:output>
  460. </wsdl:operation>
  461. <wsdl:operation name="undeployActiveExecutionPlan">
  462. <soap:operation soapAction="urn:undeployActiveExecutionPlan" style="document"/>
  463. <wsdl:input>
  464. <soap:body use="literal"/>
  465. </wsdl:input>
  466. <wsdl:output>
  467. <soap:body use="literal"/>
  468. </wsdl:output>
  469. </wsdl:operation>
  470. <wsdl:operation name="editInactiveExecutionPlan">
  471. <soap:operation soapAction="urn:editInactiveExecutionPlan" style="document"/>
  472. <wsdl:input>
  473. <soap:body use="literal"/>
  474. </wsdl:input>
  475. <wsdl:output>
  476. <soap:body use="literal"/>
  477. </wsdl:output>
  478. </wsdl:operation>
  479. <wsdl:operation name="undeployInactiveExecutionPlan">
  480. <soap:operation soapAction="urn:undeployInactiveExecutionPlan" style="document"/>
  481. <wsdl:input>
  482. <soap:body use="literal"/>
  483. </wsdl:input>
  484. <wsdl:output>
  485. <soap:body use="literal"/>
  486. </wsdl:output>
  487. </wsdl:operation>
  488. <wsdl:operation name="getAllExportedStreamSpecificActiveExecutionPlanConfiguration">
  489. <soap:operation soapAction="urn:getAllExportedStreamSpecificActiveExecutionPlanConfiguration" style="document"/>
  490. <wsdl:input>
  491. <soap:body use="literal"/>
  492. </wsdl:input>
  493. <wsdl:output>
  494. <soap:body use="literal"/>
  495. </wsdl:output>
  496. </wsdl:operation>
  497. <wsdl:operation name="setStatisticsEnabled">
  498. <soap:operation soapAction="urn:setStatisticsEnabled" style="document"/>
  499. <wsdl:input>
  500. <soap:body use="literal"/>
  501. </wsdl:input>
  502. <wsdl:output>
  503. <soap:body use="literal"/>
  504. </wsdl:output>
  505. </wsdl:operation>
  506. <wsdl:operation name="deployExecutionPlan">
  507. <soap:operation soapAction="urn:deployExecutionPlan" style="document"/>
  508. <wsdl:input>
  509. <soap:body use="literal"/>
  510. </wsdl:input>
  511. <wsdl:output>
  512. <soap:body use="literal"/>
  513. </wsdl:output>
  514. </wsdl:operation>
  515. </wsdl:binding>
  516. <wsdl:binding name="EventProcessorAdminServiceSoap12Binding" type="ns:EventProcessorAdminServicePortType">
  517. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
  518. <wsdl:operation name="editActiveExecutionPlan">
  519. <soap12:operation soapAction="urn:editActiveExecutionPlan" style="document"/>
  520. <wsdl:input>
  521. <soap12:body use="literal"/>
  522. </wsdl:input>
  523. <wsdl:output>
  524. <soap12:body use="literal"/>
  525. </wsdl:output>
  526. </wsdl:operation>
  527. <wsdl:operation name="validateExecutionPlan">
  528. <soap12:operation soapAction="urn:validateExecutionPlan" style="document"/>
  529. <wsdl:input>
  530. <soap12:body use="literal"/>
  531. </wsdl:input>
  532. <wsdl:output>
  533. <soap12:body use="literal"/>
  534. </wsdl:output>
  535. </wsdl:operation>
  536. <wsdl:operation name="getAllInactiveExecutionPlanConigurations">
  537. <soap12:operation soapAction="urn:getAllInactiveExecutionPlanConigurations" style="document"/>
  538. <wsdl:input>
  539. <soap12:body use="literal"/>
  540. </wsdl:input>
  541. <wsdl:output>
  542. <soap12:body use="literal"/>
  543. </wsdl:output>
  544. </wsdl:operation>
  545. <wsdl:operation name="getAllImportedStreamSpecificActiveExecutionPlanConfiguration">
  546. <soap12:operation soapAction="urn:getAllImportedStreamSpecificActiveExecutionPlanConfiguration" style="document"/>
  547. <wsdl:input>
  548. <soap12:body use="literal"/>
  549. </wsdl:input>
  550. <wsdl:output>
  551. <soap12:body use="literal"/>
  552. </wsdl:output>
  553. </wsdl:operation>
  554. <wsdl:operation name="getActiveExecutionPlan">
  555. <soap12:operation soapAction="urn:getActiveExecutionPlan" style="document"/>
  556. <wsdl:input>
  557. <soap12:body use="literal"/>
  558. </wsdl:input>
  559. <wsdl:output>
  560. <soap12:body use="literal"/>
  561. </wsdl:output>
  562. </wsdl:operation>
  563. <wsdl:operation name="getAllActiveExecutionPlanConfigurations">
  564. <soap12:operation soapAction="urn:getAllActiveExecutionPlanConfigurations" style="document"/>
  565. <wsdl:input>
  566. <soap12:body use="literal"/>
  567. </wsdl:input>
  568. <wsdl:output>
  569. <soap12:body use="literal"/>
  570. </wsdl:output>
  571. </wsdl:operation>
  572. <wsdl:operation name="setTracingEnabled">
  573. <soap12:operation soapAction="urn:setTracingEnabled" style="document"/>
  574. <wsdl:input>
  575. <soap12:body use="literal"/>
  576. </wsdl:input>
  577. <wsdl:output>
  578. <soap12:body use="literal"/>
  579. </wsdl:output>
  580. </wsdl:operation>
  581. <wsdl:operation name="getActiveExecutionPlanConfiguration">
  582. <soap12:operation soapAction="urn:getActiveExecutionPlanConfiguration" style="document"/>
  583. <wsdl:input>
  584. <soap12:body use="literal"/>
  585. </wsdl:input>
  586. <wsdl:output>
  587. <soap12:body use="literal"/>
  588. </wsdl:output>
  589. </wsdl:operation>
  590. <wsdl:operation name="getInactiveExecutionPlan">
  591. <soap12:operation soapAction="urn:getInactiveExecutionPlan" style="document"/>
  592. <wsdl:input>
  593. <soap12:body use="literal"/>
  594. </wsdl:input>
  595. <wsdl:output>
  596. <soap12:body use="literal"/>
  597. </wsdl:output>
  598. </wsdl:operation>
  599. <wsdl:operation name="getSiddhiStreams">
  600. <soap12:operation soapAction="urn:getSiddhiStreams" style="document"/>
  601. <wsdl:input>
  602. <soap12:body use="literal"/>
  603. </wsdl:input>
  604. <wsdl:output>
  605. <soap12:body use="literal"/>
  606. </wsdl:output>
  607. </wsdl:operation>
  608. <wsdl:operation name="undeployActiveExecutionPlan">
  609. <soap12:operation soapAction="urn:undeployActiveExecutionPlan" style="document"/>
  610. <wsdl:input>
  611. <soap12:body use="literal"/>
  612. </wsdl:input>
  613. <wsdl:output>
  614. <soap12:body use="literal"/>
  615. </wsdl:output>
  616. </wsdl:operation>
  617. <wsdl:operation name="editInactiveExecutionPlan">
  618. <soap12:operation soapAction="urn:editInactiveExecutionPlan" style="document"/>
  619. <wsdl:input>
  620. <soap12:body use="literal"/>
  621. </wsdl:input>
  622. <wsdl:output>
  623. <soap12:body use="literal"/>
  624. </wsdl:output>
  625. </wsdl:operation>
  626. <wsdl:operation name="undeployInactiveExecutionPlan">
  627. <soap12:operation soapAction="urn:undeployInactiveExecutionPlan" style="document"/>
  628. <wsdl:input>
  629. <soap12:body use="literal"/>
  630. </wsdl:input>
  631. <wsdl:output>
  632. <soap12:body use="literal"/>
  633. </wsdl:output>
  634. </wsdl:operation>
  635. <wsdl:operation name="getAllExportedStreamSpecificActiveExecutionPlanConfiguration">
  636. <soap12:operation soapAction="urn:getAllExportedStreamSpecificActiveExecutionPlanConfiguration" style="document"/>
  637. <wsdl:input>
  638. <soap12:body use="literal"/>
  639. </wsdl:input>
  640. <wsdl:output>
  641. <soap12:body use="literal"/>
  642. </wsdl:output>
  643. </wsdl:operation>
  644. <wsdl:operation name="setStatisticsEnabled">
  645. <soap12:operation soapAction="urn:setStatisticsEnabled" style="document"/>
  646. <wsdl:input>
  647. <soap12:body use="literal"/>
  648. </wsdl:input>
  649. <wsdl:output>
  650. <soap12:body use="literal"/>
  651. </wsdl:output>
  652. </wsdl:operation>
  653. <wsdl:operation name="deployExecutionPlan">
  654. <soap12:operation soapAction="urn:deployExecutionPlan" style="document"/>
  655. <wsdl:input>
  656. <soap12:body use="literal"/>
  657. </wsdl:input>
  658. <wsdl:output>
  659. <soap12:body use="literal"/>
  660. </wsdl:output>
  661. </wsdl:operation>
  662. </wsdl:binding>
  663. <wsdl:binding name="EventProcessorAdminServiceHttpBinding" type="ns:EventProcessorAdminServicePortType">
  664. <http:binding verb="POST"/>
  665. <wsdl:operation name="editActiveExecutionPlan">
  666. <http:operation location="editActiveExecutionPlan"/>
  667. <wsdl:input>
  668. <mime:content type="text/xml" part="parameters"/>
  669. </wsdl:input>
  670. <wsdl:output>
  671. <mime:content type="text/xml" part="parameters"/>
  672. </wsdl:output>
  673. </wsdl:operation>
  674. <wsdl:operation name="validateExecutionPlan">
  675. <http:operation location="validateExecutionPlan"/>
  676. <wsdl:input>
  677. <mime:content type="text/xml" part="parameters"/>
  678. </wsdl:input>
  679. <wsdl:output>
  680. <mime:content type="text/xml" part="parameters"/>
  681. </wsdl:output>
  682. </wsdl:operation>
  683. <wsdl:operation name="getAllInactiveExecutionPlanConigurations">
  684. <http:operation location="getAllInactiveExecutionPlanConigurations"/>
  685. <wsdl:input>
  686. <mime:content type="text/xml" part="parameters"/>
  687. </wsdl:input>
  688. <wsdl:output>
  689. <mime:content type="text/xml" part="parameters"/>
  690. </wsdl:output>
  691. </wsdl:operation>
  692. <wsdl:operation name="getAllImportedStreamSpecificActiveExecutionPlanConfiguration">
  693. <http:operation location="getAllImportedStreamSpecificActiveExecutionPlanConfiguration"/>
  694. <wsdl:input>
  695. <mime:content type="text/xml" part="parameters"/>
  696. </wsdl:input>
  697. <wsdl:output>
  698. <mime:content type="text/xml" part="parameters"/>
  699. </wsdl:output>
  700. </wsdl:operation>
  701. <wsdl:operation name="getActiveExecutionPlan">
  702. <http:operation location="getActiveExecutionPlan"/>
  703. <wsdl:input>
  704. <mime:content type="text/xml" part="parameters"/>
  705. </wsdl:input>
  706. <wsdl:output>
  707. <mime:content type="text/xml" part="parameters"/>
  708. </wsdl:output>
  709. </wsdl:operation>
  710. <wsdl:operation name="getAllActiveExecutionPlanConfigurations">
  711. <http:operation location="getAllActiveExecutionPlanConfigurations"/>
  712. <wsdl:input>
  713. <mime:content type="text/xml" part="parameters"/>
  714. </wsdl:input>
  715. <wsdl:output>
  716. <mime:content type="text/xml" part="parameters"/>
  717. </wsdl:output>
  718. </wsdl:operation>
  719. <wsdl:operation name="setTracingEnabled">
  720. <http:operation location="setTracingEnabled"/>
  721. <wsdl:input>
  722. <mime:content type="text/xml" part="parameters"/>
  723. </wsdl:input>
  724. <wsdl:output>
  725. <mime:content type="text/xml" part="parameters"/>
  726. </wsdl:output>
  727. </wsdl:operation>
  728. <wsdl:operation name="getActiveExecutionPlanConfiguration">
  729. <http:operation location="getActiveExecutionPlanConfiguration"/>
  730. <wsdl:input>
  731. <mime:content type="text/xml" part="parameters"/>
  732. </wsdl:input>
  733. <wsdl:output>
  734. <mime:content type="text/xml" part="parameters"/>
  735. </wsdl:output>
  736. </wsdl:operation>
  737. <wsdl:operation name="getInactiveExecutionPlan">
  738. <http:operation location="getInactiveExecutionPlan"/>
  739. <wsdl:input>
  740. <mime:content type="text/xml" part="parameters"/>
  741. </wsdl:input>
  742. <wsdl:output>
  743. <mime:content type="text/xml" part="parameters"/>
  744. </wsdl:output>
  745. </wsdl:operation>
  746. <wsdl:operation name="getSiddhiStreams">
  747. <http:operation location="getSiddhiStreams"/>
  748. <wsdl:input>
  749. <mime:content type="text/xml" part="parameters"/>
  750. </wsdl:input>
  751. <wsdl:output>
  752. <mime:content type="text/xml" part="parameters"/>
  753. </wsdl:output>
  754. </wsdl:operation>
  755. <wsdl:operation name="undeployActiveExecutionPlan">
  756. <http:operation location="undeployActiveExecutionPlan"/>
  757. <wsdl:input>
  758. <mime:content type="text/xml" part="parameters"/>
  759. </wsdl:input>
  760. <wsdl:output>
  761. <mime:content type="text/xml" part="parameters"/>
  762. </wsdl:output>
  763. </wsdl:operation>
  764. <wsdl:operation name="editInactiveExecutionPlan">
  765. <http:operation location="editInactiveExecutionPlan"/>
  766. <wsdl:input>
  767. <mime:content type="text/xml" part="parameters"/>
  768. </wsdl:input>
  769. <wsdl:output>
  770. <mime:content type="text/xml" part="parameters"/>
  771. </wsdl:output>
  772. </wsdl:operation>
  773. <wsdl:operation name="undeployInactiveExecutionPlan">
  774. <http:operation location="undeployInactiveExecutionPlan"/>
  775. <wsdl:input>
  776. <mime:content type="text/xml" part="parameters"/>
  777. </wsdl:input>
  778. <wsdl:output>
  779. <mime:content type="text/xml" part="parameters"/>
  780. </wsdl:output>
  781. </wsdl:operation>
  782. <wsdl:operation name="getAllExportedStreamSpecificActiveExecutionPlanConfiguration">
  783. <http:operation location="getAllExportedStreamSpecificActiveExecutionPlanConfiguration"/>
  784. <wsdl:input>
  785. <mime:content type="text/xml" part="parameters"/>
  786. </wsdl:input>
  787. <wsdl:output>
  788. <mime:content type="text/xml" part="parameters"/>
  789. </wsdl:output>
  790. </wsdl:operation>
  791. <wsdl:operation name="setStatisticsEnabled">
  792. <http:operation location="setStatisticsEnabled"/>
  793. <wsdl:input>
  794. <mime:content type="text/xml" part="parameters"/>
  795. </wsdl:input>
  796. <wsdl:output>
  797. <mime:content type="text/xml" part="parameters"/>
  798. </wsdl:output>
  799. </wsdl:operation>
  800. <wsdl:operation name="deployExecutionPlan">
  801. <http:operation location="deployExecutionPlan"/>
  802. <wsdl:input>
  803. <mime:content type="text/xml" part="parameters"/>
  804. </wsdl:input>
  805. <wsdl:output>
  806. <mime:content type="text/xml" part="parameters"/>
  807. </wsdl:output>
  808. </wsdl:operation>
  809. </wsdl:binding>
  810. <wsdl:service name="EventProcessorAdminService">
  811. <wsdl:port name="EventProcessorAdminServiceHttpsSoap11Endpoint" binding="ns:EventProcessorAdminServiceSoap11Binding">
  812. <soap:address location="https://10.129.68.126:9443/services/EventProcessorAdminService.EventProcessorAdminServiceHttpsSoap11Endpoint/"/>
  813. </wsdl:port>
  814. <wsdl:port name="EventProcessorAdminServiceHttpsSoap12Endpoint" binding="ns:EventProcessorAdminServiceSoap12Binding">
  815. <soap12:address location="https://10.129.68.126:9443/services/EventProcessorAdminService.EventProcessorAdminServiceHttpsSoap12Endpoint/"/>
  816. </wsdl:port>
  817. <wsdl:port name="EventProcessorAdminServiceHttpsEndpoint" binding="ns:EventProcessorAdminServiceHttpBinding">
  818. <http:address location="https://10.129.68.126:9443/services/EventProcessorAdminService.EventProcessorAdminServiceHttpsEndpoint/"/>
  819. </wsdl:port>
  820. </wsdl:service>
  821. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement