rtiss_soap4r 1.6.1 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (432) hide show
  1. checksums.yaml +7 -0
  2. data/bin/wsdl2ruby.rb +2 -1
  3. data/bin/xsd2ruby.rb +2 -1
  4. data/lib/soap/attachment.rb +1 -1
  5. data/lib/soap/attrproxy.rb +1 -1
  6. data/lib/soap/baseData.rb +1 -1
  7. data/lib/soap/element.rb +2 -2
  8. data/lib/soap/encodingstyle/aspDotNetHandler.rb +1 -1
  9. data/lib/soap/encodingstyle/handler.rb +1 -1
  10. data/lib/soap/encodingstyle/literalHandler.rb +1 -1
  11. data/lib/soap/encodingstyle/soapHandler.rb +1 -1
  12. data/lib/soap/filter.rb +1 -1
  13. data/lib/soap/filter/filterchain.rb +1 -1
  14. data/lib/soap/filter/handler.rb +1 -1
  15. data/lib/soap/filter/streamhandler.rb +1 -1
  16. data/lib/soap/generator.rb +2 -2
  17. data/lib/soap/header/handler.rb +1 -1
  18. data/lib/soap/header/handlerset.rb +1 -1
  19. data/lib/soap/header/mappinghandler.rb +1 -1
  20. data/lib/soap/header/simplehandler.rb +1 -1
  21. data/lib/soap/http_logger.rb +20 -0
  22. data/lib/soap/httpconfigloader.rb +1 -1
  23. data/lib/soap/mapping.rb +1 -1
  24. data/lib/soap/mapping/encodedregistry.rb +16 -14
  25. data/lib/soap/mapping/factory.rb +2 -2
  26. data/lib/soap/mapping/literalregistry.rb +1 -1
  27. data/lib/soap/mapping/mapping.rb +7 -7
  28. data/lib/soap/mapping/registry.rb +1 -1
  29. data/lib/soap/mapping/rubytypeFactory.rb +1 -1
  30. data/lib/soap/mapping/schemadefinition.rb +1 -1
  31. data/lib/soap/mapping/typeMap.rb +1 -1
  32. data/lib/soap/mapping/wsdlencodedregistry.rb +1 -1
  33. data/lib/soap/mapping/wsdlliteralregistry.rb +1 -1
  34. data/lib/soap/marshal.rb +1 -1
  35. data/lib/soap/mimemessage.rb +1 -1
  36. data/lib/soap/nestedexception.rb +1 -1
  37. data/lib/soap/netHttpClient.rb +1 -1
  38. data/lib/soap/ns.rb +1 -1
  39. data/lib/soap/parser.rb +1 -1
  40. data/lib/soap/processor.rb +1 -1
  41. data/lib/soap/property.rb +7 -17
  42. data/lib/soap/proxy.rb +1 -1
  43. data/lib/soap/rpc/cgistub.rb +2 -1
  44. data/lib/soap/rpc/driver.rb +16 -1
  45. data/lib/soap/rpc/element.rb +1 -1
  46. data/lib/soap/rpc/httpserver.rb +2 -1
  47. data/lib/soap/rpc/methodDef.rb +1 -1
  48. data/lib/soap/rpc/proxy.rb +16 -4
  49. data/lib/soap/rpc/router.rb +1 -1
  50. data/lib/soap/rpc/rpc.rb +1 -1
  51. data/lib/soap/rpc/soaplet.rb +1 -1
  52. data/lib/soap/rpc/standaloneServer.rb +1 -1
  53. data/lib/soap/soap.rb +24 -4
  54. data/lib/soap/streamHandler.rb +3 -3
  55. data/lib/soap/version.rb +7 -4
  56. data/lib/soap/wsdlDriver.rb +1 -1
  57. data/lib/wsdl/binding.rb +1 -1
  58. data/lib/wsdl/data.rb +1 -1
  59. data/lib/wsdl/definitions.rb +1 -1
  60. data/lib/wsdl/documentation.rb +1 -1
  61. data/lib/wsdl/import.rb +1 -1
  62. data/lib/wsdl/importer.rb +1 -1
  63. data/lib/wsdl/info.rb +1 -1
  64. data/lib/wsdl/message.rb +1 -1
  65. data/lib/wsdl/operation.rb +1 -1
  66. data/lib/wsdl/operationBinding.rb +1 -1
  67. data/lib/wsdl/param.rb +1 -1
  68. data/lib/wsdl/parser.rb +17 -2
  69. data/lib/wsdl/part.rb +1 -1
  70. data/lib/wsdl/port.rb +1 -1
  71. data/lib/wsdl/portType.rb +1 -1
  72. data/lib/wsdl/service.rb +1 -1
  73. data/lib/wsdl/soap/address.rb +1 -1
  74. data/lib/wsdl/soap/binding.rb +1 -1
  75. data/lib/wsdl/soap/body.rb +1 -1
  76. data/lib/wsdl/soap/cgiStubCreator.rb +1 -1
  77. data/lib/wsdl/soap/classDefCreator.rb +1 -1
  78. data/lib/wsdl/soap/classDefCreatorSupport.rb +1 -1
  79. data/lib/wsdl/soap/classNameCreator.rb +1 -1
  80. data/lib/wsdl/soap/clientSkeltonCreator.rb +1 -1
  81. data/lib/wsdl/soap/complexType.rb +1 -1
  82. data/lib/wsdl/soap/data.rb +1 -1
  83. data/lib/wsdl/soap/definitions.rb +1 -1
  84. data/lib/wsdl/soap/driverCreator.rb +3 -4
  85. data/lib/wsdl/soap/element.rb +1 -1
  86. data/lib/wsdl/soap/encodedMappingRegistryCreator.rb +1 -1
  87. data/lib/wsdl/soap/fault.rb +1 -1
  88. data/lib/wsdl/soap/header.rb +1 -1
  89. data/lib/wsdl/soap/headerfault.rb +1 -1
  90. data/lib/wsdl/soap/literalMappingRegistryCreator.rb +1 -1
  91. data/lib/wsdl/soap/mappingRegistryCreator.rb +1 -1
  92. data/lib/wsdl/soap/mappingRegistryCreatorSupport.rb +1 -1
  93. data/lib/wsdl/soap/methodDefCreator.rb +1 -1
  94. data/lib/wsdl/soap/operation.rb +1 -1
  95. data/lib/wsdl/soap/servantSkeltonCreator.rb +1 -1
  96. data/lib/wsdl/soap/servletStubCreator.rb +1 -1
  97. data/lib/wsdl/soap/standaloneServerStubCreator.rb +1 -1
  98. data/lib/wsdl/soap/wsdl2ruby.rb +29 -20
  99. data/lib/wsdl/types.rb +1 -1
  100. data/lib/wsdl/wsdl.rb +1 -1
  101. data/lib/wsdl/xmlSchema/all.rb +1 -1
  102. data/lib/wsdl/xmlSchema/annotation.rb +1 -1
  103. data/lib/wsdl/xmlSchema/any.rb +1 -1
  104. data/lib/wsdl/xmlSchema/anyAttribute.rb +1 -1
  105. data/lib/wsdl/xmlSchema/attribute.rb +1 -1
  106. data/lib/wsdl/xmlSchema/attributeGroup.rb +1 -1
  107. data/lib/wsdl/xmlSchema/choice.rb +1 -1
  108. data/lib/wsdl/xmlSchema/complexContent.rb +1 -1
  109. data/lib/wsdl/xmlSchema/complexExtension.rb +1 -1
  110. data/lib/wsdl/xmlSchema/complexRestriction.rb +1 -1
  111. data/lib/wsdl/xmlSchema/complexType.rb +1 -1
  112. data/lib/wsdl/xmlSchema/content.rb +1 -1
  113. data/lib/wsdl/xmlSchema/data.rb +1 -1
  114. data/lib/wsdl/xmlSchema/element.rb +1 -1
  115. data/lib/wsdl/xmlSchema/enumeration.rb +1 -1
  116. data/lib/wsdl/xmlSchema/fractiondigits.rb +1 -1
  117. data/lib/wsdl/xmlSchema/group.rb +1 -1
  118. data/lib/wsdl/xmlSchema/import.rb +1 -2
  119. data/lib/wsdl/xmlSchema/importHandler.rb +1 -2
  120. data/lib/wsdl/xmlSchema/importer.rb +1 -1
  121. data/lib/wsdl/xmlSchema/include.rb +1 -2
  122. data/lib/wsdl/xmlSchema/length.rb +1 -1
  123. data/lib/wsdl/xmlSchema/list.rb +1 -1
  124. data/lib/wsdl/xmlSchema/maxexclusive.rb +1 -1
  125. data/lib/wsdl/xmlSchema/maxinclusive.rb +1 -1
  126. data/lib/wsdl/xmlSchema/maxlength.rb +1 -1
  127. data/lib/wsdl/xmlSchema/minexclusive.rb +1 -1
  128. data/lib/wsdl/xmlSchema/mininclusive.rb +1 -1
  129. data/lib/wsdl/xmlSchema/minlength.rb +1 -1
  130. data/lib/wsdl/xmlSchema/parser.rb +1 -1
  131. data/lib/wsdl/xmlSchema/pattern.rb +1 -1
  132. data/lib/wsdl/xmlSchema/ref.rb +1 -1
  133. data/lib/wsdl/xmlSchema/schema.rb +1 -1
  134. data/lib/wsdl/xmlSchema/sequence.rb +1 -1
  135. data/lib/wsdl/xmlSchema/simpleContent.rb +1 -1
  136. data/lib/wsdl/xmlSchema/simpleExtension.rb +1 -1
  137. data/lib/wsdl/xmlSchema/simpleRestriction.rb +1 -1
  138. data/lib/wsdl/xmlSchema/simpleType.rb +1 -1
  139. data/lib/wsdl/xmlSchema/totaldigits.rb +1 -1
  140. data/lib/wsdl/xmlSchema/union.rb +1 -1
  141. data/lib/wsdl/xmlSchema/unique.rb +1 -1
  142. data/lib/wsdl/xmlSchema/whitespace.rb +1 -1
  143. data/lib/wsdl/xmlSchema/xsd2ruby.rb +3 -2
  144. data/lib/xsd/charset.rb +2 -2
  145. data/lib/xsd/codegen.rb +1 -1
  146. data/lib/xsd/codegen/classdef.rb +1 -1
  147. data/lib/xsd/codegen/commentdef.rb +1 -1
  148. data/lib/xsd/codegen/gensupport.rb +1 -1
  149. data/lib/xsd/codegen/methoddef.rb +1 -1
  150. data/lib/xsd/codegen/moduledef.rb +1 -1
  151. data/lib/xsd/datatypes.rb +2 -3
  152. data/lib/xsd/datatypes1999.rb +1 -1
  153. data/lib/xsd/iconvcharset.rb +3 -4
  154. data/lib/xsd/mapping.rb +1 -1
  155. data/lib/xsd/namedelements.rb +1 -1
  156. data/lib/xsd/ns.rb +2 -2
  157. data/lib/xsd/qname.rb +1 -1
  158. data/lib/xsd/xmlparser.rb +43 -39
  159. data/lib/xsd/xmlparser/libxmlparser.rb +38 -18
  160. data/lib/xsd/xmlparser/nokogiriparser.rb +63 -0
  161. data/lib/xsd/xmlparser/ogaparser.rb +53 -0
  162. data/lib/xsd/xmlparser/oxparser.rb +97 -0
  163. data/lib/xsd/xmlparser/parser.rb +2 -2
  164. data/lib/xsd/xmlparser/rexmlparser.rb +4 -9
  165. metadata +175 -424
  166. data/lib/xsd/xmlparser/xmlparser.rb +0 -51
  167. data/lib/xsd/xmlparser/xmlscanner.rb +0 -150
  168. data/test/16runner.rb +0 -69
  169. data/test/helper.rb +0 -7
  170. data/test/interopR2/README.txt +0 -2
  171. data/test/interopR2/SOAPBuildersInterop_R2.wsdl +0 -461
  172. data/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl +0 -19
  173. data/test/interopR2/base.rb +0 -289
  174. data/test/interopR2/client.NetRemoting.rb +0 -18
  175. data/test/interopR2/client.rb +0 -1235
  176. data/test/interopR2/client4S4C.rb +0 -16
  177. data/test/interopR2/client4S4C2.rb +0 -15
  178. data/test/interopR2/clientASP.NET.rb +0 -18
  179. data/test/interopR2/clientApacheAxis.rb +0 -17
  180. data/test/interopR2/clientApacheSOAP.rb +0 -18
  181. data/test/interopR2/clientBEAWebLogic.rb +0 -18
  182. data/test/interopR2/clientBase.rb +0 -1968
  183. data/test/interopR2/clientCapeConnect.rb +0 -19
  184. data/test/interopR2/clientDelphi.rb +0 -20
  185. data/test/interopR2/clientEasySoap.rb +0 -15
  186. data/test/interopR2/clientFrontier.rb +0 -26
  187. data/test/interopR2/clientGLUE.rb +0 -33
  188. data/test/interopR2/clientHP.rb +0 -14
  189. data/test/interopR2/clientJAX-RPC.rb +0 -20
  190. data/test/interopR2/clientJSOAP.rb +0 -15
  191. data/test/interopR2/clientKafkaXSLT.rb +0 -16
  192. data/test/interopR2/clientMSSOAPToolkit2.0.rb +0 -18
  193. data/test/interopR2/clientMSSOAPToolkit3.0.rb +0 -18
  194. data/test/interopR2/clientNuSOAP.rb +0 -20
  195. data/test/interopR2/clientNuWave.rb +0 -16
  196. data/test/interopR2/clientOpenLink.rb +0 -16
  197. data/test/interopR2/clientOracle.rb +0 -16
  198. data/test/interopR2/clientPEAR.rb +0 -19
  199. data/test/interopR2/clientPhalanx.rb +0 -19
  200. data/test/interopR2/clientSIMACE.rb +0 -19
  201. data/test/interopR2/clientSOAP4R.rb +0 -19
  202. data/test/interopR2/clientSOAP__Lite.rb +0 -15
  203. data/test/interopR2/clientSQLData.rb +0 -19
  204. data/test/interopR2/clientSilverStream.rb +0 -18
  205. data/test/interopR2/clientSpray2001.rb +0 -18
  206. data/test/interopR2/clientSun.rb +0 -20
  207. data/test/interopR2/clientVWOpentalkSoap.rb +0 -20
  208. data/test/interopR2/clientWASP.rb +0 -20
  209. data/test/interopR2/clientWASPC.rb +0 -19
  210. data/test/interopR2/clientWebMethods.rb +0 -16
  211. data/test/interopR2/clientWhiteMesa.rb +0 -29
  212. data/test/interopR2/clientWingfoot.rb +0 -16
  213. data/test/interopR2/clientXMLBus.rb +0 -20
  214. data/test/interopR2/clientXMLRPC-EPI.rb +0 -18
  215. data/test/interopR2/clientXSOAP.rb +0 -15
  216. data/test/interopR2/clientZSI.rb +0 -20
  217. data/test/interopR2/clienteSOAP.rb +0 -19
  218. data/test/interopR2/clientgSOAP.rb +0 -19
  219. data/test/interopR2/clientkSOAP.rb +0 -18
  220. data/test/interopR2/iSimonReg.rb +0 -113
  221. data/test/interopR2/interopResultBase.rb +0 -115
  222. data/test/interopR2/interopService.rb +0 -248
  223. data/test/interopR2/rwikiInteropService.rb +0 -106
  224. data/test/interopR2/server.cgi +0 -271
  225. data/test/interopR2/server.rb +0 -276
  226. data/test/interopR2/simonReg.rb +0 -124
  227. data/test/interopR2/test.sh +0 -49
  228. data/test/interopR4/client.rb +0 -113
  229. data/test/runner.rb +0 -8
  230. data/test/sm11/classDef.rb +0 -157
  231. data/test/sm11/client.rb +0 -543
  232. data/test/sm11/driver.rb +0 -184
  233. data/test/sm11/servant.rb +0 -1068
  234. data/test/sm11/server.rb +0 -26
  235. data/test/soap/asp.net/hello.wsdl +0 -96
  236. data/test/soap/asp.net/test_aspdotnet.rb +0 -124
  237. data/test/soap/auth/htdigest +0 -2
  238. data/test/soap/auth/htpasswd +0 -2
  239. data/test/soap/auth/test_basic.rb +0 -118
  240. data/test/soap/auth/test_digest.rb +0 -119
  241. data/test/soap/calc/calc.rb +0 -18
  242. data/test/soap/calc/calc2.rb +0 -30
  243. data/test/soap/calc/server.cgi +0 -16
  244. data/test/soap/calc/server.rb +0 -18
  245. data/test/soap/calc/server2.rb +0 -21
  246. data/test/soap/calc/test_calc.rb +0 -53
  247. data/test/soap/calc/test_calc2.rb +0 -57
  248. data/test/soap/calc/test_calc_cgi.rb +0 -72
  249. data/test/soap/case/test_mapping.rb +0 -58
  250. data/test/soap/fault/test_customfault.rb +0 -61
  251. data/test/soap/fault/test_fault.rb +0 -47
  252. data/test/soap/fault/test_soaparray.rb +0 -36
  253. data/test/soap/filter/test_filter.rb +0 -147
  254. data/test/soap/header/server.cgi +0 -121
  255. data/test/soap/header/test_authheader.rb +0 -241
  256. data/test/soap/header/test_authheader_cgi.rb +0 -122
  257. data/test/soap/header/test_simplehandler.rb +0 -117
  258. data/test/soap/helloworld/hw_s.rb +0 -17
  259. data/test/soap/helloworld/test_helloworld.rb +0 -45
  260. data/test/soap/htpasswd +0 -2
  261. data/test/soap/literalArrayMapping/amazonEc.rb +0 -4779
  262. data/test/soap/literalArrayMapping/amazonEcDriver.rb +0 -173
  263. data/test/soap/literalArrayMapping/amazonresponse.xml +0 -100
  264. data/test/soap/literalArrayMapping/test_definedarray.rb +0 -35
  265. data/test/soap/marshal/marshaltestlib.rb +0 -498
  266. data/test/soap/marshal/test_digraph.rb +0 -57
  267. data/test/soap/marshal/test_marshal.rb +0 -28
  268. data/test/soap/marshal/test_struct.rb +0 -48
  269. data/test/soap/ssl/README +0 -1
  270. data/test/soap/ssl/ca.cert +0 -23
  271. data/test/soap/ssl/client.cert +0 -19
  272. data/test/soap/ssl/client.key +0 -15
  273. data/test/soap/ssl/server.cert +0 -19
  274. data/test/soap/ssl/server.key +0 -15
  275. data/test/soap/ssl/sslsvr.rb +0 -59
  276. data/test/soap/ssl/subca.cert +0 -21
  277. data/test/soap/ssl/test_ssl.rb +0 -236
  278. data/test/soap/struct/test_struct.rb +0 -71
  279. data/test/soap/styleuse/client.rb +0 -21
  280. data/test/soap/styleuse/server.rb +0 -87
  281. data/test/soap/swa/test_file.rb +0 -76
  282. data/test/soap/test_basetype.rb +0 -1091
  283. data/test/soap/test_cookie.rb +0 -113
  284. data/test/soap/test_custom_ns.rb +0 -106
  285. data/test/soap/test_custommap.rb +0 -111
  286. data/test/soap/test_empty.rb +0 -106
  287. data/test/soap/test_envelopenamespace.rb +0 -86
  288. data/test/soap/test_extraattr.rb +0 -55
  289. data/test/soap/test_generator.rb +0 -32
  290. data/test/soap/test_httpconfigloader.rb +0 -72
  291. data/test/soap/test_mapping.rb +0 -132
  292. data/test/soap/test_nestedexception.rb +0 -71
  293. data/test/soap/test_nil.rb +0 -71
  294. data/test/soap/test_no_indent.rb +0 -89
  295. data/test/soap/test_property.rb +0 -429
  296. data/test/soap/test_response_as_xml.rb +0 -118
  297. data/test/soap/test_soapelement.rb +0 -139
  298. data/test/soap/test_streamhandler.rb +0 -271
  299. data/test/soap/test_styleuse.rb +0 -327
  300. data/test/soap/wsdlDriver/README.txt +0 -2
  301. data/test/soap/wsdlDriver/calc.wsdl +0 -126
  302. data/test/soap/wsdlDriver/document.wsdl +0 -54
  303. data/test/soap/wsdlDriver/echo_version.rb +0 -30
  304. data/test/soap/wsdlDriver/simpletype.wsdl +0 -63
  305. data/test/soap/wsdlDriver/test_calc.rb +0 -72
  306. data/test/soap/wsdlDriver/test_document.rb +0 -72
  307. data/test/soap/wsdlDriver/test_simpletype.rb +0 -82
  308. data/test/testutil.rb +0 -55
  309. data/test/wsdl/abstract/abstract.wsdl +0 -176
  310. data/test/wsdl/abstract/test_abstract.rb +0 -160
  311. data/test/wsdl/anonymous/expectedClassDef.rb +0 -129
  312. data/test/wsdl/anonymous/expectedDriver.rb +0 -60
  313. data/test/wsdl/anonymous/expectedMappingRegistry.rb +0 -177
  314. data/test/wsdl/anonymous/lp.wsdl +0 -147
  315. data/test/wsdl/anonymous/test_anonymous.rb +0 -131
  316. data/test/wsdl/any/any.wsdl +0 -114
  317. data/test/wsdl/any/expectedDriver.rb +0 -69
  318. data/test/wsdl/any/expectedEcho.rb +0 -58
  319. data/test/wsdl/any/expectedMappingRegistry.rb +0 -64
  320. data/test/wsdl/any/expectedService.rb +0 -70
  321. data/test/wsdl/any/test_any.rb +0 -194
  322. data/test/wsdl/axisArray/axisArray.wsdl +0 -87
  323. data/test/wsdl/axisArray/test_axisarray.rb +0 -125
  324. data/test/wsdl/choice/choice.wsdl +0 -167
  325. data/test/wsdl/choice/test_choice.rb +0 -311
  326. data/test/wsdl/complexcontent/complexContent.wsdl +0 -83
  327. data/test/wsdl/complexcontent/test_echo.rb +0 -91
  328. data/test/wsdl/datetime/DatetimeService.rb +0 -45
  329. data/test/wsdl/datetime/datetime.rb +0 -0
  330. data/test/wsdl/datetime/datetime.wsdl +0 -45
  331. data/test/wsdl/datetime/datetimeServant.rb +0 -23
  332. data/test/wsdl/datetime/test_datetime.rb +0 -88
  333. data/test/wsdl/document/array/double.wsdl +0 -161
  334. data/test/wsdl/document/array/test_array.rb +0 -202
  335. data/test/wsdl/document/document.wsdl +0 -76
  336. data/test/wsdl/document/number.wsdl +0 -54
  337. data/test/wsdl/document/ping_nosoapaction.wsdl +0 -66
  338. data/test/wsdl/document/test_nosoapaction.rb +0 -103
  339. data/test/wsdl/document/test_number.rb +0 -93
  340. data/test/wsdl/document/test_rpc.rb +0 -356
  341. data/test/wsdl/emptycomplextype.wsdl +0 -31
  342. data/test/wsdl/fault/fault.wsdl +0 -79
  343. data/test/wsdl/fault/multifault.wsdl +0 -96
  344. data/test/wsdl/fault/test_fault.rb +0 -120
  345. data/test/wsdl/fault/test_multifault.rb +0 -135
  346. data/test/wsdl/group/expectedClassdef.rb +0 -59
  347. data/test/wsdl/group/expectedDriver.rb +0 -52
  348. data/test/wsdl/group/expectedMappingRegistry.rb +0 -68
  349. data/test/wsdl/group/group.wsdl +0 -88
  350. data/test/wsdl/group/test_rpc.rb +0 -146
  351. data/test/wsdl/list/list.wsdl +0 -93
  352. data/test/wsdl/list/test_list.rb +0 -125
  353. data/test/wsdl/map/map.wsdl +0 -92
  354. data/test/wsdl/map/map.xml +0 -43
  355. data/test/wsdl/map/test_map.rb +0 -100
  356. data/test/wsdl/marshal/person.wsdl +0 -21
  357. data/test/wsdl/marshal/person_org.rb +0 -24
  358. data/test/wsdl/marshal/test_wsdlmarshal.rb +0 -76
  359. data/test/wsdl/multiplefault.wsdl +0 -75
  360. data/test/wsdl/oneway/oneway.wsdl +0 -36
  361. data/test/wsdl/oneway/test_oneway.rb +0 -109
  362. data/test/wsdl/overload/expectedClient.rb +0 -38
  363. data/test/wsdl/overload/expectedDriver.rb +0 -62
  364. data/test/wsdl/overload/expectedServant.rb +0 -36
  365. data/test/wsdl/overload/overload.wsdl +0 -70
  366. data/test/wsdl/overload/test_overload.rb +0 -132
  367. data/test/wsdl/qualified/lp.wsdl +0 -47
  368. data/test/wsdl/qualified/lp.xsd +0 -26
  369. data/test/wsdl/qualified/np.wsdl +0 -51
  370. data/test/wsdl/qualified/test_qualified.rb +0 -138
  371. data/test/wsdl/qualified/test_unqualified.rb +0 -139
  372. data/test/wsdl/raa/RAAService.rb +0 -126
  373. data/test/wsdl/raa/README.txt +0 -8
  374. data/test/wsdl/raa/expectedClassDef.rb +0 -101
  375. data/test/wsdl/raa/expectedDriver.rb +0 -97
  376. data/test/wsdl/raa/expectedMappingRegistry.rb +0 -122
  377. data/test/wsdl/raa/raa.wsdl +0 -264
  378. data/test/wsdl/raa/test_raa.rb +0 -127
  379. data/test/wsdl/ref/expectedDriver.rb +0 -52
  380. data/test/wsdl/ref/expectedProduct.rb +0 -244
  381. data/test/wsdl/ref/product.wsdl +0 -147
  382. data/test/wsdl/ref/test_ref.rb +0 -269
  383. data/test/wsdl/rpc/rpc.wsdl +0 -109
  384. data/test/wsdl/rpc/test-rpc-lit.wsdl +0 -371
  385. data/test/wsdl/rpc/test_rpc.rb +0 -177
  386. data/test/wsdl/rpc/test_rpc_lit.rb +0 -471
  387. data/test/wsdl/simplecontent/simplecontent.wsdl +0 -84
  388. data/test/wsdl/simplecontent/test_simplecontent.rb +0 -103
  389. data/test/wsdl/simpletype/rpc/expectedClient.rb +0 -35
  390. data/test/wsdl/simpletype/rpc/expectedDriver.rb +0 -59
  391. data/test/wsdl/simpletype/rpc/expectedEchoVersion.rb +0 -37
  392. data/test/wsdl/simpletype/rpc/expectedMappingRegistry.rb +0 -58
  393. data/test/wsdl/simpletype/rpc/expectedServant.rb +0 -33
  394. data/test/wsdl/simpletype/rpc/expectedService.rb +0 -56
  395. data/test/wsdl/simpletype/rpc/rpc.wsdl +0 -98
  396. data/test/wsdl/simpletype/rpc/test_rpc.rb +0 -53
  397. data/test/wsdl/simpletype/simpletype.wsdl +0 -114
  398. data/test/wsdl/simpletype/test_simpletype.rb +0 -93
  399. data/test/wsdl/soap/soapbodyparts.wsdl +0 -103
  400. data/test/wsdl/soap/test_soapbodyparts.rb +0 -80
  401. data/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb +0 -22
  402. data/test/wsdl/soap/wsdl2ruby/expectedClient.rb +0 -35
  403. data/test/wsdl/soap/wsdl2ruby/expectedDriver.rb +0 -59
  404. data/test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb +0 -37
  405. data/test/wsdl/soap/wsdl2ruby/expectedServant.rb +0 -33
  406. data/test/wsdl/soap/wsdl2ruby/expectedService.cgi +0 -49
  407. data/test/wsdl/soap/wsdl2ruby/expectedService.rb +0 -56
  408. data/test/wsdl/soap/wsdl2ruby/rpc.wsdl +0 -80
  409. data/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb +0 -38
  410. data/test/wsdl/soap/wsdl2ruby/section/section.xsd +0 -31
  411. data/test/wsdl/soap/wsdl2ruby/section/test_section.rb +0 -54
  412. data/test/wsdl/soap/wsdl2ruby/soapenc/soapenc.wsdl +0 -64
  413. data/test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb +0 -84
  414. data/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb +0 -103
  415. data/test/wsdl/soaptype/soaptype.wsdl +0 -61
  416. data/test/wsdl/soaptype/test_soaptype.rb +0 -179
  417. data/test/wsdl/test_emptycomplextype.rb +0 -22
  418. data/test/wsdl/test_fault.rb +0 -51
  419. data/test/wsdl/test_multiplefault.rb +0 -42
  420. data/test/xsd/codegen/test_classdef.rb +0 -245
  421. data/test/xsd/noencoding.xml +0 -4
  422. data/test/xsd/test_noencoding.rb +0 -33
  423. data/test/xsd/test_ns.rb +0 -42
  424. data/test/xsd/test_xmlschemaparser.rb +0 -23
  425. data/test/xsd/test_xsd.rb +0 -1639
  426. data/test/xsd/xmllang.xml +0 -43
  427. data/test/xsd/xmlschema.xml +0 -12
  428. data/test/xsd/xsd2ruby/expected_mysample.rb +0 -66
  429. data/test/xsd/xsd2ruby/expected_mysample_mapper.rb +0 -12
  430. data/test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb +0 -52
  431. data/test/xsd/xsd2ruby/section.xsd +0 -49
  432. data/test/xsd/xsd2ruby/test_xsd2ruby.rb +0 -91
