rubyjedi-soap4r 1.5.8.20100616125722 → 1.5.8.20100619003610

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. data/bin/wsdl2ruby.rb +1 -0
  2. data/bin/xsd2ruby.rb +1 -0
  3. data/lib/soap/attachment.rb +1 -0
  4. data/lib/soap/attrproxy.rb +1 -0
  5. data/lib/soap/baseData.rb +1 -0
  6. data/lib/soap/element.rb +2 -1
  7. data/lib/soap/encodingstyle/aspDotNetHandler.rb +1 -0
  8. data/lib/soap/encodingstyle/handler.rb +1 -0
  9. data/lib/soap/encodingstyle/literalHandler.rb +1 -0
  10. data/lib/soap/encodingstyle/soapHandler.rb +1 -0
  11. data/lib/soap/filter.rb +1 -0
  12. data/lib/soap/filter/filterchain.rb +1 -0
  13. data/lib/soap/filter/handler.rb +1 -0
  14. data/lib/soap/filter/streamhandler.rb +1 -0
  15. data/lib/soap/generator.rb +1 -0
  16. data/lib/soap/header/handler.rb +1 -0
  17. data/lib/soap/header/handlerset.rb +1 -0
  18. data/lib/soap/header/mappinghandler.rb +1 -0
  19. data/lib/soap/header/simplehandler.rb +1 -0
  20. data/lib/soap/httpconfigloader.rb +1 -0
  21. data/lib/soap/mapping.rb +1 -0
  22. data/lib/soap/mapping/encodedregistry.rb +1 -0
  23. data/lib/soap/mapping/factory.rb +1 -0
  24. data/lib/soap/mapping/literalregistry.rb +1 -0
  25. data/lib/soap/mapping/mapping.rb +2 -1
  26. data/lib/soap/mapping/registry.rb +1 -0
  27. data/lib/soap/mapping/rubytypeFactory.rb +1 -0
  28. data/lib/soap/mapping/schemadefinition.rb +1 -0
  29. data/lib/soap/mapping/typeMap.rb +1 -0
  30. data/lib/soap/mapping/wsdlencodedregistry.rb +1 -0
  31. data/lib/soap/mapping/wsdlliteralregistry.rb +1 -0
  32. data/lib/soap/marshal.rb +1 -0
  33. data/lib/soap/mimemessage.rb +1 -0
  34. data/lib/soap/nestedexception.rb +1 -0
  35. data/lib/soap/netHttpClient.rb +1 -0
  36. data/lib/soap/ns.rb +1 -0
  37. data/lib/soap/parser.rb +1 -0
  38. data/lib/soap/processor.rb +1 -0
  39. data/lib/soap/property.rb +1 -0
  40. data/lib/soap/proxy.rb +1 -0
  41. data/lib/soap/rpc/cgistub.rb +1 -0
  42. data/lib/soap/rpc/driver.rb +1 -0
  43. data/lib/soap/rpc/element.rb +1 -0
  44. data/lib/soap/rpc/httpserver.rb +1 -0
  45. data/lib/soap/rpc/methodDef.rb +1 -0
  46. data/lib/soap/rpc/proxy.rb +1 -0
  47. data/lib/soap/rpc/router.rb +1 -0
  48. data/lib/soap/rpc/rpc.rb +1 -0
  49. data/lib/soap/rpc/soaplet.rb +1 -0
  50. data/lib/soap/rpc/standaloneServer.rb +1 -0
  51. data/lib/soap/soap.rb +1 -0
  52. data/lib/soap/streamHandler.rb +1 -0
  53. data/lib/soap/version.rb +2 -1
  54. data/lib/soap/wsdlDriver.rb +1 -0
  55. data/lib/wsdl/binding.rb +1 -0
  56. data/lib/wsdl/data.rb +1 -0
  57. data/lib/wsdl/definitions.rb +1 -0
  58. data/lib/wsdl/documentation.rb +1 -0
  59. data/lib/wsdl/import.rb +1 -0
  60. data/lib/wsdl/importer.rb +1 -0
  61. data/lib/wsdl/info.rb +1 -0
  62. data/lib/wsdl/message.rb +1 -0
  63. data/lib/wsdl/operation.rb +1 -0
  64. data/lib/wsdl/operationBinding.rb +1 -0
  65. data/lib/wsdl/param.rb +1 -0
  66. data/lib/wsdl/parser.rb +1 -0
  67. data/lib/wsdl/part.rb +1 -0
  68. data/lib/wsdl/port.rb +1 -0
  69. data/lib/wsdl/portType.rb +1 -0
  70. data/lib/wsdl/service.rb +1 -0
  71. data/lib/wsdl/soap/address.rb +1 -0
  72. data/lib/wsdl/soap/binding.rb +1 -0
  73. data/lib/wsdl/soap/body.rb +1 -0
  74. data/lib/wsdl/soap/cgiStubCreator.rb +1 -0
  75. data/lib/wsdl/soap/classDefCreator.rb +1 -0
  76. data/lib/wsdl/soap/classDefCreatorSupport.rb +1 -0
  77. data/lib/wsdl/soap/classNameCreator.rb +1 -0
  78. data/lib/wsdl/soap/clientSkeltonCreator.rb +1 -0
  79. data/lib/wsdl/soap/complexType.rb +1 -0
  80. data/lib/wsdl/soap/data.rb +1 -0
  81. data/lib/wsdl/soap/definitions.rb +1 -0
  82. data/lib/wsdl/soap/driverCreator.rb +1 -0
  83. data/lib/wsdl/soap/element.rb +1 -0
  84. data/lib/wsdl/soap/encodedMappingRegistryCreator.rb +1 -0
  85. data/lib/wsdl/soap/fault.rb +1 -0
  86. data/lib/wsdl/soap/header.rb +1 -0
  87. data/lib/wsdl/soap/headerfault.rb +1 -0
  88. data/lib/wsdl/soap/literalMappingRegistryCreator.rb +1 -0
  89. data/lib/wsdl/soap/mappingRegistryCreator.rb +1 -0
  90. data/lib/wsdl/soap/mappingRegistryCreatorSupport.rb +1 -0
  91. data/lib/wsdl/soap/methodDefCreator.rb +1 -0
  92. data/lib/wsdl/soap/operation.rb +1 -0
  93. data/lib/wsdl/soap/servantSkeltonCreator.rb +1 -0
  94. data/lib/wsdl/soap/servletStubCreator.rb +1 -0
  95. data/lib/wsdl/soap/standaloneServerStubCreator.rb +1 -0
  96. data/lib/wsdl/soap/wsdl2ruby.rb +9 -0
  97. data/lib/wsdl/types.rb +1 -0
  98. data/lib/wsdl/wsdl.rb +1 -0
  99. data/lib/wsdl/xmlSchema/all.rb +1 -0
  100. data/lib/wsdl/xmlSchema/annotation.rb +1 -0
  101. data/lib/wsdl/xmlSchema/any.rb +1 -0
  102. data/lib/wsdl/xmlSchema/anyAttribute.rb +1 -0
  103. data/lib/wsdl/xmlSchema/attribute.rb +1 -0
  104. data/lib/wsdl/xmlSchema/attributeGroup.rb +1 -0
  105. data/lib/wsdl/xmlSchema/choice.rb +1 -0
  106. data/lib/wsdl/xmlSchema/complexContent.rb +1 -0
  107. data/lib/wsdl/xmlSchema/complexExtension.rb +1 -0
  108. data/lib/wsdl/xmlSchema/complexRestriction.rb +1 -0
  109. data/lib/wsdl/xmlSchema/complexType.rb +1 -0
  110. data/lib/wsdl/xmlSchema/content.rb +1 -0
  111. data/lib/wsdl/xmlSchema/data.rb +1 -0
  112. data/lib/wsdl/xmlSchema/element.rb +1 -0
  113. data/lib/wsdl/xmlSchema/enumeration.rb +1 -0
  114. data/lib/wsdl/xmlSchema/fractiondigits.rb +1 -0
  115. data/lib/wsdl/xmlSchema/group.rb +1 -0
  116. data/lib/wsdl/xmlSchema/import.rb +1 -0
  117. data/lib/wsdl/xmlSchema/importHandler.rb +1 -0
  118. data/lib/wsdl/xmlSchema/importer.rb +1 -0
  119. data/lib/wsdl/xmlSchema/include.rb +1 -0
  120. data/lib/wsdl/xmlSchema/length.rb +1 -0
  121. data/lib/wsdl/xmlSchema/list.rb +1 -0
  122. data/lib/wsdl/xmlSchema/maxexclusive.rb +1 -0
  123. data/lib/wsdl/xmlSchema/maxinclusive.rb +1 -0
  124. data/lib/wsdl/xmlSchema/maxlength.rb +1 -0
  125. data/lib/wsdl/xmlSchema/minexclusive.rb +1 -0
  126. data/lib/wsdl/xmlSchema/mininclusive.rb +1 -0
  127. data/lib/wsdl/xmlSchema/minlength.rb +1 -0
  128. data/lib/wsdl/xmlSchema/parser.rb +1 -0
  129. data/lib/wsdl/xmlSchema/pattern.rb +1 -0
  130. data/lib/wsdl/xmlSchema/ref.rb +1 -0
  131. data/lib/wsdl/xmlSchema/schema.rb +1 -0
  132. data/lib/wsdl/xmlSchema/sequence.rb +1 -0
  133. data/lib/wsdl/xmlSchema/simpleContent.rb +1 -0
  134. data/lib/wsdl/xmlSchema/simpleExtension.rb +1 -0
  135. data/lib/wsdl/xmlSchema/simpleRestriction.rb +1 -0
  136. data/lib/wsdl/xmlSchema/simpleType.rb +1 -0
  137. data/lib/wsdl/xmlSchema/totaldigits.rb +1 -0
  138. data/lib/wsdl/xmlSchema/union.rb +1 -0
  139. data/lib/wsdl/xmlSchema/unique.rb +1 -0
  140. data/lib/wsdl/xmlSchema/whitespace.rb +1 -0
  141. data/lib/wsdl/xmlSchema/xsd2ruby.rb +2 -0
  142. data/lib/xsd/charset.rb +1 -0
  143. data/lib/xsd/codegen.rb +1 -0
  144. data/lib/xsd/codegen/classdef.rb +1 -0
  145. data/lib/xsd/codegen/commentdef.rb +1 -0
  146. data/lib/xsd/codegen/gensupport.rb +1 -0
  147. data/lib/xsd/codegen/methoddef.rb +1 -0
  148. data/lib/xsd/codegen/moduledef.rb +1 -0
  149. data/lib/xsd/datatypes.rb +11 -10
  150. data/lib/xsd/datatypes1999.rb +1 -0
  151. data/lib/xsd/iconvcharset.rb +1 -0
  152. data/lib/xsd/mapping.rb +1 -0
  153. data/lib/xsd/namedelements.rb +1 -0
  154. data/lib/xsd/ns.rb +1 -0
  155. data/lib/xsd/qname.rb +1 -0
  156. data/lib/xsd/xmlparser.rb +1 -0
  157. data/lib/xsd/xmlparser/libxmlparser.rb +1 -0
  158. data/lib/xsd/xmlparser/parser.rb +1 -0
  159. data/lib/xsd/xmlparser/rexmlparser.rb +1 -0
  160. data/lib/xsd/xmlparser/xmlparser.rb +1 -0
  161. data/lib/xsd/xmlparser/xmlscanner.rb +1 -0
  162. data/test/16runner.rb +1 -0
  163. data/test/helper.rb +2 -1
  164. data/test/interopR2/base.rb +1 -0
  165. data/test/interopR2/client.NetRemoting.rb +1 -0
  166. data/test/interopR2/client.rb +1 -0
  167. data/test/interopR2/client4S4C.rb +1 -0
  168. data/test/interopR2/client4S4C2.rb +1 -0
  169. data/test/interopR2/clientASP.NET.rb +1 -0
  170. data/test/interopR2/clientApacheAxis.rb +1 -0
  171. data/test/interopR2/clientApacheSOAP.rb +1 -0
  172. data/test/interopR2/clientBEAWebLogic.rb +1 -0
  173. data/test/interopR2/clientBase.rb +1 -0
  174. data/test/interopR2/clientCapeConnect.rb +1 -0
  175. data/test/interopR2/clientDelphi.rb +1 -0
  176. data/test/interopR2/clientEasySoap.rb +1 -0
  177. data/test/interopR2/clientFrontier.rb +1 -0
  178. data/test/interopR2/clientGLUE.rb +1 -0
  179. data/test/interopR2/clientHP.rb +1 -0
  180. data/test/interopR2/clientJAX-RPC.rb +1 -0
  181. data/test/interopR2/clientJSOAP.rb +1 -0
  182. data/test/interopR2/clientKafkaXSLT.rb +1 -0
  183. data/test/interopR2/clientMSSOAPToolkit2.0.rb +1 -0
  184. data/test/interopR2/clientMSSOAPToolkit3.0.rb +1 -0
  185. data/test/interopR2/clientNuSOAP.rb +1 -0
  186. data/test/interopR2/clientNuWave.rb +1 -0
  187. data/test/interopR2/clientOpenLink.rb +1 -0
  188. data/test/interopR2/clientOracle.rb +1 -0
  189. data/test/interopR2/clientPEAR.rb +1 -0
  190. data/test/interopR2/clientPhalanx.rb +1 -0
  191. data/test/interopR2/clientSIMACE.rb +1 -0
  192. data/test/interopR2/clientSOAP4R.rb +1 -0
  193. data/test/interopR2/clientSOAP__Lite.rb +1 -0
  194. data/test/interopR2/clientSQLData.rb +1 -0
  195. data/test/interopR2/clientSilverStream.rb +1 -0
  196. data/test/interopR2/clientSpray2001.rb +1 -0
  197. data/test/interopR2/clientSun.rb +1 -0
  198. data/test/interopR2/clientVWOpentalkSoap.rb +1 -0
  199. data/test/interopR2/clientWASP.rb +1 -0
  200. data/test/interopR2/clientWASPC.rb +1 -0
  201. data/test/interopR2/clientWebMethods.rb +1 -0
  202. data/test/interopR2/clientWhiteMesa.rb +1 -0
  203. data/test/interopR2/clientWingfoot.rb +1 -0
  204. data/test/interopR2/clientXMLBus.rb +1 -0
  205. data/test/interopR2/clientXMLRPC-EPI.rb +1 -0
  206. data/test/interopR2/clientXSOAP.rb +1 -0
  207. data/test/interopR2/clientZSI.rb +1 -0
  208. data/test/interopR2/clienteSOAP.rb +1 -0
  209. data/test/interopR2/clientgSOAP.rb +1 -0
  210. data/test/interopR2/clientkSOAP.rb +1 -0
  211. data/test/interopR2/iSimonReg.rb +1 -0
  212. data/test/interopR2/interopResultBase.rb +1 -0
  213. data/test/interopR2/interopService.rb +1 -0
  214. data/test/interopR2/rwikiInteropService.rb +1 -0
  215. data/test/interopR2/server.cgi +1 -0
  216. data/test/interopR2/server.rb +1 -0
  217. data/test/interopR2/simonReg.rb +1 -0
  218. data/test/interopR4/client.rb +1 -0
  219. data/test/runner.rb +1 -0
  220. data/test/sm11/classDef.rb +1 -0
  221. data/test/sm11/client.rb +1 -0
  222. data/test/sm11/driver.rb +1 -0
  223. data/test/sm11/servant.rb +1 -0
  224. data/test/sm11/server.rb +1 -0
  225. data/test/soap/asp.net/test_aspdotnet.rb +1 -0
  226. data/test/soap/auth/test_basic.rb +1 -0
  227. data/test/soap/auth/test_digest.rb +1 -0
  228. data/test/soap/calc/calc.rb +1 -0
  229. data/test/soap/calc/calc2.rb +1 -0
  230. data/test/soap/calc/server.cgi +1 -0
  231. data/test/soap/calc/server.rb +1 -0
  232. data/test/soap/calc/server2.rb +1 -0
  233. data/test/soap/calc/test_calc.rb +1 -0
  234. data/test/soap/calc/test_calc2.rb +1 -0
  235. data/test/soap/calc/test_calc_cgi.rb +1 -0
  236. data/test/soap/case/test_mapping.rb +1 -0
  237. data/test/soap/fault/test_customfault.rb +1 -0
  238. data/test/soap/fault/test_fault.rb +1 -0
  239. data/test/soap/fault/test_soaparray.rb +1 -0
  240. data/test/soap/filter/test_filter.rb +1 -0
  241. data/test/soap/header/server.cgi +1 -0
  242. data/test/soap/header/test_authheader.rb +1 -0
  243. data/test/soap/header/test_authheader_cgi.rb +1 -0
  244. data/test/soap/header/test_simplehandler.rb +1 -0
  245. data/test/soap/helloworld/hw_s.rb +1 -0
  246. data/test/soap/helloworld/test_helloworld.rb +1 -0
  247. data/test/soap/literalArrayMapping/amazonEc.rb +1 -0
  248. data/test/soap/literalArrayMapping/amazonEcDriver.rb +1 -0
  249. data/test/soap/literalArrayMapping/test_definedarray.rb +1 -0
  250. data/test/soap/marshal/marshaltestlib.rb +4 -3
  251. data/test/soap/marshal/test_digraph.rb +1 -0
  252. data/test/soap/marshal/test_marshal.rb +1 -0
  253. data/test/soap/marshal/test_struct.rb +1 -0
  254. data/test/soap/ssl/sslsvr.rb +1 -0
  255. data/test/soap/ssl/test_ssl.rb +1 -0
  256. data/test/soap/struct/test_struct.rb +1 -0
  257. data/test/soap/styleuse/client.rb +1 -0
  258. data/test/soap/styleuse/server.rb +1 -0
  259. data/test/soap/swa/test_file.rb +1 -0
  260. data/test/soap/test_basetype.rb +1 -0
  261. data/test/soap/test_cookie.rb +1 -0
  262. data/test/soap/test_custom_ns.rb +1 -0
  263. data/test/soap/test_custommap.rb +1 -0
  264. data/test/soap/test_empty.rb +1 -0
  265. data/test/soap/test_envelopenamespace.rb +1 -0
  266. data/test/soap/test_extraattr.rb +1 -0
  267. data/test/soap/test_generator.rb +1 -0
  268. data/test/soap/test_httpconfigloader.rb +1 -0
  269. data/test/soap/test_mapping.rb +1 -0
  270. data/test/soap/test_nestedexception.rb +19 -18
  271. data/test/soap/test_nil.rb +1 -0
  272. data/test/soap/test_no_indent.rb +1 -0
  273. data/test/soap/test_property.rb +1 -0
  274. data/test/soap/test_response_as_xml.rb +1 -0
  275. data/test/soap/test_soapelement.rb +1 -0
  276. data/test/soap/test_streamhandler.rb +1 -0
  277. data/test/soap/test_styleuse.rb +1 -0
  278. data/test/soap/wsdlDriver/echo_version.rb +1 -0
  279. data/test/soap/wsdlDriver/test_calc.rb +1 -0
  280. data/test/soap/wsdlDriver/test_document.rb +1 -0
  281. data/test/soap/wsdlDriver/test_simpletype.rb +1 -0
  282. data/test/testutil.rb +1 -0
  283. data/test/wsdl/abstract/test_abstract.rb +1 -0
  284. data/test/wsdl/anonymous/expectedClassDef.rb +1 -0
  285. data/test/wsdl/anonymous/expectedDriver.rb +1 -0
  286. data/test/wsdl/anonymous/expectedMappingRegistry.rb +1 -0
  287. data/test/wsdl/anonymous/test_anonymous.rb +1 -0
  288. data/test/wsdl/any/expectedDriver.rb +1 -0
  289. data/test/wsdl/any/expectedEcho.rb +1 -0
  290. data/test/wsdl/any/expectedMappingRegistry.rb +1 -0
  291. data/test/wsdl/any/expectedService.rb +1 -0
  292. data/test/wsdl/any/test_any.rb +1 -0
  293. data/test/wsdl/axisArray/test_axisarray.rb +1 -0
  294. data/test/wsdl/choice/test_choice.rb +1 -0
  295. data/test/wsdl/complexcontent/test_echo.rb +1 -0
  296. data/test/wsdl/datetime/DatetimeService.rb +1 -0
  297. data/test/wsdl/datetime/datetimeServant.rb +1 -0
  298. data/test/wsdl/datetime/test_datetime.rb +1 -0
  299. data/test/wsdl/document/array/test_array.rb +1 -0
  300. data/test/wsdl/document/test_nosoapaction.rb +1 -0
  301. data/test/wsdl/document/test_number.rb +1 -0
  302. data/test/wsdl/document/test_rpc.rb +1 -0
  303. data/test/wsdl/fault/test_fault.rb +1 -0
  304. data/test/wsdl/fault/test_multifault.rb +1 -0
  305. data/test/wsdl/group/expectedClassdef.rb +1 -0
  306. data/test/wsdl/group/expectedDriver.rb +1 -0
  307. data/test/wsdl/group/expectedMappingRegistry.rb +1 -0
  308. data/test/wsdl/group/test_rpc.rb +1 -0
  309. data/test/wsdl/list/test_list.rb +1 -0
  310. data/test/wsdl/map/test_map.rb +1 -0
  311. data/test/wsdl/marshal/person_org.rb +1 -0
  312. data/test/wsdl/marshal/test_wsdlmarshal.rb +1 -0
  313. data/test/wsdl/oneway/test_oneway.rb +1 -0
  314. data/test/wsdl/overload/expectedClient.rb +1 -0
  315. data/test/wsdl/overload/expectedDriver.rb +1 -0
  316. data/test/wsdl/overload/expectedServant.rb +1 -0
  317. data/test/wsdl/overload/test_overload.rb +1 -0
  318. data/test/wsdl/qualified/test_qualified.rb +1 -0
  319. data/test/wsdl/qualified/test_unqualified.rb +1 -0
  320. data/test/wsdl/raa/RAAService.rb +1 -0
  321. data/test/wsdl/raa/expectedClassDef.rb +1 -0
  322. data/test/wsdl/raa/expectedDriver.rb +1 -0
  323. data/test/wsdl/raa/expectedMappingRegistry.rb +1 -0
  324. data/test/wsdl/raa/test_raa.rb +1 -0
  325. data/test/wsdl/ref/expectedDriver.rb +1 -0
  326. data/test/wsdl/ref/expectedProduct.rb +1 -0
  327. data/test/wsdl/ref/test_ref.rb +1 -0
  328. data/test/wsdl/rpc/RPC-Literal-TestDefinitions.rb +91 -0
  329. data/test/wsdl/rpc/RPC-Literal-TestDefinitionsDriver.rb +148 -0
  330. data/test/wsdl/rpc/RPC-Literal-TestDefinitionsMappingRegistry.rb +169 -0
  331. data/test/wsdl/rpc/test_rpc.rb +1 -0
  332. data/test/wsdl/rpc/test_rpc_lit.rb +1 -0
  333. data/test/wsdl/simplecontent/test_simplecontent.rb +1 -0
  334. data/test/wsdl/simpletype/rpc/expectedClient.rb +1 -0
  335. data/test/wsdl/simpletype/rpc/expectedDriver.rb +1 -0
  336. data/test/wsdl/simpletype/rpc/expectedEchoVersion.rb +1 -0
  337. data/test/wsdl/simpletype/rpc/expectedMappingRegistry.rb +1 -0
  338. data/test/wsdl/simpletype/rpc/expectedServant.rb +1 -0
  339. data/test/wsdl/simpletype/rpc/expectedService.rb +1 -0
  340. data/test/wsdl/simpletype/rpc/test_rpc.rb +1 -0
  341. data/test/wsdl/simpletype/test_simpletype.rb +1 -0
  342. data/test/wsdl/soap/test_soapbodyparts.rb +1 -0
  343. data/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb +1 -0
  344. data/test/wsdl/soap/wsdl2ruby/expectedClient.rb +1 -0
  345. data/test/wsdl/soap/wsdl2ruby/expectedDriver.rb +1 -0
  346. data/test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb +1 -0
  347. data/test/wsdl/soap/wsdl2ruby/expectedServant.rb +1 -0
  348. data/test/wsdl/soap/wsdl2ruby/expectedService.cgi +1 -0
  349. data/test/wsdl/soap/wsdl2ruby/expectedService.rb +1 -0
  350. data/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb +1 -0
  351. data/test/wsdl/soap/wsdl2ruby/section/test_section.rb +1 -0
  352. data/test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb +1 -0
  353. data/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb +1 -0
  354. data/test/wsdl/soaptype/test_soaptype.rb +1 -0
  355. data/test/wsdl/test_emptycomplextype.rb +1 -0
  356. data/test/wsdl/test_fault.rb +1 -0
  357. data/test/wsdl/test_multiplefault.rb +1 -0
  358. data/test/xsd/codegen/test_classdef.rb +1 -0
  359. data/test/xsd/test_noencoding.rb +1 -0
  360. data/test/xsd/test_ns.rb +1 -0
  361. data/test/xsd/test_xmlschemaparser.rb +1 -0
  362. data/test/xsd/test_xsd.rb +1 -0
  363. data/test/xsd/xsd2ruby/expected_mysample.rb +1 -0
  364. data/test/xsd/xsd2ruby/expected_mysample_mapper.rb +1 -0
  365. data/test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb +1 -0
  366. data/test/xsd/xsd2ruby/test_xsd2ruby.rb +1 -0
  367. metadata +6 -7
