Service.wsdl 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s1="http://tempuri.org/AbstractTypes" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="RegineUser">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  10. <s:element minOccurs="0" maxOccurs="1" name="agent_code" type="s:string" />
  11. <s:element minOccurs="0" maxOccurs="1" name="co_name" type="s:string" />
  12. <s:element minOccurs="0" maxOccurs="1" name="link_man" type="s:string" />
  13. <s:element minOccurs="0" maxOccurs="1" name="mob" type="s:string" />
  14. </s:sequence>
  15. </s:complexType>
  16. </s:element>
  17. <s:element name="RegineUserResponse">
  18. <s:complexType>
  19. <s:sequence>
  20. <s:element minOccurs="0" maxOccurs="1" name="RegineUserResult" type="s:string" />
  21. </s:sequence>
  22. </s:complexType>
  23. </s:element>
  24. <s:element name="GetUserInfo">
  25. <s:complexType>
  26. <s:sequence>
  27. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  28. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  29. </s:sequence>
  30. </s:complexType>
  31. </s:element>
  32. <s:element name="GetUserInfoResponse">
  33. <s:complexType>
  34. <s:sequence>
  35. <s:element minOccurs="0" maxOccurs="1" name="GetUserInfoResult" type="s:string" />
  36. </s:sequence>
  37. </s:complexType>
  38. </s:element>
  39. <s:element name="EditUserPwd">
  40. <s:complexType>
  41. <s:sequence>
  42. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  43. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  44. <s:element minOccurs="0" maxOccurs="1" name="newpwd" type="s:string" />
  45. </s:sequence>
  46. </s:complexType>
  47. </s:element>
  48. <s:element name="EditUserPwdResponse">
  49. <s:complexType>
  50. <s:sequence>
  51. <s:element minOccurs="0" maxOccurs="1" name="EditUserPwdResult" type="s:string" />
  52. </s:sequence>
  53. </s:complexType>
  54. </s:element>
  55. <s:element name="SendMessages">
  56. <s:complexType>
  57. <s:sequence>
  58. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  59. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  60. <s:element minOccurs="0" maxOccurs="1" name="tos" type="s:string" />
  61. <s:element minOccurs="0" maxOccurs="1" name="msg" type="s:string" />
  62. <s:element minOccurs="0" maxOccurs="1" name="otime" type="s:string" />
  63. </s:sequence>
  64. </s:complexType>
  65. </s:element>
  66. <s:element name="SendMessagesResponse">
  67. <s:complexType>
  68. <s:sequence>
  69. <s:element minOccurs="0" maxOccurs="1" name="SendMessagesResult" type="s:string" />
  70. </s:sequence>
  71. </s:complexType>
  72. </s:element>
  73. <s:element name="SendFax">
  74. <s:complexType>
  75. <s:sequence>
  76. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  77. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  78. <s:element minOccurs="0" maxOccurs="1" name="faxno" type="s:string" />
  79. <s:element minOccurs="0" maxOccurs="1" name="men" type="s:string" />
  80. <s:element minOccurs="0" maxOccurs="1" name="title" type="s:string" />
  81. <s:element minOccurs="0" maxOccurs="1" name="Bytes" type="s:base64Binary" />
  82. <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
  83. </s:sequence>
  84. </s:complexType>
  85. </s:element>
  86. <s:element name="SendFaxResponse">
  87. <s:complexType>
  88. <s:sequence>
  89. <s:element minOccurs="0" maxOccurs="1" name="SendFaxResult" type="s:string" />
  90. </s:sequence>
  91. </s:complexType>
  92. </s:element>
  93. <s:element name="SendMMS">
  94. <s:complexType>
  95. <s:sequence>
  96. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  97. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  98. <s:element minOccurs="0" maxOccurs="1" name="mobno" type="s:string" />
  99. <s:element minOccurs="0" maxOccurs="1" name="title" type="s:string" />
  100. <s:element minOccurs="0" maxOccurs="1" name="content" type="s:string" />
  101. <s:element minOccurs="0" maxOccurs="1" name="Bytes" type="s:base64Binary" />
  102. <s:element minOccurs="0" maxOccurs="1" name="mmsFileName" type="s:string" />
  103. </s:sequence>
  104. </s:complexType>
  105. </s:element>
  106. <s:element name="SendMMSResponse">
  107. <s:complexType>
  108. <s:sequence>
  109. <s:element minOccurs="0" maxOccurs="1" name="SendMMSResult" type="s:string" />
  110. </s:sequence>
  111. </s:complexType>
  112. </s:element>
  113. <s:element name="GetMessageInfo">
  114. <s:complexType>
  115. <s:sequence>
  116. <s:element minOccurs="0" maxOccurs="1" name="snum" type="s:string" />
  117. </s:sequence>
  118. </s:complexType>
  119. </s:element>
  120. <s:element name="GetMessageInfoResponse">
  121. <s:complexType>
  122. <s:sequence>
  123. <s:element minOccurs="0" maxOccurs="1" name="GetMessageInfoResult" type="s:string" />
  124. </s:sequence>
  125. </s:complexType>
  126. </s:element>
  127. <s:element name="SendVoice">
  128. <s:complexType>
  129. <s:sequence>
  130. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  131. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  132. <s:element minOccurs="0" maxOccurs="1" name="vto" type="s:string" />
  133. <s:element minOccurs="0" maxOccurs="1" name="vtxt" type="s:string" />
  134. <s:element minOccurs="0" maxOccurs="1" name="mode" type="s:string" />
  135. <s:element minOccurs="0" maxOccurs="1" name="FileBytes" type="s:base64Binary" />
  136. <s:element minOccurs="0" maxOccurs="1" name="svrno" type="s:string" />
  137. <s:element minOccurs="0" maxOccurs="1" name="str_time" type="s:string" />
  138. <s:element minOccurs="0" maxOccurs="1" name="end_time" type="s:string" />
  139. </s:sequence>
  140. </s:complexType>
  141. </s:element>
  142. <s:element name="SendVoiceResponse">
  143. <s:complexType>
  144. <s:sequence>
  145. <s:element minOccurs="0" maxOccurs="1" name="SendVoiceResult" type="s:string" />
  146. </s:sequence>
  147. </s:complexType>
  148. </s:element>
  149. <s:element name="GetFaxRecord">
  150. <s:complexType>
  151. <s:sequence>
  152. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  153. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  154. <s:element minOccurs="0" maxOccurs="1" name="num" type="s:string" />
  155. <s:element minOccurs="0" maxOccurs="1" name="StartDate" type="s:string" />
  156. <s:element minOccurs="0" maxOccurs="1" name="EndDate" type="s:string" />
  157. </s:sequence>
  158. </s:complexType>
  159. </s:element>
  160. <s:element name="GetFaxRecordResponse">
  161. <s:complexType>
  162. <s:sequence>
  163. <s:element minOccurs="0" maxOccurs="1" name="GetFaxRecordResult" type="s:string" />
  164. </s:sequence>
  165. </s:complexType>
  166. </s:element>
  167. <s:element name="GetVoiceRecord">
  168. <s:complexType>
  169. <s:sequence>
  170. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  171. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  172. <s:element minOccurs="0" maxOccurs="1" name="num" type="s:string" />
  173. <s:element minOccurs="0" maxOccurs="1" name="StartDate" type="s:string" />
  174. <s:element minOccurs="0" maxOccurs="1" name="EndDate" type="s:string" />
  175. </s:sequence>
  176. </s:complexType>
  177. </s:element>
  178. <s:element name="GetVoiceRecordResponse">
  179. <s:complexType>
  180. <s:sequence>
  181. <s:element minOccurs="0" maxOccurs="1" name="GetVoiceRecordResult" type="s:string" />
  182. </s:sequence>
  183. </s:complexType>
  184. </s:element>
  185. <s:element name="GetMessageRecord">
  186. <s:complexType>
  187. <s:sequence>
  188. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  189. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  190. <s:element minOccurs="0" maxOccurs="1" name="num" type="s:string" />
  191. <s:element minOccurs="0" maxOccurs="1" name="StartDate" type="s:string" />
  192. <s:element minOccurs="0" maxOccurs="1" name="EndDate" type="s:string" />
  193. <s:element minOccurs="0" maxOccurs="1" name="isday" type="s:string" />
  194. </s:sequence>
  195. </s:complexType>
  196. </s:element>
  197. <s:element name="GetMessageRecordResponse">
  198. <s:complexType>
  199. <s:sequence>
  200. <s:element minOccurs="0" maxOccurs="1" name="GetMessageRecordResult" type="s:string" />
  201. </s:sequence>
  202. </s:complexType>
  203. </s:element>
  204. <s:element name="GET_SMS_MO">
  205. <s:complexType>
  206. <s:sequence>
  207. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  208. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  209. <s:element minOccurs="0" maxOccurs="1" name="IDtype" type="s:string" />
  210. </s:sequence>
  211. </s:complexType>
  212. </s:element>
  213. <s:element name="GET_SMS_MOResponse">
  214. <s:complexType>
  215. <s:sequence>
  216. <s:element minOccurs="0" maxOccurs="1" name="GET_SMS_MOResult" type="s:string" />
  217. </s:sequence>
  218. </s:complexType>
  219. </s:element>
  220. <s:element name="GET_MSP_MO">
  221. <s:complexType>
  222. <s:sequence>
  223. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  224. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  225. <s:element minOccurs="0" maxOccurs="1" name="IDtype" type="s:string" />
  226. </s:sequence>
  227. </s:complexType>
  228. </s:element>
  229. <s:element name="GET_MSP_MOResponse">
  230. <s:complexType>
  231. <s:sequence>
  232. <s:element minOccurs="0" maxOccurs="1" name="GET_MSP_MOResult" type="s:string" />
  233. </s:sequence>
  234. </s:complexType>
  235. </s:element>
  236. <s:element name="TelCall">
  237. <s:complexType>
  238. <s:sequence>
  239. <s:element minOccurs="0" maxOccurs="1" name="uid" type="s:string" />
  240. <s:element minOccurs="0" maxOccurs="1" name="pwd" type="s:string" />
  241. <s:element minOccurs="0" maxOccurs="1" name="host_call" type="s:string" />
  242. <s:element minOccurs="0" maxOccurs="1" name="caller" type="s:string" />
  243. </s:sequence>
  244. </s:complexType>
  245. </s:element>
  246. <s:element name="TelCallResponse">
  247. <s:complexType>
  248. <s:sequence>
  249. <s:element minOccurs="0" maxOccurs="1" name="TelCallResult" type="s:string" />
  250. </s:sequence>
  251. </s:complexType>
  252. </s:element>
  253. <s:element name="string" nillable="true" type="s:string" />
  254. </s:schema>
  255. <s:schema targetNamespace="http://tempuri.org/AbstractTypes">
  256. <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
  257. <s:complexType name="StringArray">
  258. <s:complexContent mixed="false">
  259. <s:restriction base="soapenc:Array">
  260. <s:sequence>
  261. <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string" />
  262. </s:sequence>
  263. </s:restriction>
  264. </s:complexContent>
  265. </s:complexType>
  266. </s:schema>
  267. </wsdl:types>
  268. <wsdl:message name="RegineUserSoapIn">
  269. <wsdl:part name="parameters" element="tns:RegineUser" />
  270. </wsdl:message>
  271. <wsdl:message name="RegineUserSoapOut">
  272. <wsdl:part name="parameters" element="tns:RegineUserResponse" />
  273. </wsdl:message>
  274. <wsdl:message name="GetUserInfoSoapIn">
  275. <wsdl:part name="parameters" element="tns:GetUserInfo" />
  276. </wsdl:message>
  277. <wsdl:message name="GetUserInfoSoapOut">
  278. <wsdl:part name="parameters" element="tns:GetUserInfoResponse" />
  279. </wsdl:message>
  280. <wsdl:message name="EditUserPwdSoapIn">
  281. <wsdl:part name="parameters" element="tns:EditUserPwd" />
  282. </wsdl:message>
  283. <wsdl:message name="EditUserPwdSoapOut">
  284. <wsdl:part name="parameters" element="tns:EditUserPwdResponse" />
  285. </wsdl:message>
  286. <wsdl:message name="SendMessagesSoapIn">
  287. <wsdl:part name="parameters" element="tns:SendMessages" />
  288. </wsdl:message>
  289. <wsdl:message name="SendMessagesSoapOut">
  290. <wsdl:part name="parameters" element="tns:SendMessagesResponse" />
  291. </wsdl:message>
  292. <wsdl:message name="SendFaxSoapIn">
  293. <wsdl:part name="parameters" element="tns:SendFax" />
  294. </wsdl:message>
  295. <wsdl:message name="SendFaxSoapOut">
  296. <wsdl:part name="parameters" element="tns:SendFaxResponse" />
  297. </wsdl:message>
  298. <wsdl:message name="SendMMSSoapIn">
  299. <wsdl:part name="parameters" element="tns:SendMMS" />
  300. </wsdl:message>
  301. <wsdl:message name="SendMMSSoapOut">
  302. <wsdl:part name="parameters" element="tns:SendMMSResponse" />
  303. </wsdl:message>
  304. <wsdl:message name="GetMessageInfoSoapIn">
  305. <wsdl:part name="parameters" element="tns:GetMessageInfo" />
  306. </wsdl:message>
  307. <wsdl:message name="GetMessageInfoSoapOut">
  308. <wsdl:part name="parameters" element="tns:GetMessageInfoResponse" />
  309. </wsdl:message>
  310. <wsdl:message name="SendVoiceSoapIn">
  311. <wsdl:part name="parameters" element="tns:SendVoice" />
  312. </wsdl:message>
  313. <wsdl:message name="SendVoiceSoapOut">
  314. <wsdl:part name="parameters" element="tns:SendVoiceResponse" />
  315. </wsdl:message>
  316. <wsdl:message name="GetFaxRecordSoapIn">
  317. <wsdl:part name="parameters" element="tns:GetFaxRecord" />
  318. </wsdl:message>
  319. <wsdl:message name="GetFaxRecordSoapOut">
  320. <wsdl:part name="parameters" element="tns:GetFaxRecordResponse" />
  321. </wsdl:message>
  322. <wsdl:message name="GetVoiceRecordSoapIn">
  323. <wsdl:part name="parameters" element="tns:GetVoiceRecord" />
  324. </wsdl:message>
  325. <wsdl:message name="GetVoiceRecordSoapOut">
  326. <wsdl:part name="parameters" element="tns:GetVoiceRecordResponse" />
  327. </wsdl:message>
  328. <wsdl:message name="GetMessageRecordSoapIn">
  329. <wsdl:part name="parameters" element="tns:GetMessageRecord" />
  330. </wsdl:message>
  331. <wsdl:message name="GetMessageRecordSoapOut">
  332. <wsdl:part name="parameters" element="tns:GetMessageRecordResponse" />
  333. </wsdl:message>
  334. <wsdl:message name="GET_SMS_MOSoapIn">
  335. <wsdl:part name="parameters" element="tns:GET_SMS_MO" />
  336. </wsdl:message>
  337. <wsdl:message name="GET_SMS_MOSoapOut">
  338. <wsdl:part name="parameters" element="tns:GET_SMS_MOResponse" />
  339. </wsdl:message>
  340. <wsdl:message name="GET_MSP_MOSoapIn">
  341. <wsdl:part name="parameters" element="tns:GET_MSP_MO" />
  342. </wsdl:message>
  343. <wsdl:message name="GET_MSP_MOSoapOut">
  344. <wsdl:part name="parameters" element="tns:GET_MSP_MOResponse" />
  345. </wsdl:message>
  346. <wsdl:message name="TelCallSoapIn">
  347. <wsdl:part name="parameters" element="tns:TelCall" />
  348. </wsdl:message>
  349. <wsdl:message name="TelCallSoapOut">
  350. <wsdl:part name="parameters" element="tns:TelCallResponse" />
  351. </wsdl:message>
  352. <wsdl:message name="RegineUserHttpGetIn">
  353. <wsdl:part name="uid" type="s:string" />
  354. <wsdl:part name="pwd" type="s:string" />
  355. <wsdl:part name="agent_code" type="s:string" />
  356. <wsdl:part name="co_name" type="s:string" />
  357. <wsdl:part name="link_man" type="s:string" />
  358. <wsdl:part name="mob" type="s:string" />
  359. </wsdl:message>
  360. <wsdl:message name="RegineUserHttpGetOut">
  361. <wsdl:part name="Body" element="tns:string" />
  362. </wsdl:message>
  363. <wsdl:message name="GetUserInfoHttpGetIn">
  364. <wsdl:part name="uid" type="s:string" />
  365. <wsdl:part name="pwd" type="s:string" />
  366. </wsdl:message>
  367. <wsdl:message name="GetUserInfoHttpGetOut">
  368. <wsdl:part name="Body" element="tns:string" />
  369. </wsdl:message>
  370. <wsdl:message name="EditUserPwdHttpGetIn">
  371. <wsdl:part name="uid" type="s:string" />
  372. <wsdl:part name="pwd" type="s:string" />
  373. <wsdl:part name="newpwd" type="s:string" />
  374. </wsdl:message>
  375. <wsdl:message name="EditUserPwdHttpGetOut">
  376. <wsdl:part name="Body" element="tns:string" />
  377. </wsdl:message>
  378. <wsdl:message name="SendMessagesHttpGetIn">
  379. <wsdl:part name="uid" type="s:string" />
  380. <wsdl:part name="pwd" type="s:string" />
  381. <wsdl:part name="tos" type="s:string" />
  382. <wsdl:part name="msg" type="s:string" />
  383. <wsdl:part name="otime" type="s:string" />
  384. </wsdl:message>
  385. <wsdl:message name="SendMessagesHttpGetOut">
  386. <wsdl:part name="Body" element="tns:string" />
  387. </wsdl:message>
  388. <wsdl:message name="SendFaxHttpGetIn">
  389. <wsdl:part name="uid" type="s:string" />
  390. <wsdl:part name="pwd" type="s:string" />
  391. <wsdl:part name="faxno" type="s:string" />
  392. <wsdl:part name="men" type="s:string" />
  393. <wsdl:part name="title" type="s:string" />
  394. <wsdl:part name="Bytes" type="s1:StringArray" />
  395. <wsdl:part name="FileName" type="s:string" />
  396. </wsdl:message>
  397. <wsdl:message name="SendFaxHttpGetOut">
  398. <wsdl:part name="Body" element="tns:string" />
  399. </wsdl:message>
  400. <wsdl:message name="SendMMSHttpGetIn">
  401. <wsdl:part name="uid" type="s:string" />
  402. <wsdl:part name="pwd" type="s:string" />
  403. <wsdl:part name="mobno" type="s:string" />
  404. <wsdl:part name="title" type="s:string" />
  405. <wsdl:part name="content" type="s:string" />
  406. <wsdl:part name="Bytes" type="s1:StringArray" />
  407. <wsdl:part name="mmsFileName" type="s:string" />
  408. </wsdl:message>
  409. <wsdl:message name="SendMMSHttpGetOut">
  410. <wsdl:part name="Body" element="tns:string" />
  411. </wsdl:message>
  412. <wsdl:message name="GetMessageInfoHttpGetIn">
  413. <wsdl:part name="snum" type="s:string" />
  414. </wsdl:message>
  415. <wsdl:message name="GetMessageInfoHttpGetOut">
  416. <wsdl:part name="Body" element="tns:string" />
  417. </wsdl:message>
  418. <wsdl:message name="SendVoiceHttpGetIn">
  419. <wsdl:part name="uid" type="s:string" />
  420. <wsdl:part name="pwd" type="s:string" />
  421. <wsdl:part name="vto" type="s:string" />
  422. <wsdl:part name="vtxt" type="s:string" />
  423. <wsdl:part name="mode" type="s:string" />
  424. <wsdl:part name="FileBytes" type="s1:StringArray" />
  425. <wsdl:part name="svrno" type="s:string" />
  426. <wsdl:part name="str_time" type="s:string" />
  427. <wsdl:part name="end_time" type="s:string" />
  428. </wsdl:message>
  429. <wsdl:message name="SendVoiceHttpGetOut">
  430. <wsdl:part name="Body" element="tns:string" />
  431. </wsdl:message>
  432. <wsdl:message name="GetFaxRecordHttpGetIn">
  433. <wsdl:part name="uid" type="s:string" />
  434. <wsdl:part name="pwd" type="s:string" />
  435. <wsdl:part name="num" type="s:string" />
  436. <wsdl:part name="StartDate" type="s:string" />
  437. <wsdl:part name="EndDate" type="s:string" />
  438. </wsdl:message>
  439. <wsdl:message name="GetFaxRecordHttpGetOut">
  440. <wsdl:part name="Body" element="tns:string" />
  441. </wsdl:message>
  442. <wsdl:message name="GetVoiceRecordHttpGetIn">
  443. <wsdl:part name="uid" type="s:string" />
  444. <wsdl:part name="pwd" type="s:string" />
  445. <wsdl:part name="num" type="s:string" />
  446. <wsdl:part name="StartDate" type="s:string" />
  447. <wsdl:part name="EndDate" type="s:string" />
  448. </wsdl:message>
  449. <wsdl:message name="GetVoiceRecordHttpGetOut">
  450. <wsdl:part name="Body" element="tns:string" />
  451. </wsdl:message>
  452. <wsdl:message name="GetMessageRecordHttpGetIn">
  453. <wsdl:part name="uid" type="s:string" />
  454. <wsdl:part name="pwd" type="s:string" />
  455. <wsdl:part name="num" type="s:string" />
  456. <wsdl:part name="StartDate" type="s:string" />
  457. <wsdl:part name="EndDate" type="s:string" />
  458. <wsdl:part name="isday" type="s:string" />
  459. </wsdl:message>
  460. <wsdl:message name="GetMessageRecordHttpGetOut">
  461. <wsdl:part name="Body" element="tns:string" />
  462. </wsdl:message>
  463. <wsdl:message name="GET_SMS_MOHttpGetIn">
  464. <wsdl:part name="uid" type="s:string" />
  465. <wsdl:part name="pwd" type="s:string" />
  466. <wsdl:part name="IDtype" type="s:string" />
  467. </wsdl:message>
  468. <wsdl:message name="GET_SMS_MOHttpGetOut">
  469. <wsdl:part name="Body" element="tns:string" />
  470. </wsdl:message>
  471. <wsdl:message name="GET_MSP_MOHttpGetIn">
  472. <wsdl:part name="uid" type="s:string" />
  473. <wsdl:part name="pwd" type="s:string" />
  474. <wsdl:part name="IDtype" type="s:string" />
  475. </wsdl:message>
  476. <wsdl:message name="GET_MSP_MOHttpGetOut">
  477. <wsdl:part name="Body" element="tns:string" />
  478. </wsdl:message>
  479. <wsdl:message name="TelCallHttpGetIn">
  480. <wsdl:part name="uid" type="s:string" />
  481. <wsdl:part name="pwd" type="s:string" />
  482. <wsdl:part name="host_call" type="s:string" />
  483. <wsdl:part name="caller" type="s:string" />
  484. </wsdl:message>
  485. <wsdl:message name="TelCallHttpGetOut">
  486. <wsdl:part name="Body" element="tns:string" />
  487. </wsdl:message>
  488. <wsdl:message name="RegineUserHttpPostIn">
  489. <wsdl:part name="uid" type="s:string" />
  490. <wsdl:part name="pwd" type="s:string" />
  491. <wsdl:part name="agent_code" type="s:string" />
  492. <wsdl:part name="co_name" type="s:string" />
  493. <wsdl:part name="link_man" type="s:string" />
  494. <wsdl:part name="mob" type="s:string" />
  495. </wsdl:message>
  496. <wsdl:message name="RegineUserHttpPostOut">
  497. <wsdl:part name="Body" element="tns:string" />
  498. </wsdl:message>
  499. <wsdl:message name="GetUserInfoHttpPostIn">
  500. <wsdl:part name="uid" type="s:string" />
  501. <wsdl:part name="pwd" type="s:string" />
  502. </wsdl:message>
  503. <wsdl:message name="GetUserInfoHttpPostOut">
  504. <wsdl:part name="Body" element="tns:string" />
  505. </wsdl:message>
  506. <wsdl:message name="EditUserPwdHttpPostIn">
  507. <wsdl:part name="uid" type="s:string" />
  508. <wsdl:part name="pwd" type="s:string" />
  509. <wsdl:part name="newpwd" type="s:string" />
  510. </wsdl:message>
  511. <wsdl:message name="EditUserPwdHttpPostOut">
  512. <wsdl:part name="Body" element="tns:string" />
  513. </wsdl:message>
  514. <wsdl:message name="SendMessagesHttpPostIn">
  515. <wsdl:part name="uid" type="s:string" />
  516. <wsdl:part name="pwd" type="s:string" />
  517. <wsdl:part name="tos" type="s:string" />
  518. <wsdl:part name="msg" type="s:string" />
  519. <wsdl:part name="otime" type="s:string" />
  520. </wsdl:message>
  521. <wsdl:message name="SendMessagesHttpPostOut">
  522. <wsdl:part name="Body" element="tns:string" />
  523. </wsdl:message>
  524. <wsdl:message name="SendFaxHttpPostIn">
  525. <wsdl:part name="uid" type="s:string" />
  526. <wsdl:part name="pwd" type="s:string" />
  527. <wsdl:part name="faxno" type="s:string" />
  528. <wsdl:part name="men" type="s:string" />
  529. <wsdl:part name="title" type="s:string" />
  530. <wsdl:part name="Bytes" type="s1:StringArray" />
  531. <wsdl:part name="FileName" type="s:string" />
  532. </wsdl:message>
  533. <wsdl:message name="SendFaxHttpPostOut">
  534. <wsdl:part name="Body" element="tns:string" />
  535. </wsdl:message>
  536. <wsdl:message name="SendMMSHttpPostIn">
  537. <wsdl:part name="uid" type="s:string" />
  538. <wsdl:part name="pwd" type="s:string" />
  539. <wsdl:part name="mobno" type="s:string" />
  540. <wsdl:part name="title" type="s:string" />
  541. <wsdl:part name="content" type="s:string" />
  542. <wsdl:part name="Bytes" type="s1:StringArray" />
  543. <wsdl:part name="mmsFileName" type="s:string" />
  544. </wsdl:message>
  545. <wsdl:message name="SendMMSHttpPostOut">
  546. <wsdl:part name="Body" element="tns:string" />
  547. </wsdl:message>
  548. <wsdl:message name="GetMessageInfoHttpPostIn">
  549. <wsdl:part name="snum" type="s:string" />
  550. </wsdl:message>
  551. <wsdl:message name="GetMessageInfoHttpPostOut">
  552. <wsdl:part name="Body" element="tns:string" />
  553. </wsdl:message>
  554. <wsdl:message name="SendVoiceHttpPostIn">
  555. <wsdl:part name="uid" type="s:string" />
  556. <wsdl:part name="pwd" type="s:string" />
  557. <wsdl:part name="vto" type="s:string" />
  558. <wsdl:part name="vtxt" type="s:string" />
  559. <wsdl:part name="mode" type="s:string" />
  560. <wsdl:part name="FileBytes" type="s1:StringArray" />
  561. <wsdl:part name="svrno" type="s:string" />
  562. <wsdl:part name="str_time" type="s:string" />
  563. <wsdl:part name="end_time" type="s:string" />
  564. </wsdl:message>
  565. <wsdl:message name="SendVoiceHttpPostOut">
  566. <wsdl:part name="Body" element="tns:string" />
  567. </wsdl:message>
  568. <wsdl:message name="GetFaxRecordHttpPostIn">
  569. <wsdl:part name="uid" type="s:string" />
  570. <wsdl:part name="pwd" type="s:string" />
  571. <wsdl:part name="num" type="s:string" />
  572. <wsdl:part name="StartDate" type="s:string" />
  573. <wsdl:part name="EndDate" type="s:string" />
  574. </wsdl:message>
  575. <wsdl:message name="GetFaxRecordHttpPostOut">
  576. <wsdl:part name="Body" element="tns:string" />
  577. </wsdl:message>
  578. <wsdl:message name="GetVoiceRecordHttpPostIn">
  579. <wsdl:part name="uid" type="s:string" />
  580. <wsdl:part name="pwd" type="s:string" />
  581. <wsdl:part name="num" type="s:string" />
  582. <wsdl:part name="StartDate" type="s:string" />
  583. <wsdl:part name="EndDate" type="s:string" />
  584. </wsdl:message>
  585. <wsdl:message name="GetVoiceRecordHttpPostOut">
  586. <wsdl:part name="Body" element="tns:string" />
  587. </wsdl:message>
  588. <wsdl:message name="GetMessageRecordHttpPostIn">
  589. <wsdl:part name="uid" type="s:string" />
  590. <wsdl:part name="pwd" type="s:string" />
  591. <wsdl:part name="num" type="s:string" />
  592. <wsdl:part name="StartDate" type="s:string" />
  593. <wsdl:part name="EndDate" type="s:string" />
  594. <wsdl:part name="isday" type="s:string" />
  595. </wsdl:message>
  596. <wsdl:message name="GetMessageRecordHttpPostOut">
  597. <wsdl:part name="Body" element="tns:string" />
  598. </wsdl:message>
  599. <wsdl:message name="GET_SMS_MOHttpPostIn">
  600. <wsdl:part name="uid" type="s:string" />
  601. <wsdl:part name="pwd" type="s:string" />
  602. <wsdl:part name="IDtype" type="s:string" />
  603. </wsdl:message>
  604. <wsdl:message name="GET_SMS_MOHttpPostOut">
  605. <wsdl:part name="Body" element="tns:string" />
  606. </wsdl:message>
  607. <wsdl:message name="GET_MSP_MOHttpPostIn">
  608. <wsdl:part name="uid" type="s:string" />
  609. <wsdl:part name="pwd" type="s:string" />
  610. <wsdl:part name="IDtype" type="s:string" />
  611. </wsdl:message>
  612. <wsdl:message name="GET_MSP_MOHttpPostOut">
  613. <wsdl:part name="Body" element="tns:string" />
  614. </wsdl:message>
  615. <wsdl:message name="TelCallHttpPostIn">
  616. <wsdl:part name="uid" type="s:string" />
  617. <wsdl:part name="pwd" type="s:string" />
  618. <wsdl:part name="host_call" type="s:string" />
  619. <wsdl:part name="caller" type="s:string" />
  620. </wsdl:message>
  621. <wsdl:message name="TelCallHttpPostOut">
  622. <wsdl:part name="Body" element="tns:string" />
  623. </wsdl:message>
  624. <wsdl:portType name="Service1Soap">
  625. <wsdl:operation name="RegineUser">
  626. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">注册用户</wsdl:documentation>
  627. <wsdl:input message="tns:RegineUserSoapIn" />
  628. <wsdl:output message="tns:RegineUserSoapOut" />
  629. </wsdl:operation>
  630. <wsdl:operation name="GetUserInfo">
  631. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">读取账户信息</wsdl:documentation>
  632. <wsdl:input message="tns:GetUserInfoSoapIn" />
  633. <wsdl:output message="tns:GetUserInfoSoapOut" />
  634. </wsdl:operation>
  635. <wsdl:operation name="EditUserPwd">
  636. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">修改密码</wsdl:documentation>
  637. <wsdl:input message="tns:EditUserPwdSoapIn" />
  638. <wsdl:output message="tns:EditUserPwdSoapOut" />
  639. </wsdl:operation>
  640. <wsdl:operation name="SendMessages">
  641. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">发送短消息服务</wsdl:documentation>
  642. <wsdl:input message="tns:SendMessagesSoapIn" />
  643. <wsdl:output message="tns:SendMessagesSoapOut" />
  644. </wsdl:operation>
  645. <wsdl:operation name="SendFax">
  646. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">传真服务引擎</wsdl:documentation>
  647. <wsdl:input message="tns:SendFaxSoapIn" />
  648. <wsdl:output message="tns:SendFaxSoapOut" />
  649. </wsdl:operation>
  650. <wsdl:operation name="SendMMS">
  651. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">彩信发送</wsdl:documentation>
  652. <wsdl:input message="tns:SendMMSSoapIn" />
  653. <wsdl:output message="tns:SendMMSSoapOut" />
  654. </wsdl:operation>
  655. <wsdl:operation name="GetMessageInfo">
  656. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">短信发送状态</wsdl:documentation>
  657. <wsdl:input message="tns:GetMessageInfoSoapIn" />
  658. <wsdl:output message="tns:GetMessageInfoSoapOut" />
  659. </wsdl:operation>
  660. <wsdl:operation name="SendVoice">
  661. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">语音服务引擎</wsdl:documentation>
  662. <wsdl:input message="tns:SendVoiceSoapIn" />
  663. <wsdl:output message="tns:SendVoiceSoapOut" />
  664. </wsdl:operation>
  665. <wsdl:operation name="GetFaxRecord">
  666. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">传真发送记录</wsdl:documentation>
  667. <wsdl:input message="tns:GetFaxRecordSoapIn" />
  668. <wsdl:output message="tns:GetFaxRecordSoapOut" />
  669. </wsdl:operation>
  670. <wsdl:operation name="GetVoiceRecord">
  671. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">语音发送记录</wsdl:documentation>
  672. <wsdl:input message="tns:GetVoiceRecordSoapIn" />
  673. <wsdl:output message="tns:GetVoiceRecordSoapOut" />
  674. </wsdl:operation>
  675. <wsdl:operation name="GetMessageRecord">
  676. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">短信发送记录</wsdl:documentation>
  677. <wsdl:input message="tns:GetMessageRecordSoapIn" />
  678. <wsdl:output message="tns:GetMessageRecordSoapOut" />
  679. </wsdl:operation>
  680. <wsdl:operation name="GET_SMS_MO">
  681. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取短信回复记录 (示例:手机号码/内容/端口/时间|手机号码/内容/端口/时间|手机号码/内容/端口/时间)</wsdl:documentation>
  682. <wsdl:input message="tns:GET_SMS_MOSoapIn" />
  683. <wsdl:output message="tns:GET_SMS_MOSoapOut" />
  684. </wsdl:operation>
  685. <wsdl:operation name="GET_MSP_MO">
  686. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取MSP上行记录 (示例:手机号码/短信内容/地区/时间|手机号码/短信内容/地区/时间|手机号码/短信内容/地区/时间)</wsdl:documentation>
  687. <wsdl:input message="tns:GET_MSP_MOSoapIn" />
  688. <wsdl:output message="tns:GET_MSP_MOSoapOut" />
  689. </wsdl:operation>
  690. <wsdl:operation name="TelCall">
  691. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">网络电话</wsdl:documentation>
  692. <wsdl:input message="tns:TelCallSoapIn" />
  693. <wsdl:output message="tns:TelCallSoapOut" />
  694. </wsdl:operation>
  695. </wsdl:portType>
  696. <wsdl:portType name="Service1HttpGet">
  697. <wsdl:operation name="RegineUser">
  698. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">注册用户</wsdl:documentation>
  699. <wsdl:input message="tns:RegineUserHttpGetIn" />
  700. <wsdl:output message="tns:RegineUserHttpGetOut" />
  701. </wsdl:operation>
  702. <wsdl:operation name="GetUserInfo">
  703. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">读取账户信息</wsdl:documentation>
  704. <wsdl:input message="tns:GetUserInfoHttpGetIn" />
  705. <wsdl:output message="tns:GetUserInfoHttpGetOut" />
  706. </wsdl:operation>
  707. <wsdl:operation name="EditUserPwd">
  708. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">修改密码</wsdl:documentation>
  709. <wsdl:input message="tns:EditUserPwdHttpGetIn" />
  710. <wsdl:output message="tns:EditUserPwdHttpGetOut" />
  711. </wsdl:operation>
  712. <wsdl:operation name="SendMessages">
  713. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">发送短消息服务</wsdl:documentation>
  714. <wsdl:input message="tns:SendMessagesHttpGetIn" />
  715. <wsdl:output message="tns:SendMessagesHttpGetOut" />
  716. </wsdl:operation>
  717. <wsdl:operation name="SendFax">
  718. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">传真服务引擎</wsdl:documentation>
  719. <wsdl:input message="tns:SendFaxHttpGetIn" />
  720. <wsdl:output message="tns:SendFaxHttpGetOut" />
  721. </wsdl:operation>
  722. <wsdl:operation name="SendMMS">
  723. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">彩信发送</wsdl:documentation>
  724. <wsdl:input message="tns:SendMMSHttpGetIn" />
  725. <wsdl:output message="tns:SendMMSHttpGetOut" />
  726. </wsdl:operation>
  727. <wsdl:operation name="GetMessageInfo">
  728. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">短信发送状态</wsdl:documentation>
  729. <wsdl:input message="tns:GetMessageInfoHttpGetIn" />
  730. <wsdl:output message="tns:GetMessageInfoHttpGetOut" />
  731. </wsdl:operation>
  732. <wsdl:operation name="SendVoice">
  733. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">语音服务引擎</wsdl:documentation>
  734. <wsdl:input message="tns:SendVoiceHttpGetIn" />
  735. <wsdl:output message="tns:SendVoiceHttpGetOut" />
  736. </wsdl:operation>
  737. <wsdl:operation name="GetFaxRecord">
  738. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">传真发送记录</wsdl:documentation>
  739. <wsdl:input message="tns:GetFaxRecordHttpGetIn" />
  740. <wsdl:output message="tns:GetFaxRecordHttpGetOut" />
  741. </wsdl:operation>
  742. <wsdl:operation name="GetVoiceRecord">
  743. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">语音发送记录</wsdl:documentation>
  744. <wsdl:input message="tns:GetVoiceRecordHttpGetIn" />
  745. <wsdl:output message="tns:GetVoiceRecordHttpGetOut" />
  746. </wsdl:operation>
  747. <wsdl:operation name="GetMessageRecord">
  748. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">短信发送记录</wsdl:documentation>
  749. <wsdl:input message="tns:GetMessageRecordHttpGetIn" />
  750. <wsdl:output message="tns:GetMessageRecordHttpGetOut" />
  751. </wsdl:operation>
  752. <wsdl:operation name="GET_SMS_MO">
  753. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取短信回复记录 (示例:手机号码/内容/端口/时间|手机号码/内容/端口/时间|手机号码/内容/端口/时间)</wsdl:documentation>
  754. <wsdl:input message="tns:GET_SMS_MOHttpGetIn" />
  755. <wsdl:output message="tns:GET_SMS_MOHttpGetOut" />
  756. </wsdl:operation>
  757. <wsdl:operation name="GET_MSP_MO">
  758. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取MSP上行记录 (示例:手机号码/短信内容/地区/时间|手机号码/短信内容/地区/时间|手机号码/短信内容/地区/时间)</wsdl:documentation>
  759. <wsdl:input message="tns:GET_MSP_MOHttpGetIn" />
  760. <wsdl:output message="tns:GET_MSP_MOHttpGetOut" />
  761. </wsdl:operation>
  762. <wsdl:operation name="TelCall">
  763. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">网络电话</wsdl:documentation>
  764. <wsdl:input message="tns:TelCallHttpGetIn" />
  765. <wsdl:output message="tns:TelCallHttpGetOut" />
  766. </wsdl:operation>
  767. </wsdl:portType>
  768. <wsdl:portType name="Service1HttpPost">
  769. <wsdl:operation name="RegineUser">
  770. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">注册用户</wsdl:documentation>
  771. <wsdl:input message="tns:RegineUserHttpPostIn" />
  772. <wsdl:output message="tns:RegineUserHttpPostOut" />
  773. </wsdl:operation>
  774. <wsdl:operation name="GetUserInfo">
  775. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">读取账户信息</wsdl:documentation>
  776. <wsdl:input message="tns:GetUserInfoHttpPostIn" />
  777. <wsdl:output message="tns:GetUserInfoHttpPostOut" />
  778. </wsdl:operation>
  779. <wsdl:operation name="EditUserPwd">
  780. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">修改密码</wsdl:documentation>
  781. <wsdl:input message="tns:EditUserPwdHttpPostIn" />
  782. <wsdl:output message="tns:EditUserPwdHttpPostOut" />
  783. </wsdl:operation>
  784. <wsdl:operation name="SendMessages">
  785. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">发送短消息服务</wsdl:documentation>
  786. <wsdl:input message="tns:SendMessagesHttpPostIn" />
  787. <wsdl:output message="tns:SendMessagesHttpPostOut" />
  788. </wsdl:operation>
  789. <wsdl:operation name="SendFax">
  790. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">传真服务引擎</wsdl:documentation>
  791. <wsdl:input message="tns:SendFaxHttpPostIn" />
  792. <wsdl:output message="tns:SendFaxHttpPostOut" />
  793. </wsdl:operation>
  794. <wsdl:operation name="SendMMS">
  795. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">彩信发送</wsdl:documentation>
  796. <wsdl:input message="tns:SendMMSHttpPostIn" />
  797. <wsdl:output message="tns:SendMMSHttpPostOut" />
  798. </wsdl:operation>
  799. <wsdl:operation name="GetMessageInfo">
  800. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">短信发送状态</wsdl:documentation>
  801. <wsdl:input message="tns:GetMessageInfoHttpPostIn" />
  802. <wsdl:output message="tns:GetMessageInfoHttpPostOut" />
  803. </wsdl:operation>
  804. <wsdl:operation name="SendVoice">
  805. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">语音服务引擎</wsdl:documentation>
  806. <wsdl:input message="tns:SendVoiceHttpPostIn" />
  807. <wsdl:output message="tns:SendVoiceHttpPostOut" />
  808. </wsdl:operation>
  809. <wsdl:operation name="GetFaxRecord">
  810. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">传真发送记录</wsdl:documentation>
  811. <wsdl:input message="tns:GetFaxRecordHttpPostIn" />
  812. <wsdl:output message="tns:GetFaxRecordHttpPostOut" />
  813. </wsdl:operation>
  814. <wsdl:operation name="GetVoiceRecord">
  815. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">语音发送记录</wsdl:documentation>
  816. <wsdl:input message="tns:GetVoiceRecordHttpPostIn" />
  817. <wsdl:output message="tns:GetVoiceRecordHttpPostOut" />
  818. </wsdl:operation>
  819. <wsdl:operation name="GetMessageRecord">
  820. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">短信发送记录</wsdl:documentation>
  821. <wsdl:input message="tns:GetMessageRecordHttpPostIn" />
  822. <wsdl:output message="tns:GetMessageRecordHttpPostOut" />
  823. </wsdl:operation>
  824. <wsdl:operation name="GET_SMS_MO">
  825. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取短信回复记录 (示例:手机号码/内容/端口/时间|手机号码/内容/端口/时间|手机号码/内容/端口/时间)</wsdl:documentation>
  826. <wsdl:input message="tns:GET_SMS_MOHttpPostIn" />
  827. <wsdl:output message="tns:GET_SMS_MOHttpPostOut" />
  828. </wsdl:operation>
  829. <wsdl:operation name="GET_MSP_MO">
  830. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取MSP上行记录 (示例:手机号码/短信内容/地区/时间|手机号码/短信内容/地区/时间|手机号码/短信内容/地区/时间)</wsdl:documentation>
  831. <wsdl:input message="tns:GET_MSP_MOHttpPostIn" />
  832. <wsdl:output message="tns:GET_MSP_MOHttpPostOut" />
  833. </wsdl:operation>
  834. <wsdl:operation name="TelCall">
  835. <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">网络电话</wsdl:documentation>
  836. <wsdl:input message="tns:TelCallHttpPostIn" />
  837. <wsdl:output message="tns:TelCallHttpPostOut" />
  838. </wsdl:operation>
  839. </wsdl:portType>
  840. <wsdl:binding name="Service1Soap" type="tns:Service1Soap">
  841. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  842. <wsdl:operation name="RegineUser">
  843. <soap:operation soapAction="http://tempuri.org/RegineUser" style="document" />
  844. <wsdl:input>
  845. <soap:body use="literal" />
  846. </wsdl:input>
  847. <wsdl:output>
  848. <soap:body use="literal" />
  849. </wsdl:output>
  850. </wsdl:operation>
  851. <wsdl:operation name="GetUserInfo">
  852. <soap:operation soapAction="http://tempuri.org/GetUserInfo" style="document" />
  853. <wsdl:input>
  854. <soap:body use="literal" />
  855. </wsdl:input>
  856. <wsdl:output>
  857. <soap:body use="literal" />
  858. </wsdl:output>
  859. </wsdl:operation>
  860. <wsdl:operation name="EditUserPwd">
  861. <soap:operation soapAction="http://tempuri.org/EditUserPwd" style="document" />
  862. <wsdl:input>
  863. <soap:body use="literal" />
  864. </wsdl:input>
  865. <wsdl:output>
  866. <soap:body use="literal" />
  867. </wsdl:output>
  868. </wsdl:operation>
  869. <wsdl:operation name="SendMessages">
  870. <soap:operation soapAction="http://tempuri.org/SendMessages" style="document" />
  871. <wsdl:input>
  872. <soap:body use="literal" />
  873. </wsdl:input>
  874. <wsdl:output>
  875. <soap:body use="literal" />
  876. </wsdl:output>
  877. </wsdl:operation>
  878. <wsdl:operation name="SendFax">
  879. <soap:operation soapAction="http://tempuri.org/SendFax" style="document" />
  880. <wsdl:input>
  881. <soap:body use="literal" />
  882. </wsdl:input>
  883. <wsdl:output>
  884. <soap:body use="literal" />
  885. </wsdl:output>
  886. </wsdl:operation>
  887. <wsdl:operation name="SendMMS">
  888. <soap:operation soapAction="http://tempuri.org/SendMMS" style="document" />
  889. <wsdl:input>
  890. <soap:body use="literal" />
  891. </wsdl:input>
  892. <wsdl:output>
  893. <soap:body use="literal" />
  894. </wsdl:output>
  895. </wsdl:operation>
  896. <wsdl:operation name="GetMessageInfo">
  897. <soap:operation soapAction="http://tempuri.org/GetMessageInfo" style="document" />
  898. <wsdl:input>
  899. <soap:body use="literal" />
  900. </wsdl:input>
  901. <wsdl:output>
  902. <soap:body use="literal" />
  903. </wsdl:output>
  904. </wsdl:operation>
  905. <wsdl:operation name="SendVoice">
  906. <soap:operation soapAction="http://tempuri.org/SendVoice" style="document" />
  907. <wsdl:input>
  908. <soap:body use="literal" />
  909. </wsdl:input>
  910. <wsdl:output>
  911. <soap:body use="literal" />
  912. </wsdl:output>
  913. </wsdl:operation>
  914. <wsdl:operation name="GetFaxRecord">
  915. <soap:operation soapAction="http://tempuri.org/GetFaxRecord" style="document" />
  916. <wsdl:input>
  917. <soap:body use="literal" />
  918. </wsdl:input>
  919. <wsdl:output>
  920. <soap:body use="literal" />
  921. </wsdl:output>
  922. </wsdl:operation>
  923. <wsdl:operation name="GetVoiceRecord">
  924. <soap:operation soapAction="http://tempuri.org/GetVoiceRecord" style="document" />
  925. <wsdl:input>
  926. <soap:body use="literal" />
  927. </wsdl:input>
  928. <wsdl:output>
  929. <soap:body use="literal" />
  930. </wsdl:output>
  931. </wsdl:operation>
  932. <wsdl:operation name="GetMessageRecord">
  933. <soap:operation soapAction="http://tempuri.org/GetMessageRecord" style="document" />
  934. <wsdl:input>
  935. <soap:body use="literal" />
  936. </wsdl:input>
  937. <wsdl:output>
  938. <soap:body use="literal" />
  939. </wsdl:output>
  940. </wsdl:operation>
  941. <wsdl:operation name="GET_SMS_MO">
  942. <soap:operation soapAction="http://tempuri.org/GET_SMS_MO" style="document" />
  943. <wsdl:input>
  944. <soap:body use="literal" />
  945. </wsdl:input>
  946. <wsdl:output>
  947. <soap:body use="literal" />
  948. </wsdl:output>
  949. </wsdl:operation>
  950. <wsdl:operation name="GET_MSP_MO">
  951. <soap:operation soapAction="http://tempuri.org/GET_MSP_MO" style="document" />
  952. <wsdl:input>
  953. <soap:body use="literal" />
  954. </wsdl:input>
  955. <wsdl:output>
  956. <soap:body use="literal" />
  957. </wsdl:output>
  958. </wsdl:operation>
  959. <wsdl:operation name="TelCall">
  960. <soap:operation soapAction="http://tempuri.org/TelCall" style="document" />
  961. <wsdl:input>
  962. <soap:body use="literal" />
  963. </wsdl:input>
  964. <wsdl:output>
  965. <soap:body use="literal" />
  966. </wsdl:output>
  967. </wsdl:operation>
  968. </wsdl:binding>
  969. <wsdl:binding name="Service1Soap12" type="tns:Service1Soap">
  970. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  971. <wsdl:operation name="RegineUser">
  972. <soap12:operation soapAction="http://tempuri.org/RegineUser" style="document" />
  973. <wsdl:input>
  974. <soap12:body use="literal" />
  975. </wsdl:input>
  976. <wsdl:output>
  977. <soap12:body use="literal" />
  978. </wsdl:output>
  979. </wsdl:operation>
  980. <wsdl:operation name="GetUserInfo">
  981. <soap12:operation soapAction="http://tempuri.org/GetUserInfo" style="document" />
  982. <wsdl:input>
  983. <soap12:body use="literal" />
  984. </wsdl:input>
  985. <wsdl:output>
  986. <soap12:body use="literal" />
  987. </wsdl:output>
  988. </wsdl:operation>
  989. <wsdl:operation name="EditUserPwd">
  990. <soap12:operation soapAction="http://tempuri.org/EditUserPwd" style="document" />
  991. <wsdl:input>
  992. <soap12:body use="literal" />
  993. </wsdl:input>
  994. <wsdl:output>
  995. <soap12:body use="literal" />
  996. </wsdl:output>
  997. </wsdl:operation>
  998. <wsdl:operation name="SendMessages">
  999. <soap12:operation soapAction="http://tempuri.org/SendMessages" style="document" />
  1000. <wsdl:input>
  1001. <soap12:body use="literal" />
  1002. </wsdl:input>
  1003. <wsdl:output>
  1004. <soap12:body use="literal" />
  1005. </wsdl:output>
  1006. </wsdl:operation>
  1007. <wsdl:operation name="SendFax">
  1008. <soap12:operation soapAction="http://tempuri.org/SendFax" style="document" />
  1009. <wsdl:input>
  1010. <soap12:body use="literal" />
  1011. </wsdl:input>
  1012. <wsdl:output>
  1013. <soap12:body use="literal" />
  1014. </wsdl:output>
  1015. </wsdl:operation>
  1016. <wsdl:operation name="SendMMS">
  1017. <soap12:operation soapAction="http://tempuri.org/SendMMS" style="document" />
  1018. <wsdl:input>
  1019. <soap12:body use="literal" />
  1020. </wsdl:input>
  1021. <wsdl:output>
  1022. <soap12:body use="literal" />
  1023. </wsdl:output>
  1024. </wsdl:operation>
  1025. <wsdl:operation name="GetMessageInfo">
  1026. <soap12:operation soapAction="http://tempuri.org/GetMessageInfo" style="document" />
  1027. <wsdl:input>
  1028. <soap12:body use="literal" />
  1029. </wsdl:input>
  1030. <wsdl:output>
  1031. <soap12:body use="literal" />
  1032. </wsdl:output>
  1033. </wsdl:operation>
  1034. <wsdl:operation name="SendVoice">
  1035. <soap12:operation soapAction="http://tempuri.org/SendVoice" style="document" />
  1036. <wsdl:input>
  1037. <soap12:body use="literal" />
  1038. </wsdl:input>
  1039. <wsdl:output>
  1040. <soap12:body use="literal" />
  1041. </wsdl:output>
  1042. </wsdl:operation>
  1043. <wsdl:operation name="GetFaxRecord">
  1044. <soap12:operation soapAction="http://tempuri.org/GetFaxRecord" style="document" />
  1045. <wsdl:input>
  1046. <soap12:body use="literal" />
  1047. </wsdl:input>
  1048. <wsdl:output>
  1049. <soap12:body use="literal" />
  1050. </wsdl:output>
  1051. </wsdl:operation>
  1052. <wsdl:operation name="GetVoiceRecord">
  1053. <soap12:operation soapAction="http://tempuri.org/GetVoiceRecord" style="document" />
  1054. <wsdl:input>
  1055. <soap12:body use="literal" />
  1056. </wsdl:input>
  1057. <wsdl:output>
  1058. <soap12:body use="literal" />
  1059. </wsdl:output>
  1060. </wsdl:operation>
  1061. <wsdl:operation name="GetMessageRecord">
  1062. <soap12:operation soapAction="http://tempuri.org/GetMessageRecord" style="document" />
  1063. <wsdl:input>
  1064. <soap12:body use="literal" />
  1065. </wsdl:input>
  1066. <wsdl:output>
  1067. <soap12:body use="literal" />
  1068. </wsdl:output>
  1069. </wsdl:operation>
  1070. <wsdl:operation name="GET_SMS_MO">
  1071. <soap12:operation soapAction="http://tempuri.org/GET_SMS_MO" style="document" />
  1072. <wsdl:input>
  1073. <soap12:body use="literal" />
  1074. </wsdl:input>
  1075. <wsdl:output>
  1076. <soap12:body use="literal" />
  1077. </wsdl:output>
  1078. </wsdl:operation>
  1079. <wsdl:operation name="GET_MSP_MO">
  1080. <soap12:operation soapAction="http://tempuri.org/GET_MSP_MO" style="document" />
  1081. <wsdl:input>
  1082. <soap12:body use="literal" />
  1083. </wsdl:input>
  1084. <wsdl:output>
  1085. <soap12:body use="literal" />
  1086. </wsdl:output>
  1087. </wsdl:operation>
  1088. <wsdl:operation name="TelCall">
  1089. <soap12:operation soapAction="http://tempuri.org/TelCall" style="document" />
  1090. <wsdl:input>
  1091. <soap12:body use="literal" />
  1092. </wsdl:input>
  1093. <wsdl:output>
  1094. <soap12:body use="literal" />
  1095. </wsdl:output>
  1096. </wsdl:operation>
  1097. </wsdl:binding>
  1098. <wsdl:binding name="Service1HttpGet" type="tns:Service1HttpGet">
  1099. <http:binding verb="GET" />
  1100. <wsdl:operation name="RegineUser">
  1101. <http:operation location="/RegineUser" />
  1102. <wsdl:input>
  1103. <http:urlEncoded />
  1104. </wsdl:input>
  1105. <wsdl:output>
  1106. <mime:mimeXml part="Body" />
  1107. </wsdl:output>
  1108. </wsdl:operation>
  1109. <wsdl:operation name="GetUserInfo">
  1110. <http:operation location="/GetUserInfo" />
  1111. <wsdl:input>
  1112. <http:urlEncoded />
  1113. </wsdl:input>
  1114. <wsdl:output>
  1115. <mime:mimeXml part="Body" />
  1116. </wsdl:output>
  1117. </wsdl:operation>
  1118. <wsdl:operation name="EditUserPwd">
  1119. <http:operation location="/EditUserPwd" />
  1120. <wsdl:input>
  1121. <http:urlEncoded />
  1122. </wsdl:input>
  1123. <wsdl:output>
  1124. <mime:mimeXml part="Body" />
  1125. </wsdl:output>
  1126. </wsdl:operation>
  1127. <wsdl:operation name="SendMessages">
  1128. <http:operation location="/SendMessages" />
  1129. <wsdl:input>
  1130. <http:urlEncoded />
  1131. </wsdl:input>
  1132. <wsdl:output>
  1133. <mime:mimeXml part="Body" />
  1134. </wsdl:output>
  1135. </wsdl:operation>
  1136. <wsdl:operation name="SendFax">
  1137. <http:operation location="/SendFax" />
  1138. <wsdl:input>
  1139. <http:urlEncoded />
  1140. </wsdl:input>
  1141. <wsdl:output>
  1142. <mime:mimeXml part="Body" />
  1143. </wsdl:output>
  1144. </wsdl:operation>
  1145. <wsdl:operation name="SendMMS">
  1146. <http:operation location="/SendMMS" />
  1147. <wsdl:input>
  1148. <http:urlEncoded />
  1149. </wsdl:input>
  1150. <wsdl:output>
  1151. <mime:mimeXml part="Body" />
  1152. </wsdl:output>
  1153. </wsdl:operation>
  1154. <wsdl:operation name="GetMessageInfo">
  1155. <http:operation location="/GetMessageInfo" />
  1156. <wsdl:input>
  1157. <http:urlEncoded />
  1158. </wsdl:input>
  1159. <wsdl:output>
  1160. <mime:mimeXml part="Body" />
  1161. </wsdl:output>
  1162. </wsdl:operation>
  1163. <wsdl:operation name="SendVoice">
  1164. <http:operation location="/SendVoice" />
  1165. <wsdl:input>
  1166. <http:urlEncoded />
  1167. </wsdl:input>
  1168. <wsdl:output>
  1169. <mime:mimeXml part="Body" />
  1170. </wsdl:output>
  1171. </wsdl:operation>
  1172. <wsdl:operation name="GetFaxRecord">
  1173. <http:operation location="/GetFaxRecord" />
  1174. <wsdl:input>
  1175. <http:urlEncoded />
  1176. </wsdl:input>
  1177. <wsdl:output>
  1178. <mime:mimeXml part="Body" />
  1179. </wsdl:output>
  1180. </wsdl:operation>
  1181. <wsdl:operation name="GetVoiceRecord">
  1182. <http:operation location="/GetVoiceRecord" />
  1183. <wsdl:input>
  1184. <http:urlEncoded />
  1185. </wsdl:input>
  1186. <wsdl:output>
  1187. <mime:mimeXml part="Body" />
  1188. </wsdl:output>
  1189. </wsdl:operation>
  1190. <wsdl:operation name="GetMessageRecord">
  1191. <http:operation location="/GetMessageRecord" />
  1192. <wsdl:input>
  1193. <http:urlEncoded />
  1194. </wsdl:input>
  1195. <wsdl:output>
  1196. <mime:mimeXml part="Body" />
  1197. </wsdl:output>
  1198. </wsdl:operation>
  1199. <wsdl:operation name="GET_SMS_MO">
  1200. <http:operation location="/GET_SMS_MO" />
  1201. <wsdl:input>
  1202. <http:urlEncoded />
  1203. </wsdl:input>
  1204. <wsdl:output>
  1205. <mime:mimeXml part="Body" />
  1206. </wsdl:output>
  1207. </wsdl:operation>
  1208. <wsdl:operation name="GET_MSP_MO">
  1209. <http:operation location="/GET_MSP_MO" />
  1210. <wsdl:input>
  1211. <http:urlEncoded />
  1212. </wsdl:input>
  1213. <wsdl:output>
  1214. <mime:mimeXml part="Body" />
  1215. </wsdl:output>
  1216. </wsdl:operation>
  1217. <wsdl:operation name="TelCall">
  1218. <http:operation location="/TelCall" />
  1219. <wsdl:input>
  1220. <http:urlEncoded />
  1221. </wsdl:input>
  1222. <wsdl:output>
  1223. <mime:mimeXml part="Body" />
  1224. </wsdl:output>
  1225. </wsdl:operation>
  1226. </wsdl:binding>
  1227. <wsdl:binding name="Service1HttpPost" type="tns:Service1HttpPost">
  1228. <http:binding verb="POST" />
  1229. <wsdl:operation name="RegineUser">
  1230. <http:operation location="/RegineUser" />
  1231. <wsdl:input>
  1232. <mime:content type="application/x-www-form-urlencoded" />
  1233. </wsdl:input>
  1234. <wsdl:output>
  1235. <mime:mimeXml part="Body" />
  1236. </wsdl:output>
  1237. </wsdl:operation>
  1238. <wsdl:operation name="GetUserInfo">
  1239. <http:operation location="/GetUserInfo" />
  1240. <wsdl:input>
  1241. <mime:content type="application/x-www-form-urlencoded" />
  1242. </wsdl:input>
  1243. <wsdl:output>
  1244. <mime:mimeXml part="Body" />
  1245. </wsdl:output>
  1246. </wsdl:operation>
  1247. <wsdl:operation name="EditUserPwd">
  1248. <http:operation location="/EditUserPwd" />
  1249. <wsdl:input>
  1250. <mime:content type="application/x-www-form-urlencoded" />
  1251. </wsdl:input>
  1252. <wsdl:output>
  1253. <mime:mimeXml part="Body" />
  1254. </wsdl:output>
  1255. </wsdl:operation>
  1256. <wsdl:operation name="SendMessages">
  1257. <http:operation location="/SendMessages" />
  1258. <wsdl:input>
  1259. <mime:content type="application/x-www-form-urlencoded" />
  1260. </wsdl:input>
  1261. <wsdl:output>
  1262. <mime:mimeXml part="Body" />
  1263. </wsdl:output>
  1264. </wsdl:operation>
  1265. <wsdl:operation name="SendFax">
  1266. <http:operation location="/SendFax" />
  1267. <wsdl:input>
  1268. <mime:content type="application/x-www-form-urlencoded" />
  1269. </wsdl:input>
  1270. <wsdl:output>
  1271. <mime:mimeXml part="Body" />
  1272. </wsdl:output>
  1273. </wsdl:operation>
  1274. <wsdl:operation name="SendMMS">
  1275. <http:operation location="/SendMMS" />
  1276. <wsdl:input>
  1277. <mime:content type="application/x-www-form-urlencoded" />
  1278. </wsdl:input>
  1279. <wsdl:output>
  1280. <mime:mimeXml part="Body" />
  1281. </wsdl:output>
  1282. </wsdl:operation>
  1283. <wsdl:operation name="GetMessageInfo">
  1284. <http:operation location="/GetMessageInfo" />
  1285. <wsdl:input>
  1286. <mime:content type="application/x-www-form-urlencoded" />
  1287. </wsdl:input>
  1288. <wsdl:output>
  1289. <mime:mimeXml part="Body" />
  1290. </wsdl:output>
  1291. </wsdl:operation>
  1292. <wsdl:operation name="SendVoice">
  1293. <http:operation location="/SendVoice" />
  1294. <wsdl:input>
  1295. <mime:content type="application/x-www-form-urlencoded" />
  1296. </wsdl:input>
  1297. <wsdl:output>
  1298. <mime:mimeXml part="Body" />
  1299. </wsdl:output>
  1300. </wsdl:operation>
  1301. <wsdl:operation name="GetFaxRecord">
  1302. <http:operation location="/GetFaxRecord" />
  1303. <wsdl:input>
  1304. <mime:content type="application/x-www-form-urlencoded" />
  1305. </wsdl:input>
  1306. <wsdl:output>
  1307. <mime:mimeXml part="Body" />
  1308. </wsdl:output>
  1309. </wsdl:operation>
  1310. <wsdl:operation name="GetVoiceRecord">
  1311. <http:operation location="/GetVoiceRecord" />
  1312. <wsdl:input>
  1313. <mime:content type="application/x-www-form-urlencoded" />
  1314. </wsdl:input>
  1315. <wsdl:output>
  1316. <mime:mimeXml part="Body" />
  1317. </wsdl:output>
  1318. </wsdl:operation>
  1319. <wsdl:operation name="GetMessageRecord">
  1320. <http:operation location="/GetMessageRecord" />
  1321. <wsdl:input>
  1322. <mime:content type="application/x-www-form-urlencoded" />
  1323. </wsdl:input>
  1324. <wsdl:output>
  1325. <mime:mimeXml part="Body" />
  1326. </wsdl:output>
  1327. </wsdl:operation>
  1328. <wsdl:operation name="GET_SMS_MO">
  1329. <http:operation location="/GET_SMS_MO" />
  1330. <wsdl:input>
  1331. <mime:content type="application/x-www-form-urlencoded" />
  1332. </wsdl:input>
  1333. <wsdl:output>
  1334. <mime:mimeXml part="Body" />
  1335. </wsdl:output>
  1336. </wsdl:operation>
  1337. <wsdl:operation name="GET_MSP_MO">
  1338. <http:operation location="/GET_MSP_MO" />
  1339. <wsdl:input>
  1340. <mime:content type="application/x-www-form-urlencoded" />
  1341. </wsdl:input>
  1342. <wsdl:output>
  1343. <mime:mimeXml part="Body" />
  1344. </wsdl:output>
  1345. </wsdl:operation>
  1346. <wsdl:operation name="TelCall">
  1347. <http:operation location="/TelCall" />
  1348. <wsdl:input>
  1349. <mime:content type="application/x-www-form-urlencoded" />
  1350. </wsdl:input>
  1351. <wsdl:output>
  1352. <mime:mimeXml part="Body" />
  1353. </wsdl:output>
  1354. </wsdl:operation>
  1355. </wsdl:binding>
  1356. <wsdl:service name="Service1">
  1357. <wsdl:port name="Service1Soap" binding="tns:Service1Soap">
  1358. <soap:address location="http://service2.winic.org:8003/Service.asmx" />
  1359. </wsdl:port>
  1360. <wsdl:port name="Service1Soap12" binding="tns:Service1Soap12">
  1361. <soap12:address location="http://service2.winic.org:8003/Service.asmx" />
  1362. </wsdl:port>
  1363. <wsdl:port name="Service1HttpGet" binding="tns:Service1HttpGet">
  1364. <http:address location="http://service2.winic.org:8003/Service.asmx" />
  1365. </wsdl:port>
  1366. <wsdl:port name="Service1HttpPost" binding="tns:Service1HttpPost">
  1367. <http:address location="http://service2.winic.org:8003/Service.asmx" />
  1368. </wsdl:port>
  1369. </wsdl:service>
  1370. </wsdl:definitions>