@@ -1,83 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <definitions name="complexContent"
3
- targetNamespace="urn:complexContent"
4
- xmlns="http://schemas.xmlsoap.org/wsdl/"
5
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
6
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7
- xmlns:tns="urn:complexContent"
8
- xmlns:txd="urn:complexContent.type">
9
-
10
- <types>
11
- <schema elementFormDefault="qualified"
12
- xmlns="http://www.w3.org/2001/XMLSchema"
13
- targetNamespace="urn:complexContent.type">
14
- <complexType name="Base">
15
- <sequence>
16
- <element name="Id" type="xsd:string"
17
- nillable="false" minOccurs="0" maxOccurs="1"/>
18
- <element name="Type" type="xsd:string"
19
- nillable="true" minOccurs="0" maxOccurs="1"/>
20
- </sequence>
21
- </complexType>
22
-
23
- <complexType name="Derived">
24
- <complexContent>
25
- <extension base="txd:Base">
26
- <sequence>
27
- <element name="Name" type="xsd:string"/>
28
- </sequence>
29
- </extension>
30
- </complexContent>
31
- </complexType>
32
- </schema>
33
-
34
- <schema elementFormDefault="qualified"
35
- xmlns="http://www.w3.org/2001/XMLSchema"
36
- targetNamespace="urn:complexContent">
37
- <element name="Derived" type="txd:Derived"/>
38
-
39
- <element name="echo">
40
- <complexType>
41
- <sequence>
42
- <element name="item" type="txd:Derived"/>
43
- </sequence>
44
- </complexType>
45
- </element>
46
- </schema>
47
- </types>
48
-
49
- <message name="echoRequest">
50
- <part element="tns:echo" name="parameters"/>
51
- </message>
52
-
53
- <message name="echoResponse">
54
- <part element="tns:echo" name="parameters"/>
55
- </message>
56
-
57
- <portType name="Soap">
58
- <operation name="echo">
59
- <input message="tns:echoRequest"/>
60
- <output message="tns:echoResponse"/>
61
- </operation>
62
- </portType>
63
-
64
- <binding name="SoapBinding" type="tns:Soap">
65
- <soap:binding style="document"
66
- transport="http://schemas.xmlsoap.org/soap/http"/>
67
- <operation name="echo">
68
- <soap:operation soapAction=""/>
69
- <input>
70
- <soap:body parts="parameters" use="literal"/>
71
- </input>
72
- <output>
73
- <soap:body use="literal"/>
74
- </output>
75
- </operation>
76
- </binding>
77
-
78
- <service name="complexContentService">
79
- <port binding="tns:SoapBinding" name="Soap">
80
- <soap:address location="http://localhost:17171/"/>
81
- </port>
82
- </service>
83
- </definitions>
@@ -1,91 +0,0 @@
1
- # encoding: ASCII-8BIT
2
- require 'helper'
3
- require 'testutil'
4
- require 'wsdl/parser'
5
- require 'wsdl/soap/wsdl2ruby'
6
- require 'soap/rpc/standaloneServer'
7
- require 'soap/wsdlDriver'
8
-
9
-
10
- module WSDL; module ComplexContent
11
-
12
-
13
- class TestEcho < Test::Unit::TestCase
14
- class Server < ::SOAP::RPC::StandaloneServer
15
- Namespace = 'urn:complexContent'
16
-
17
- def on_init
18
- add_document_method(
19
- self,
20
- nil,
21
- 'echo',
22
- XSD::QName.new(Namespace, 'echo'),
23
- XSD::QName.new(Namespace, 'echo')
24
- )
25
- end
26
-
27
- def echo(arg)
28
- arg
29
- end
30
- end
31
-
32
- DIR = File.dirname(File.expand_path(__FILE__))
33
- Port = 17171
34
-
35
- def setup
36
- setup_server
37
- setup_classdef
38
- @client = nil
39
- end
40
-
41
- def teardown
42
- teardown_server if @server
43
- unless $DEBUG
44
- File.unlink(pathname('complexContent.rb'))
45
- File.unlink(pathname('complexContentMappingRegistry.rb'))
46
- end
47
- @client.reset_stream if @client
48
- end
49
-
50
- def setup_server
51
- @server = Server.new('Test', Server::Namespace, '0.0.0.0', Port)
52
- @server.level = Logger::Severity::ERROR
53
- @server_thread = TestUtil.start_server_thread(@server)
54
- end
55
-
56
- def setup_classdef
57
- gen = WSDL::SOAP::WSDL2Ruby.new
58
- gen.location = pathname("complexContent.wsdl")
59
- gen.basedir = DIR
60
- gen.logger.level = Logger::FATAL
61
- gen.opt['classdef'] = nil
62
- gen.opt['mapping_registry'] = nil
63
- gen.opt['force'] = true
64
- gen.run
65
- TestUtil.require(DIR, 'complexContentMappingRegistry.rb', 'complexContent.rb')
66
- end
67
-
68
- def teardown_server
69
- @server.shutdown
70
- @server_thread.kill
71
- @server_thread.join
72
- end
73
-
74
- def pathname(filename)
75
- File.join(DIR, filename)
76
- end
77
-
78
- def test_wsdl
79
- wsdl = File.join(DIR, 'complexContent.wsdl')
80
- @client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
81
- @client.endpoint_url = "http://localhost:#{Port}/"
82
- @client.literal_mapping_registry = ComplexContentMappingRegistry::LiteralRegistry
83
- @client.wiredump_dev = STDOUT if $DEBUG
84
- d = Derived.new
85
- d.name = "NaHi"
86
- assert_instance_of(Echo, @client.echo(Echo.new(d)))
87
- end
88
- end
89
-
90
-
91
- end; end
@@ -1,45 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # encoding: ASCII-8BIT
3
- require 'datetimeServant.rb'
4
-
5
- require 'soap/rpc/standaloneServer'
6
- require 'soap/mapping/registry'
7
-
8
- class DatetimePortType
9
- MappingRegistry = ::SOAP::Mapping::Registry.new
10
-
11
- Methods = [
12
- ["now", "now",
13
- [
14
- [:in, "now", [::SOAP::SOAPDateTime]],
15
- [:retval, "now", [::SOAP::SOAPDateTime]]
16
- ],
17
- "", "urn:jp.gr.jin.rrr.example.datetime", :rpc
18
- ]
19
- ]
20
- end
21
-
22
- class DatetimePortTypeApp < ::SOAP::RPC::StandaloneServer
23
- def initialize(*arg)
24
- super(*arg)
25
- servant = DatetimePortType.new
26
- DatetimePortType::Methods.each do |name_as, name, param_def, soapaction, namespace, style|
27
- if style == :document
28
- @router.add_document_operation(servant, soapaction, name, param_def)
29
- else
30
- qname = XSD::QName.new(namespace, name_as)
31
- @router.add_rpc_operation(servant, qname, soapaction, name, param_def)
32
- end
33
- end
34
- self.mapping_registry = DatetimePortType::MappingRegistry
35
- end
36
- end
37
-
38
- if $0 == __FILE__
39
- # Change listen port.
40
- server = DatetimePortTypeApp.new('app', nil, '0.0.0.0', 10080)
41
- trap(:INT) do
42
- server.shutdown
43
- end
44
- server.start
45
- end
File without changes
@@ -1,45 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <wsdl:definitions name = "datetime"
3
- targetNamespace="urn:jp.gr.jin.rrr.example.datetime"
4
- xmlns:tns="urn:jp.gr.jin.rrr.example.datetime"
5
- xmlns="http://schemas.xmlsoap.org/wsdl/"
6
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
7
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
8
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
9
-
10
- <wsdl:message name="nowRequest">
11
- <wsdl:part name="now" type="xsd:dateTime"/>
12
- </wsdl:message>
13
-
14
- <wsdl:message name="nowResponse">
15
- <wsdl:part name="now" type="xsd:dateTime"/>
16
- </wsdl:message>
17
-
18
- <wsdl:portType name="DatetimePortType">
19
- <wsdl:operation name="now">
20
- <wsdl:input message="tns:nowRequest" name="nowRequest"/>
21
- <wsdl:output message="tns:nowResponse" name="nowResponse"/>
22
- </wsdl:operation>
23
- </wsdl:portType>
24
-
25
- <wsdl:binding name="DatetimeBinding" type="tns:DatetimePortType">
26
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
27
- <wsdl:operation name="now">
28
- <soap:operation soapAction=""/>
29
- <wsdl:input name="nowRequest">
30
- <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
31
- namespace="urn:jp.gr.jin.rrr.example.datetime" use="encoded"/>
32
- </wsdl:input>
33
- <wsdl:output name="nowResponse">
34
- <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
35
- namespace="urn:jp.gr.jin.rrr.example.datetime" use="encoded"/>
36
- </wsdl:output>
37
- </wsdl:operation>
38
- </wsdl:binding>
39
-
40
- <wsdl:service name="DatetimeService">
41
- <wsdl:port binding="tns:DatetimeBinding" name="DatetimePort">
42
- <soap:address location="http://localhost:10080/"/>
43
- </wsdl:port>
44
- </wsdl:service>
45
- </wsdl:definitions>
@@ -1,23 +0,0 @@
1
- # encoding: ASCII-8BIT
2
- require 'datetime.rb'
3
-
4
- class DatetimePortType
5
- # SYNOPSIS
6
- # now(now)
7
- #
8
- # ARGS
9
- # now - {http://www.w3.org/2001/XMLSchema}dateTime
10
- #
11
- # RETURNS
12
- # now - {http://www.w3.org/2001/XMLSchema}dateTime
13
- #
14
- # RAISES
15
- # (undefined)
16
- #
17
- def now(now)
18
- #raise NotImplementedError.new
19
- return nil if now.nil?
20
- now + 1
21
- end
22
- end
23
-
@@ -1,88 +0,0 @@
1
- # encoding: ASCII-8BIT
2
- require 'helper'
3
- require 'testutil'
4
- require 'soap/wsdlDriver'
5
- TestUtil.require(File.dirname(__FILE__), 'DatetimeService.rb')
6
-
7
-
8
- module WSDL
9
- module Datetime
10
-
11
-
12
- class TestDatetime < Test::Unit::TestCase
13
- DIR = File.dirname(File.expand_path(__FILE__))
14
-
15
- Port = 17171
16
-
17
- def setup
18
- setup_server
19
- setup_client
20
- end
21
-
22
- def setup_server
23
- @server = DatetimePortTypeApp.new('Datetime server', nil, '0.0.0.0', Port)
24
- @server.level = Logger::Severity::ERROR
25
- @t = Thread.new {
26
- Thread.current.abort_on_exception = true
27
- @server.start
28
- }
29
- end
30
-
31
- def setup_client
32
- wsdl = File.join(DIR, 'datetime.wsdl')
33
- @client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
34
- @client.endpoint_url = "http://localhost:#{Port}/"
35
- @client.generate_explicit_type = true
36
- @client.wiredump_dev = STDOUT if $DEBUG
37
- end
38
-
39
- def teardown
40
- teardown_server if @server
41
- teardown_client if @client
42
- end
43
-
44
- def teardown_server
45
- @server.shutdown
46
- @t.kill
47
- @t.join
48
- end
49
-
50
- def teardown_client
51
- @client.reset_stream
52
- end
53
-
54
- def test_datetime
55
- d = DateTime.now
56
- d1 = d + 1
57
- d2 = @client.now(d)
58
- assert_equal(d1.year, d2.year)
59
- assert_equal(d1.month, d2.month)
60
- assert_equal(d1.day, d2.day)
61
- assert_equal(d1.hour, d2.hour)
62
- assert_equal(d1.min, d2.min)
63
- assert_equal(d1.sec, d2.sec)
64
- assert_equal(d1.sec, d2.sec)
65
- end
66
-
67
- def test_time
68
- d = DateTime.now
69
- t = Time.gm(d.year, d.month, d.day, d.hour, d.min, d.sec)
70
- d1 = d + 1
71
- d2 = @client.now(t)
72
- assert_equal(d1.year, d2.year)
73
- assert_equal(d1.month, d2.month)
74
- assert_equal(d1.day, d2.day)
75
- assert_equal(d1.hour, d2.hour)
76
- assert_equal(d1.min, d2.min)
77
- assert_equal(d1.sec, d2.sec)
78
- assert_equal(d1.sec, d2.sec)
79
- end
80
-
81
- def test_nil
82
- assert_nil(@client.now(nil))
83
- end
84
- end
85
-
86
-
87
- end
88
- end
@@ -1,161 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <wsdl:definitions name="double"
3
- targetNamespace="http://tempuri.org/"
4
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
5
- xmlns:s="http://www.w3.org/2001/XMLSchema"
6
- xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
7
- xmlns:tns="http://tempuri.org/"
8
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
9
- <wsdl:types>
10
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
11
-
12
- <s:element name="ArrayOfRecord">
13
- <s:complexType>
14
- <s:sequence>
15
- <s:element maxOccurs="unbounded" name="record" type="tns:report-record"/>
16
- </s:sequence>
17
- </s:complexType>
18
- </s:element>
19
- <s:complexType name="report-record">
20
- <s:attribute name="a" type="s:string" />
21
- <s:attribute name="b" type="s:string" />
22
- <s:attribute name="c" type="s:string" />
23
- </s:complexType>
24
-
25
- <s:complexType name="ArrayOfDouble">
26
- <s:sequence>
27
- <s:element minOccurs="0" maxOccurs="unbounded" name="double"
28
- type="s:double"/>
29
- </s:sequence>
30
- </s:complexType>
31
-
32
- <s:element name="echo">
33
- <s:complexType>
34
- <s:sequence>
35
- <s:element nillable="true" maxOccurs="1" name="ary" type="tns:ArrayOfDouble"/>
36
- </s:sequence>
37
- </s:complexType>
38
- </s:element>
39
- <s:element name="echoResponse">
40
- <s:complexType>
41
- <s:sequence>
42
- <s:element nillable="true" maxOccurs="1" name="ary" type="tns:ArrayOfDouble"/>
43
- </s:sequence>
44
- </s:complexType>
45
- </s:element>
46
-
47
- <s:element name="ArrayOfDouble" nillable="true" type="tns:ArrayOfDouble"/>
48
-
49
- <s:element name="echo2">
50
- <s:complexType>
51
- <s:sequence>
52
- <s:element name="arg" type="tns:ArrayOfComplex"/>
53
- </s:sequence>
54
- </s:complexType>
55
- </s:element>
56
-
57
- <s:element name="echo2Response">
58
- <s:complexType>
59
- <s:sequence>
60
- <s:element name="arg" type="tns:ArrayOfComplex"/>
61
- </s:sequence>
62
- </s:complexType>
63
- </s:element>
64
-
65
- <s:element name="ArrayOfComplex">
66
- <s:complexType>
67
- <s:sequence>
68
- <s:element ref="tns:Complex" maxOccurs="3"/>
69
- </s:sequence>
70
- </s:complexType>
71
- </s:element>
72
-
73
- <s:element name="Complex">
74
- <s:complexType>
75
- <s:sequence>
76
- <s:element name="string" type="s:string"/>
77
- <s:element name="double" type="s:double"/>
78
- </s:sequence>
79
- </s:complexType>
80
- </s:element>
81
- </s:schema>
82
- </wsdl:types>
83
-
84
- <wsdl:message name="echoIn">
85
- <wsdl:part name="parameters" element="tns:echo"/>
86
- </wsdl:message>
87
- <wsdl:message name="echoOut">
88
- <wsdl:part name="parameters" element="tns:echoResponse"/>
89
- </wsdl:message>
90
- <wsdl:message name="echo2In">
91
- <wsdl:part name="parameters" element="tns:echo2"/>
92
- </wsdl:message>
93
- <wsdl:message name="echo2Out">
94
- <wsdl:part name="parameters" element="tns:echo2Response"/>
95
- </wsdl:message>
96
- <wsdl:message name="echo3In">
97
- <wsdl:part name="parameters" element="tns:ArrayOfRecord"/>
98
- </wsdl:message>
99
- <wsdl:message name="echo3Out">
100
- <wsdl:part name="parameters" element="tns:ArrayOfRecord"/>
101
- </wsdl:message>
102
-
103
- <wsdl:portType name="pricerSoap">
104
- <wsdl:operation name="echo">
105
- <wsdl:input message="tns:echoIn"/>
106
- <wsdl:output message="tns:echoOut"/>
107
- </wsdl:operation>
108
-
109
- <wsdl:operation name="echo2">
110
- <wsdl:input message="tns:echo2In"/>
111
- <wsdl:output message="tns:echo2Out"/>
112
- </wsdl:operation>
113
-
114
- <wsdl:operation name="echo3">
115
- <wsdl:input message="tns:echo3In"/>
116
- <wsdl:output message="tns:echo3Out"/>
117
- </wsdl:operation>
118
- </wsdl:portType>
119
-
120
- <wsdl:binding name="pricerSoap" type="tns:pricerSoap">
121
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
122
- style="document"/>
123
-
124
- <wsdl:operation name="echo">
125
- <soap:operation soapAction="http://tempuri.org/echo" style="document"/>
126
- <wsdl:input>
127
- <soap:body use="literal"/>
128
- </wsdl:input>
129
- <wsdl:output>
130
- <soap:body use="literal"/>
131
- </wsdl:output>
132
- </wsdl:operation>
133
-
134
- <wsdl:operation name="echo2">
135
- <soap:operation soapAction="http://tempuri.org/echo2" style="document"/>
136
- <wsdl:input>
137
- <soap:body use="literal"/>
138
- </wsdl:input>
139
- <wsdl:output>
140
- <soap:body use="literal"/>
141
- </wsdl:output>
142
- </wsdl:operation>
143
-
144
- <wsdl:operation name="echo3">
145
- <soap:operation soapAction="http://tempuri.org/echo3" style="document"/>
146
- <wsdl:input>
147
- <soap:body use="literal"/>
148
- </wsdl:input>
149
- <wsdl:output>
150
- <soap:body use="literal"/>
151
- </wsdl:output>
152
- </wsdl:operation>
153
- </wsdl:binding>
154
-
155
- <wsdl:service name="pricer">
156
- <documentation xmlns="http://schemas.xmlsoap.org/wsdl/"/>
157
- <wsdl:port name="pricerSoap" binding="tns:pricerSoap">
158
- <soap:address location="http://localhost:17171"/>
159
- </wsdl:port>
160
- </wsdl:service>
161
- </wsdl:definitions>