data/lib/wsdl/port.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL port definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
data/lib/wsdl/portType.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL portType definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
data/lib/wsdl/service.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL service definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP address definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP binding definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP body definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating CGI stub code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating class definition from WSDL
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating class code support from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Class name creator.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating client skelton code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - SOAP complexType definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP binding data definitions.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL additional definitions for SOAP.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating driver code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema element definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating EncodedMappingRegistry code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP body definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP body definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP body definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating LiteralMappingRegistry code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating MappingRegistry code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating MappingRegistry support.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating method definition from WSDL
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP operation definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating servant skelton code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating servlet stub code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Creating standalone server stub code from WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL to ruby mapping library.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -74,6 +75,7 @@ private
74
75
  @classdef_filename = @name + '.rb'
75
76
  check_file(@classdef_filename) or return
76
77
  write_file(@classdef_filename) do |f|
78
+ f.puts "# encoding: ASCII-8BIT"
77
79
  f << WSDL::SOAP::ClassDefCreator.new(@wsdl, @name_creator, @modulepath).dump
78
80
  end
79
81
  end
@@ -83,6 +85,7 @@ private
83
85
  @mr_filename = @name + 'MappingRegistry.rb'
84
86
  check_file(@mr_filename) or return
85
87
  write_file(@mr_filename) do |f|
88
+ f.puts "# encoding: ASCII-8BIT"
86
89
  f << "require '#{@classdef_filename}'\n" if @classdef_filename
87
90
  f << WSDL::SOAP::MappingRegistryCreator.new(@wsdl, @name_creator, @modulepath).dump
88
91
  end
@@ -96,6 +99,7 @@ private
96
99
  check_file(@client_skelton_filename) or return
97
100
  write_file(@client_skelton_filename) do |f|
98
101
  f << shbang << "\n"
102
+ f.puts "# encoding: ASCII-8BIT"
99
103
  f << "require '#{@driver_filename}'\n\n" if @driver_filename
100
104
  f << WSDL::SOAP::ClientSkeltonCreator.new(@wsdl, @name_creator, @modulepath).dump(create_name(servicename))
101
105
  end
@@ -106,6 +110,7 @@ private
106
110
  @servant_skelton_filename = (porttypename || @name + 'Servant') + '.rb'
107
111
  check_file(@servant_skelton_filename) or return
108
112
  write_file(@servant_skelton_filename) do |f|
113
+ f.puts "# encoding: ASCII-8BIT"
109
114
  f << "require '#{@classdef_filename}'\n\n" if @classdef_filename
110
115
  f << WSDL::SOAP::ServantSkeltonCreator.new(@wsdl, @name_creator, @modulepath).dump(create_name(porttypename))
111
116
  end
@@ -118,6 +123,7 @@ private
118
123
  check_file(@cgi_stubFilename) or return
119
124
  write_file(@cgi_stubFilename) do |f|
120
125
  f << shbang << "\n"
126
+ f.puts "# encoding: ASCII-8BIT"
121
127
  f << "require '#{@servant_skelton_filename}'\n" if @servant_skelton_filename
122
128
  f << "require '#{@mr_filename}'\n" if @mr_filename
123
129
  f << WSDL::SOAP::CGIStubCreator.new(@wsdl, @name_creator, @modulepath).dump(create_name(servicename))
@@ -131,6 +137,7 @@ private
131
137
  check_file(@standalone_server_stub_filename) or return
132
138
  write_file(@standalone_server_stub_filename) do |f|
133
139
  f << shbang << "\n"
140
+ f.puts "# encoding: ASCII-8BIT"
134
141
  f << "require '#{@servant_skelton_filename}'\n" if @servant_skelton_filename
135
142
  f << "require '#{@mr_filename}'\n" if @mr_filename
136
143
  f << WSDL::SOAP::StandaloneServerStubCreator.new(@wsdl, @name_creator, @modulepath).dump(create_name(servicename))
@@ -144,6 +151,7 @@ private
144
151
  check_file(@servlet_stub_filename) or return
145
152
  write_file(@servlet_stub_filename) do |f|
146
153
  f << shbang << "\n"
154
+ f.puts "# encoding: ASCII-8BIT"
147
155
  f << "require '#{@servant_skelton_filename}'\n" if @servant_skelton_filename
148
156
  f << "require '#{@mr_filename}'\n" if @mr_filename
149
157
  f << WSDL::SOAP::ServletStubCreator.new(@wsdl, @name_creator, @modulepath).dump(create_name(servicename))
@@ -157,6 +165,7 @@ private
157
165
  creator.drivername_postfix = drivername_postfix
158
166
  check_file(@driver_filename) or return
159
167
  write_file(@driver_filename) do |f|
168
+ f.puts "# encoding: ASCII-8BIT"
160
169
  f << "require '#{@classdef_filename}'\n" if @classdef_filename
161
170
  f << "require '#{@mr_filename}'\n" if @mr_filename
162
171
  f << creator.dump(create_name(porttypename))
data/lib/wsdl/types.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL types definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
data/lib/wsdl/wsdl.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - Base definitions.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema complexType definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL SOAP documentation element.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema any definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema anyAttribute definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema attribute definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema attributeGroup definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema complexType definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema complexContent definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema complexType extension definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema complexType restriction definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema complexType definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema content base definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema data definitions.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema element definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema enumeration definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema fractionDigits definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema group definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema import definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema import handler.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XSD importer library.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema include definition.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema length definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema list definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema maxExclusive definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema maxInclusive definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema maxLength definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema minExclusive definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema minInclusive definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema minLength definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - WSDL XML Instance parser library.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4
 
@@ -1,3 +1,4 @@
1
+ # encoding: ASCII-8BIT
1
2
  # WSDL4R - XMLSchema pattern definition for WSDL.
2
3
  # Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
3
4