rubyjedi-soap4r 1.5.8.20100619003610 → 2.0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/wsdl2ruby.rb +2 -1
- data/bin/xsd2ruby.rb +2 -1
- data/lib/soap/attachment.rb +1 -1
- data/lib/soap/attrproxy.rb +1 -1
- data/lib/soap/baseData.rb +1 -1
- data/lib/soap/element.rb +2 -2
- data/lib/soap/encodingstyle/aspDotNetHandler.rb +1 -1
- data/lib/soap/encodingstyle/handler.rb +1 -1
- data/lib/soap/encodingstyle/literalHandler.rb +1 -1
- data/lib/soap/encodingstyle/soapHandler.rb +1 -1
- data/lib/soap/filter.rb +1 -1
- data/lib/soap/filter/filterchain.rb +1 -1
- data/lib/soap/filter/handler.rb +1 -1
- data/lib/soap/filter/streamhandler.rb +1 -1
- data/lib/soap/generator.rb +2 -2
- data/lib/soap/header/handler.rb +1 -1
- data/lib/soap/header/handlerset.rb +1 -1
- data/lib/soap/header/mappinghandler.rb +1 -1
- data/lib/soap/header/simplehandler.rb +1 -1
- data/lib/soap/httpconfigloader.rb +1 -1
- data/lib/soap/mapping.rb +1 -1
- data/lib/soap/mapping/encodedregistry.rb +16 -14
- data/lib/soap/mapping/factory.rb +2 -2
- data/lib/soap/mapping/literalregistry.rb +1 -1
- data/lib/soap/mapping/mapping.rb +7 -7
- data/lib/soap/mapping/registry.rb +1 -1
- data/lib/soap/mapping/rubytypeFactory.rb +1 -1
- data/lib/soap/mapping/schemadefinition.rb +1 -1
- data/lib/soap/mapping/typeMap.rb +1 -1
- data/lib/soap/mapping/wsdlencodedregistry.rb +1 -1
- data/lib/soap/mapping/wsdlliteralregistry.rb +1 -1
- data/lib/soap/marshal.rb +1 -1
- data/lib/soap/mimemessage.rb +1 -1
- data/lib/soap/nestedexception.rb +1 -1
- data/lib/soap/netHttpClient.rb +1 -1
- data/lib/soap/ns.rb +1 -1
- data/lib/soap/parser.rb +1 -1
- data/lib/soap/processor.rb +1 -1
- data/lib/soap/property.rb +7 -17
- data/lib/soap/proxy.rb +1 -1
- data/lib/soap/rpc/cgistub.rb +2 -1
- data/lib/soap/rpc/driver.rb +1 -1
- data/lib/soap/rpc/element.rb +1 -1
- data/lib/soap/rpc/httpserver.rb +2 -1
- data/lib/soap/rpc/methodDef.rb +1 -1
- data/lib/soap/rpc/proxy.rb +1 -1
- data/lib/soap/rpc/router.rb +1 -1
- data/lib/soap/rpc/rpc.rb +1 -1
- data/lib/soap/rpc/soaplet.rb +1 -1
- data/lib/soap/rpc/standaloneServer.rb +1 -1
- data/lib/soap/soap.rb +12 -3
- data/lib/soap/streamHandler.rb +3 -3
- data/lib/soap/version.rb +7 -4
- data/lib/soap/wsdlDriver.rb +1 -1
- data/lib/wsdl/binding.rb +1 -1
- data/lib/wsdl/data.rb +1 -1
- data/lib/wsdl/definitions.rb +1 -1
- data/lib/wsdl/documentation.rb +1 -1
- data/lib/wsdl/import.rb +1 -1
- data/lib/wsdl/importer.rb +1 -1
- data/lib/wsdl/info.rb +1 -1
- data/lib/wsdl/message.rb +1 -1
- data/lib/wsdl/operation.rb +1 -1
- data/lib/wsdl/operationBinding.rb +1 -1
- data/lib/wsdl/param.rb +1 -1
- data/lib/wsdl/parser.rb +17 -2
- data/lib/wsdl/part.rb +1 -1
- data/lib/wsdl/port.rb +1 -1
- data/lib/wsdl/portType.rb +1 -1
- data/lib/wsdl/service.rb +1 -1
- data/lib/wsdl/soap/address.rb +1 -1
- data/lib/wsdl/soap/binding.rb +1 -1
- data/lib/wsdl/soap/body.rb +1 -1
- data/lib/wsdl/soap/cgiStubCreator.rb +1 -1
- data/lib/wsdl/soap/classDefCreator.rb +1 -1
- data/lib/wsdl/soap/classDefCreatorSupport.rb +1 -1
- data/lib/wsdl/soap/classNameCreator.rb +1 -1
- data/lib/wsdl/soap/clientSkeltonCreator.rb +1 -1
- data/lib/wsdl/soap/complexType.rb +1 -1
- data/lib/wsdl/soap/data.rb +1 -1
- data/lib/wsdl/soap/definitions.rb +1 -1
- data/lib/wsdl/soap/driverCreator.rb +1 -1
- data/lib/wsdl/soap/element.rb +1 -1
- data/lib/wsdl/soap/encodedMappingRegistryCreator.rb +1 -1
- data/lib/wsdl/soap/fault.rb +1 -1
- data/lib/wsdl/soap/header.rb +1 -1
- data/lib/wsdl/soap/headerfault.rb +1 -1
- data/lib/wsdl/soap/literalMappingRegistryCreator.rb +1 -1
- data/lib/wsdl/soap/mappingRegistryCreator.rb +1 -1
- data/lib/wsdl/soap/mappingRegistryCreatorSupport.rb +1 -1
- data/lib/wsdl/soap/methodDefCreator.rb +1 -1
- data/lib/wsdl/soap/operation.rb +1 -1
- data/lib/wsdl/soap/servantSkeltonCreator.rb +1 -1
- data/lib/wsdl/soap/servletStubCreator.rb +1 -1
- data/lib/wsdl/soap/standaloneServerStubCreator.rb +1 -1
- data/lib/wsdl/soap/wsdl2ruby.rb +29 -20
- data/lib/wsdl/types.rb +1 -1
- data/lib/wsdl/wsdl.rb +1 -1
- data/lib/wsdl/xmlSchema/all.rb +1 -1
- data/lib/wsdl/xmlSchema/annotation.rb +1 -1
- data/lib/wsdl/xmlSchema/any.rb +1 -1
- data/lib/wsdl/xmlSchema/anyAttribute.rb +1 -1
- data/lib/wsdl/xmlSchema/attribute.rb +1 -1
- data/lib/wsdl/xmlSchema/attributeGroup.rb +1 -1
- data/lib/wsdl/xmlSchema/choice.rb +1 -1
- data/lib/wsdl/xmlSchema/complexContent.rb +1 -1
- data/lib/wsdl/xmlSchema/complexExtension.rb +1 -1
- data/lib/wsdl/xmlSchema/complexRestriction.rb +1 -1
- data/lib/wsdl/xmlSchema/complexType.rb +1 -1
- data/lib/wsdl/xmlSchema/content.rb +1 -1
- data/lib/wsdl/xmlSchema/data.rb +1 -1
- data/lib/wsdl/xmlSchema/element.rb +1 -1
- data/lib/wsdl/xmlSchema/enumeration.rb +1 -1
- data/lib/wsdl/xmlSchema/fractiondigits.rb +1 -1
- data/lib/wsdl/xmlSchema/group.rb +1 -1
- data/lib/wsdl/xmlSchema/import.rb +1 -2
- data/lib/wsdl/xmlSchema/importHandler.rb +1 -2
- data/lib/wsdl/xmlSchema/importer.rb +1 -1
- data/lib/wsdl/xmlSchema/include.rb +1 -2
- data/lib/wsdl/xmlSchema/length.rb +1 -1
- data/lib/wsdl/xmlSchema/list.rb +1 -1
- data/lib/wsdl/xmlSchema/maxexclusive.rb +1 -1
- data/lib/wsdl/xmlSchema/maxinclusive.rb +1 -1
- data/lib/wsdl/xmlSchema/maxlength.rb +1 -1
- data/lib/wsdl/xmlSchema/minexclusive.rb +1 -1
- data/lib/wsdl/xmlSchema/mininclusive.rb +1 -1
- data/lib/wsdl/xmlSchema/minlength.rb +1 -1
- data/lib/wsdl/xmlSchema/parser.rb +1 -1
- data/lib/wsdl/xmlSchema/pattern.rb +1 -1
- data/lib/wsdl/xmlSchema/ref.rb +1 -1
- data/lib/wsdl/xmlSchema/schema.rb +1 -1
- data/lib/wsdl/xmlSchema/sequence.rb +1 -1
- data/lib/wsdl/xmlSchema/simpleContent.rb +1 -1
- data/lib/wsdl/xmlSchema/simpleExtension.rb +1 -1
- data/lib/wsdl/xmlSchema/simpleRestriction.rb +1 -1
- data/lib/wsdl/xmlSchema/simpleType.rb +1 -1
- data/lib/wsdl/xmlSchema/totaldigits.rb +1 -1
- data/lib/wsdl/xmlSchema/union.rb +1 -1
- data/lib/wsdl/xmlSchema/unique.rb +1 -1
- data/lib/wsdl/xmlSchema/whitespace.rb +1 -1
- data/lib/wsdl/xmlSchema/xsd2ruby.rb +3 -2
- data/lib/xsd/charset.rb +2 -2
- data/lib/xsd/codegen.rb +1 -1
- data/lib/xsd/codegen/classdef.rb +1 -1
- data/lib/xsd/codegen/commentdef.rb +1 -1
- data/lib/xsd/codegen/gensupport.rb +1 -1
- data/lib/xsd/codegen/methoddef.rb +1 -1
- data/lib/xsd/codegen/moduledef.rb +1 -1
- data/lib/xsd/datatypes.rb +2 -3
- data/lib/xsd/datatypes1999.rb +1 -1
- data/lib/xsd/iconvcharset.rb +3 -4
- data/lib/xsd/mapping.rb +1 -1
- data/lib/xsd/namedelements.rb +1 -1
- data/lib/xsd/ns.rb +2 -2
- data/lib/xsd/qname.rb +1 -1
- data/lib/xsd/xmlparser.rb +43 -39
- data/lib/xsd/xmlparser/libxmlparser.rb +38 -18
- data/lib/xsd/xmlparser/nokogiriparser.rb +63 -0
- data/lib/xsd/xmlparser/ogaparser.rb +53 -0
- data/lib/xsd/xmlparser/oxparser.rb +97 -0
- data/lib/xsd/xmlparser/parser.rb +2 -2
- data/lib/xsd/xmlparser/rexmlparser.rb +4 -9
- metadata +190 -462
- data/lib/xsd/xmlparser/xmlparser.rb +0 -51
- data/lib/xsd/xmlparser/xmlscanner.rb +0 -150
- data/test/16runner.rb +0 -69
- data/test/helper.rb +0 -7
- data/test/interopR2/README.txt +0 -2
- data/test/interopR2/SOAPBuildersInterop_R2.wsdl +0 -461
- data/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl +0 -19
- data/test/interopR2/base.rb +0 -289
- data/test/interopR2/client.NetRemoting.rb +0 -18
- data/test/interopR2/client.rb +0 -1235
- data/test/interopR2/client4S4C.rb +0 -16
- data/test/interopR2/client4S4C2.rb +0 -15
- data/test/interopR2/clientASP.NET.rb +0 -18
- data/test/interopR2/clientApacheAxis.rb +0 -17
- data/test/interopR2/clientApacheSOAP.rb +0 -18
- data/test/interopR2/clientBEAWebLogic.rb +0 -18
- data/test/interopR2/clientBase.rb +0 -1968
- data/test/interopR2/clientCapeConnect.rb +0 -19
- data/test/interopR2/clientDelphi.rb +0 -20
- data/test/interopR2/clientEasySoap.rb +0 -15
- data/test/interopR2/clientFrontier.rb +0 -26
- data/test/interopR2/clientGLUE.rb +0 -33
- data/test/interopR2/clientHP.rb +0 -14
- data/test/interopR2/clientJAX-RPC.rb +0 -20
- data/test/interopR2/clientJSOAP.rb +0 -15
- data/test/interopR2/clientKafkaXSLT.rb +0 -16
- data/test/interopR2/clientMSSOAPToolkit2.0.rb +0 -18
- data/test/interopR2/clientMSSOAPToolkit3.0.rb +0 -18
- data/test/interopR2/clientNuSOAP.rb +0 -20
- data/test/interopR2/clientNuWave.rb +0 -16
- data/test/interopR2/clientOpenLink.rb +0 -16
- data/test/interopR2/clientOracle.rb +0 -16
- data/test/interopR2/clientPEAR.rb +0 -19
- data/test/interopR2/clientPhalanx.rb +0 -19
- data/test/interopR2/clientSIMACE.rb +0 -19
- data/test/interopR2/clientSOAP4R.rb +0 -19
- data/test/interopR2/clientSOAP__Lite.rb +0 -15
- data/test/interopR2/clientSQLData.rb +0 -19
- data/test/interopR2/clientSilverStream.rb +0 -18
- data/test/interopR2/clientSpray2001.rb +0 -18
- data/test/interopR2/clientSun.rb +0 -20
- data/test/interopR2/clientVWOpentalkSoap.rb +0 -20
- data/test/interopR2/clientWASP.rb +0 -20
- data/test/interopR2/clientWASPC.rb +0 -19
- data/test/interopR2/clientWebMethods.rb +0 -16
- data/test/interopR2/clientWhiteMesa.rb +0 -29
- data/test/interopR2/clientWingfoot.rb +0 -16
- data/test/interopR2/clientXMLBus.rb +0 -20
- data/test/interopR2/clientXMLRPC-EPI.rb +0 -18
- data/test/interopR2/clientXSOAP.rb +0 -15
- data/test/interopR2/clientZSI.rb +0 -20
- data/test/interopR2/clienteSOAP.rb +0 -19
- data/test/interopR2/clientgSOAP.rb +0 -19
- data/test/interopR2/clientkSOAP.rb +0 -18
- data/test/interopR2/iSimonReg.rb +0 -113
- data/test/interopR2/interopResultBase.rb +0 -115
- data/test/interopR2/interopService.rb +0 -248
- data/test/interopR2/rwikiInteropService.rb +0 -106
- data/test/interopR2/server.cgi +0 -271
- data/test/interopR2/server.rb +0 -276
- data/test/interopR2/simonReg.rb +0 -124
- data/test/interopR2/test.sh +0 -49
- data/test/interopR4/client.rb +0 -113
- data/test/runner.rb +0 -8
- data/test/sm11/classDef.rb +0 -157
- data/test/sm11/client.rb +0 -543
- data/test/sm11/driver.rb +0 -184
- data/test/sm11/servant.rb +0 -1068
- data/test/sm11/server.rb +0 -26
- data/test/soap/asp.net/hello.wsdl +0 -96
- data/test/soap/asp.net/test_aspdotnet.rb +0 -124
- data/test/soap/auth/htdigest +0 -2
- data/test/soap/auth/htpasswd +0 -2
- data/test/soap/auth/test_basic.rb +0 -118
- data/test/soap/auth/test_digest.rb +0 -119
- data/test/soap/calc/calc.rb +0 -18
- data/test/soap/calc/calc2.rb +0 -30
- data/test/soap/calc/server.cgi +0 -16
- data/test/soap/calc/server.rb +0 -18
- data/test/soap/calc/server2.rb +0 -21
- data/test/soap/calc/test_calc.rb +0 -53
- data/test/soap/calc/test_calc2.rb +0 -57
- data/test/soap/calc/test_calc_cgi.rb +0 -72
- data/test/soap/case/test_mapping.rb +0 -58
- data/test/soap/fault/test_customfault.rb +0 -61
- data/test/soap/fault/test_fault.rb +0 -47
- data/test/soap/fault/test_soaparray.rb +0 -36
- data/test/soap/filter/test_filter.rb +0 -147
- data/test/soap/header/server.cgi +0 -121
- data/test/soap/header/test_authheader.rb +0 -241
- data/test/soap/header/test_authheader_cgi.rb +0 -122
- data/test/soap/header/test_simplehandler.rb +0 -117
- data/test/soap/helloworld/hw_s.rb +0 -17
- data/test/soap/helloworld/test_helloworld.rb +0 -45
- data/test/soap/htpasswd +0 -2
- data/test/soap/literalArrayMapping/amazonEc.rb +0 -4779
- data/test/soap/literalArrayMapping/amazonEcDriver.rb +0 -173
- data/test/soap/literalArrayMapping/amazonresponse.xml +0 -100
- data/test/soap/literalArrayMapping/test_definedarray.rb +0 -35
- data/test/soap/marshal/marshaltestlib.rb +0 -498
- data/test/soap/marshal/test_digraph.rb +0 -57
- data/test/soap/marshal/test_marshal.rb +0 -28
- data/test/soap/marshal/test_struct.rb +0 -48
- data/test/soap/ssl/README +0 -1
- data/test/soap/ssl/ca.cert +0 -23
- data/test/soap/ssl/client.cert +0 -19
- data/test/soap/ssl/client.key +0 -15
- data/test/soap/ssl/server.cert +0 -19
- data/test/soap/ssl/server.key +0 -15
- data/test/soap/ssl/sslsvr.rb +0 -59
- data/test/soap/ssl/subca.cert +0 -21
- data/test/soap/ssl/test_ssl.rb +0 -236
- data/test/soap/struct/test_struct.rb +0 -71
- data/test/soap/styleuse/client.rb +0 -21
- data/test/soap/styleuse/server.rb +0 -87
- data/test/soap/swa/test_file.rb +0 -76
- data/test/soap/test_basetype.rb +0 -1091
- data/test/soap/test_cookie.rb +0 -113
- data/test/soap/test_custom_ns.rb +0 -106
- data/test/soap/test_custommap.rb +0 -111
- data/test/soap/test_empty.rb +0 -106
- data/test/soap/test_envelopenamespace.rb +0 -86
- data/test/soap/test_extraattr.rb +0 -55
- data/test/soap/test_generator.rb +0 -32
- data/test/soap/test_httpconfigloader.rb +0 -72
- data/test/soap/test_mapping.rb +0 -132
- data/test/soap/test_nestedexception.rb +0 -71
- data/test/soap/test_nil.rb +0 -71
- data/test/soap/test_no_indent.rb +0 -89
- data/test/soap/test_property.rb +0 -429
- data/test/soap/test_response_as_xml.rb +0 -118
- data/test/soap/test_soapelement.rb +0 -139
- data/test/soap/test_streamhandler.rb +0 -271
- data/test/soap/test_styleuse.rb +0 -327
- data/test/soap/wsdlDriver/README.txt +0 -2
- data/test/soap/wsdlDriver/calc.wsdl +0 -126
- data/test/soap/wsdlDriver/document.wsdl +0 -54
- data/test/soap/wsdlDriver/echo_version.rb +0 -30
- data/test/soap/wsdlDriver/simpletype.wsdl +0 -63
- data/test/soap/wsdlDriver/test_calc.rb +0 -72
- data/test/soap/wsdlDriver/test_document.rb +0 -72
- data/test/soap/wsdlDriver/test_simpletype.rb +0 -82
- data/test/testutil.rb +0 -55
- data/test/wsdl/abstract/abstract.wsdl +0 -176
- data/test/wsdl/abstract/test_abstract.rb +0 -160
- data/test/wsdl/anonymous/expectedClassDef.rb +0 -129
- data/test/wsdl/anonymous/expectedDriver.rb +0 -60
- data/test/wsdl/anonymous/expectedMappingRegistry.rb +0 -177
- data/test/wsdl/anonymous/lp.wsdl +0 -147
- data/test/wsdl/anonymous/test_anonymous.rb +0 -131
- data/test/wsdl/any/any.wsdl +0 -114
- data/test/wsdl/any/expectedDriver.rb +0 -69
- data/test/wsdl/any/expectedEcho.rb +0 -58
- data/test/wsdl/any/expectedMappingRegistry.rb +0 -64
- data/test/wsdl/any/expectedService.rb +0 -70
- data/test/wsdl/any/test_any.rb +0 -194
- data/test/wsdl/axisArray/axisArray.wsdl +0 -87
- data/test/wsdl/axisArray/test_axisarray.rb +0 -125
- data/test/wsdl/choice/choice.wsdl +0 -167
- data/test/wsdl/choice/test_choice.rb +0 -311
- data/test/wsdl/complexcontent/complexContent.wsdl +0 -83
- data/test/wsdl/complexcontent/test_echo.rb +0 -91
- data/test/wsdl/datetime/DatetimeService.rb +0 -45
- data/test/wsdl/datetime/datetime.rb +0 -0
- data/test/wsdl/datetime/datetime.wsdl +0 -45
- data/test/wsdl/datetime/datetimeServant.rb +0 -23
- data/test/wsdl/datetime/test_datetime.rb +0 -88
- data/test/wsdl/document/array/double.wsdl +0 -161
- data/test/wsdl/document/array/test_array.rb +0 -202
- data/test/wsdl/document/document.wsdl +0 -76
- data/test/wsdl/document/number.wsdl +0 -54
- data/test/wsdl/document/ping_nosoapaction.wsdl +0 -66
- data/test/wsdl/document/test_nosoapaction.rb +0 -103
- data/test/wsdl/document/test_number.rb +0 -93
- data/test/wsdl/document/test_rpc.rb +0 -356
- data/test/wsdl/emptycomplextype.wsdl +0 -31
- data/test/wsdl/fault/fault.wsdl +0 -79
- data/test/wsdl/fault/multifault.wsdl +0 -96
- data/test/wsdl/fault/test_fault.rb +0 -120
- data/test/wsdl/fault/test_multifault.rb +0 -135
- data/test/wsdl/group/expectedClassdef.rb +0 -59
- data/test/wsdl/group/expectedDriver.rb +0 -52
- data/test/wsdl/group/expectedMappingRegistry.rb +0 -68
- data/test/wsdl/group/group.wsdl +0 -88
- data/test/wsdl/group/test_rpc.rb +0 -146
- data/test/wsdl/list/list.wsdl +0 -93
- data/test/wsdl/list/test_list.rb +0 -125
- data/test/wsdl/map/map.wsdl +0 -92
- data/test/wsdl/map/map.xml +0 -43
- data/test/wsdl/map/test_map.rb +0 -100
- data/test/wsdl/marshal/person.wsdl +0 -21
- data/test/wsdl/marshal/person_org.rb +0 -24
- data/test/wsdl/marshal/test_wsdlmarshal.rb +0 -76
- data/test/wsdl/multiplefault.wsdl +0 -75
- data/test/wsdl/oneway/oneway.wsdl +0 -36
- data/test/wsdl/oneway/test_oneway.rb +0 -109
- data/test/wsdl/overload/expectedClient.rb +0 -38
- data/test/wsdl/overload/expectedDriver.rb +0 -62
- data/test/wsdl/overload/expectedServant.rb +0 -36
- data/test/wsdl/overload/overload.wsdl +0 -70
- data/test/wsdl/overload/test_overload.rb +0 -132
- data/test/wsdl/qualified/lp.wsdl +0 -47
- data/test/wsdl/qualified/lp.xsd +0 -26
- data/test/wsdl/qualified/np.wsdl +0 -51
- data/test/wsdl/qualified/test_qualified.rb +0 -138
- data/test/wsdl/qualified/test_unqualified.rb +0 -139
- data/test/wsdl/raa/RAAService.rb +0 -126
- data/test/wsdl/raa/README.txt +0 -8
- data/test/wsdl/raa/expectedClassDef.rb +0 -101
- data/test/wsdl/raa/expectedDriver.rb +0 -97
- data/test/wsdl/raa/expectedMappingRegistry.rb +0 -122
- data/test/wsdl/raa/raa.wsdl +0 -264
- data/test/wsdl/raa/test_raa.rb +0 -127
- data/test/wsdl/ref/expectedDriver.rb +0 -52
- data/test/wsdl/ref/expectedProduct.rb +0 -244
- data/test/wsdl/ref/product.wsdl +0 -147
- data/test/wsdl/ref/test_ref.rb +0 -269
- data/test/wsdl/rpc/RPC-Literal-TestDefinitions.rb +0 -91
- data/test/wsdl/rpc/RPC-Literal-TestDefinitionsDriver.rb +0 -148
- data/test/wsdl/rpc/RPC-Literal-TestDefinitionsMappingRegistry.rb +0 -169
- data/test/wsdl/rpc/rpc.wsdl +0 -109
- data/test/wsdl/rpc/test-rpc-lit.wsdl +0 -371
- data/test/wsdl/rpc/test_rpc.rb +0 -177
- data/test/wsdl/rpc/test_rpc_lit.rb +0 -471
- data/test/wsdl/simplecontent/simplecontent.wsdl +0 -84
- data/test/wsdl/simplecontent/test_simplecontent.rb +0 -103
- data/test/wsdl/simpletype/rpc/expectedClient.rb +0 -35
- data/test/wsdl/simpletype/rpc/expectedDriver.rb +0 -59
- data/test/wsdl/simpletype/rpc/expectedEchoVersion.rb +0 -37
- data/test/wsdl/simpletype/rpc/expectedMappingRegistry.rb +0 -58
- data/test/wsdl/simpletype/rpc/expectedServant.rb +0 -33
- data/test/wsdl/simpletype/rpc/expectedService.rb +0 -56
- data/test/wsdl/simpletype/rpc/rpc.wsdl +0 -98
- data/test/wsdl/simpletype/rpc/test_rpc.rb +0 -53
- data/test/wsdl/simpletype/simpletype.wsdl +0 -114
- data/test/wsdl/simpletype/test_simpletype.rb +0 -93
- data/test/wsdl/soap/soapbodyparts.wsdl +0 -103
- data/test/wsdl/soap/test_soapbodyparts.rb +0 -80
- data/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb +0 -22
- data/test/wsdl/soap/wsdl2ruby/expectedClient.rb +0 -35
- data/test/wsdl/soap/wsdl2ruby/expectedDriver.rb +0 -59
- data/test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb +0 -37
- data/test/wsdl/soap/wsdl2ruby/expectedServant.rb +0 -33
- data/test/wsdl/soap/wsdl2ruby/expectedService.cgi +0 -49
- data/test/wsdl/soap/wsdl2ruby/expectedService.rb +0 -56
- data/test/wsdl/soap/wsdl2ruby/rpc.wsdl +0 -80
- data/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb +0 -38
- data/test/wsdl/soap/wsdl2ruby/section/section.xsd +0 -31
- data/test/wsdl/soap/wsdl2ruby/section/test_section.rb +0 -54
- data/test/wsdl/soap/wsdl2ruby/soapenc/soapenc.wsdl +0 -64
- data/test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb +0 -84
- data/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb +0 -103
- data/test/wsdl/soaptype/soaptype.wsdl +0 -61
- data/test/wsdl/soaptype/test_soaptype.rb +0 -179
- data/test/wsdl/test_emptycomplextype.rb +0 -22
- data/test/wsdl/test_fault.rb +0 -51
- data/test/wsdl/test_multiplefault.rb +0 -42
- data/test/xsd/codegen/test_classdef.rb +0 -245
- data/test/xsd/noencoding.xml +0 -4
- data/test/xsd/test_noencoding.rb +0 -33
- data/test/xsd/test_ns.rb +0 -42
- data/test/xsd/test_xmlschemaparser.rb +0 -23
- data/test/xsd/test_xsd.rb +0 -1639
- data/test/xsd/xmllang.xml +0 -43
- data/test/xsd/xmlschema.xml +0 -12
- data/test/xsd/xsd2ruby/expected_mysample.rb +0 -66
- data/test/xsd/xsd2ruby/expected_mysample_mapper.rb +0 -12
- data/test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb +0 -52
- data/test/xsd/xsd2ruby/section.xsd +0 -49
- data/test/xsd/xsd2ruby/test_xsd2ruby.rb +0 -91
@@ -0,0 +1,97 @@
|
|
1
|
+
# encoding: UTF-8
|
2
|
+
# XSD4R - OXParser XML parser library.
|
3
|
+
# Copyright (C) 2015 Laurence A. Lee <rubyjedi@gmail.com>.
|
4
|
+
|
5
|
+
# This program is copyrighted free software by Laurence A. Lee. You can
|
6
|
+
# redistribute it and/or modify it under the same terms of Ruby's license;
|
7
|
+
# either the dual license version in 2003, or any later version.
|
8
|
+
|
9
|
+
require 'ox'
|
10
|
+
|
11
|
+
module XSD
|
12
|
+
module XMLParser
|
13
|
+
|
14
|
+
class OxParser < XSD::XMLParser::Parser
|
15
|
+
def do_parse(string_or_readable)
|
16
|
+
$stderr.puts "XSD::XMLParser::OxParser.do_parse" if $DEBUG
|
17
|
+
begin
|
18
|
+
require 'htmlentities' # Used to unescape html-escaped chars, if available
|
19
|
+
@decoder = ::HTMLEntities.new(:expanded)
|
20
|
+
rescue LoadError
|
21
|
+
@decoder = nil
|
22
|
+
end
|
23
|
+
handler = OxDocHandler.new(self, @decoder)
|
24
|
+
|
25
|
+
string = string_or_readable.respond_to?(:read) ? string_or_readable.read : StringIO.new(string_or_readable)
|
26
|
+
if @decoder.nil?
|
27
|
+
# Use the built-in conversion with Ox.
|
28
|
+
::Ox.sax_parse(handler, string, {:symbolize=> false, :convert_special=> true, :skip=> :skip_return} )
|
29
|
+
else
|
30
|
+
# Use HTMLEntities Decoder. Leave the special-character conversion alone and let HTMLEntities decode it for us.
|
31
|
+
::Ox.sax_parse(handler, string, {})
|
32
|
+
end
|
33
|
+
end
|
34
|
+
|
35
|
+
public :start_element
|
36
|
+
public :end_element
|
37
|
+
public :characters
|
38
|
+
public :xmldecl_encoding=
|
39
|
+
|
40
|
+
add_factory(self)
|
41
|
+
end
|
42
|
+
|
43
|
+
class OxDocHandler
|
44
|
+
|
45
|
+
def initialize(owner, decoder)
|
46
|
+
@owner = owner
|
47
|
+
@decoder = decoder
|
48
|
+
reset_for_next_element
|
49
|
+
end
|
50
|
+
|
51
|
+
def attr(key, val)
|
52
|
+
@attr_hash[key.to_s]=val
|
53
|
+
end
|
54
|
+
|
55
|
+
def attrs_done
|
56
|
+
unless @element_name.nil?
|
57
|
+
@owner.start_element(@element_name, @attr_hash)
|
58
|
+
reset_for_next_element
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
def start_element(name)
|
63
|
+
@element_name = name.to_s
|
64
|
+
end
|
65
|
+
|
66
|
+
def end_element(name)
|
67
|
+
name = name.to_s
|
68
|
+
@owner.end_element(name) unless @element_name.nil?
|
69
|
+
end
|
70
|
+
|
71
|
+
def text(t)
|
72
|
+
@decoder.nil? ? @owner.characters(t) : @owner.characters(@decoder.decode(t))
|
73
|
+
end
|
74
|
+
|
75
|
+
alias_method :cdata, :text
|
76
|
+
|
77
|
+
|
78
|
+
def instruct(n)
|
79
|
+
# Set @element_name to nil so DocHandler does nothing with attrs or element name. This is the outer "XML" tag.
|
80
|
+
@element_name = nil
|
81
|
+
end
|
82
|
+
|
83
|
+
def end_instruct(n)
|
84
|
+
@owner.xmldecl_encoding= @attr_hash['encoding']
|
85
|
+
reset_for_next_element
|
86
|
+
end
|
87
|
+
|
88
|
+
private
|
89
|
+
|
90
|
+
def reset_for_next_element
|
91
|
+
@attr_hash = {}
|
92
|
+
@element_name = ""
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
end
|
97
|
+
end
|
data/lib/xsd/xmlparser/parser.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# encoding:
|
1
|
+
# encoding: UTF-8
|
2
2
|
# XSD4R - XML Instance parser library.
|
3
3
|
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
|
4
4
|
|
@@ -11,7 +11,6 @@ require 'xsd/qname'
|
|
11
11
|
require 'xsd/ns'
|
12
12
|
require 'xsd/charset'
|
13
13
|
|
14
|
-
|
15
14
|
module XSD
|
16
15
|
module XMLParser
|
17
16
|
|
@@ -89,6 +88,7 @@ private
|
|
89
88
|
def xmldecl_encoding=(charset)
|
90
89
|
if @charset.nil?
|
91
90
|
@charset = charset
|
91
|
+
p "encoding definition: #{ charset } is configured." if $DEBUG
|
92
92
|
else
|
93
93
|
# Definition in a stream (like HTTP) has a priority.
|
94
94
|
p "encoding definition: #{ charset } is ignored." if $DEBUG
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# encoding:
|
1
|
+
# encoding: UTF-8
|
2
2
|
# XSD4R - REXMLParser XML parser library.
|
3
3
|
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
|
4
4
|
|
@@ -7,7 +7,6 @@
|
|
7
7
|
# either the dual license version in 2003, or any later version.
|
8
8
|
|
9
9
|
|
10
|
-
require 'xsd/xmlparser'
|
11
10
|
require 'rexml/streamlistener'
|
12
11
|
require 'rexml/document'
|
13
12
|
|
@@ -20,12 +19,8 @@ class REXMLParser < XSD::XMLParser::Parser
|
|
20
19
|
include REXML::StreamListener
|
21
20
|
|
22
21
|
def do_parse(string_or_readable)
|
23
|
-
|
24
|
-
|
25
|
-
source.encoding = charset if charset
|
26
|
-
# Listener passes a String in utf-8.
|
27
|
-
@charset = 'utf-8'
|
28
|
-
REXML::Document.parse_stream(source, self)
|
22
|
+
$stderr.puts "XSD::XMLParser::REXMLParser.do_parse" if $DEBUG
|
23
|
+
REXML::Document.parse_stream(string_or_readable, self)
|
29
24
|
end
|
30
25
|
|
31
26
|
def epilogue
|
@@ -48,7 +43,7 @@ class REXMLParser < XSD::XMLParser::Parser
|
|
48
43
|
end
|
49
44
|
|
50
45
|
def xmldecl(version, encoding, standalone)
|
51
|
-
|
46
|
+
send :xmldecl_encoding=, encoding
|
52
47
|
end
|
53
48
|
|
54
49
|
add_factory(self)
|
metadata
CHANGED
@@ -1,509 +1,237 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyjedi-soap4r
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
segments:
|
6
|
-
- 1
|
7
|
-
- 5
|
8
|
-
- 8
|
9
|
-
- 20100619003610
|
10
|
-
version: 1.5.8.20100619003610
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.0.2.1
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
6
|
+
authors:
|
13
7
|
- Laurence A. Lee, Hiroshi NAKAMURA
|
14
8
|
autorequire:
|
15
9
|
bindir: bin
|
16
10
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
dependencies:
|
21
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2015-06-29 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
22
14
|
name: httpclient
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '2.6'
|
20
|
+
type: :runtime
|
23
21
|
prerelease: false
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '2.6'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: logger-application
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 0.0.2
|
35
34
|
type: :runtime
|
36
|
-
|
37
|
-
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 0.0.2
|
41
|
+
description: soap4r-ng (Formerly Rubyjedi-Soap4R) - Soap4R NextGen (as maintained
|
42
|
+
by RubyJedi) for Ruby 1.8 thru 2.1 and beyond
|
38
43
|
email: rubyjedi@gmail.com, nahi@ruby-lang.org
|
39
|
-
executables:
|
44
|
+
executables:
|
40
45
|
- wsdl2ruby.rb
|
41
46
|
- xsd2ruby.rb
|
42
47
|
extensions: []
|
43
|
-
|
44
48
|
extra_rdoc_files: []
|
45
|
-
|
46
|
-
files:
|
47
|
-
- bin/xsd2ruby.rb
|
49
|
+
files:
|
48
50
|
- bin/wsdl2ruby.rb
|
51
|
+
- bin/xsd2ruby.rb
|
52
|
+
- lib/soap/attachment.rb
|
53
|
+
- lib/soap/attrproxy.rb
|
54
|
+
- lib/soap/baseData.rb
|
55
|
+
- lib/soap/element.rb
|
56
|
+
- lib/soap/encodingstyle/aspDotNetHandler.rb
|
57
|
+
- lib/soap/encodingstyle/handler.rb
|
58
|
+
- lib/soap/encodingstyle/literalHandler.rb
|
59
|
+
- lib/soap/encodingstyle/soapHandler.rb
|
60
|
+
- lib/soap/filter.rb
|
61
|
+
- lib/soap/filter/filterchain.rb
|
62
|
+
- lib/soap/filter/handler.rb
|
63
|
+
- lib/soap/filter/streamhandler.rb
|
64
|
+
- lib/soap/generator.rb
|
65
|
+
- lib/soap/header/handler.rb
|
66
|
+
- lib/soap/header/handlerset.rb
|
67
|
+
- lib/soap/header/mappinghandler.rb
|
68
|
+
- lib/soap/header/simplehandler.rb
|
69
|
+
- lib/soap/httpconfigloader.rb
|
70
|
+
- lib/soap/mapping.rb
|
71
|
+
- lib/soap/mapping/encodedregistry.rb
|
72
|
+
- lib/soap/mapping/factory.rb
|
73
|
+
- lib/soap/mapping/literalregistry.rb
|
74
|
+
- lib/soap/mapping/mapping.rb
|
75
|
+
- lib/soap/mapping/registry.rb
|
76
|
+
- lib/soap/mapping/rubytypeFactory.rb
|
77
|
+
- lib/soap/mapping/schemadefinition.rb
|
78
|
+
- lib/soap/mapping/typeMap.rb
|
79
|
+
- lib/soap/mapping/wsdlencodedregistry.rb
|
80
|
+
- lib/soap/mapping/wsdlliteralregistry.rb
|
81
|
+
- lib/soap/marshal.rb
|
82
|
+
- lib/soap/mimemessage.rb
|
83
|
+
- lib/soap/nestedexception.rb
|
84
|
+
- lib/soap/netHttpClient.rb
|
85
|
+
- lib/soap/ns.rb
|
86
|
+
- lib/soap/parser.rb
|
87
|
+
- lib/soap/processor.rb
|
88
|
+
- lib/soap/property.rb
|
89
|
+
- lib/soap/proxy.rb
|
90
|
+
- lib/soap/rpc/cgistub.rb
|
91
|
+
- lib/soap/rpc/driver.rb
|
92
|
+
- lib/soap/rpc/element.rb
|
93
|
+
- lib/soap/rpc/httpserver.rb
|
94
|
+
- lib/soap/rpc/methodDef.rb
|
95
|
+
- lib/soap/rpc/proxy.rb
|
96
|
+
- lib/soap/rpc/router.rb
|
97
|
+
- lib/soap/rpc/rpc.rb
|
98
|
+
- lib/soap/rpc/soaplet.rb
|
99
|
+
- lib/soap/rpc/standaloneServer.rb
|
100
|
+
- lib/soap/soap.rb
|
101
|
+
- lib/soap/streamHandler.rb
|
102
|
+
- lib/soap/version.rb
|
103
|
+
- lib/soap/wsdlDriver.rb
|
104
|
+
- lib/wsdl/binding.rb
|
105
|
+
- lib/wsdl/data.rb
|
106
|
+
- lib/wsdl/definitions.rb
|
49
107
|
- lib/wsdl/documentation.rb
|
108
|
+
- lib/wsdl/import.rb
|
109
|
+
- lib/wsdl/importer.rb
|
50
110
|
- lib/wsdl/info.rb
|
51
111
|
- lib/wsdl/message.rb
|
52
|
-
- lib/wsdl/
|
112
|
+
- lib/wsdl/operation.rb
|
53
113
|
- lib/wsdl/operationBinding.rb
|
114
|
+
- lib/wsdl/param.rb
|
115
|
+
- lib/wsdl/parser.rb
|
116
|
+
- lib/wsdl/part.rb
|
54
117
|
- lib/wsdl/port.rb
|
55
|
-
- lib/wsdl/
|
118
|
+
- lib/wsdl/portType.rb
|
119
|
+
- lib/wsdl/service.rb
|
120
|
+
- lib/wsdl/soap/address.rb
|
121
|
+
- lib/wsdl/soap/binding.rb
|
122
|
+
- lib/wsdl/soap/body.rb
|
123
|
+
- lib/wsdl/soap/cgiStubCreator.rb
|
124
|
+
- lib/wsdl/soap/classDefCreator.rb
|
125
|
+
- lib/wsdl/soap/classDefCreatorSupport.rb
|
126
|
+
- lib/wsdl/soap/classNameCreator.rb
|
127
|
+
- lib/wsdl/soap/clientSkeltonCreator.rb
|
128
|
+
- lib/wsdl/soap/complexType.rb
|
129
|
+
- lib/wsdl/soap/data.rb
|
130
|
+
- lib/wsdl/soap/definitions.rb
|
131
|
+
- lib/wsdl/soap/driverCreator.rb
|
132
|
+
- lib/wsdl/soap/element.rb
|
133
|
+
- lib/wsdl/soap/encodedMappingRegistryCreator.rb
|
134
|
+
- lib/wsdl/soap/fault.rb
|
135
|
+
- lib/wsdl/soap/header.rb
|
136
|
+
- lib/wsdl/soap/headerfault.rb
|
137
|
+
- lib/wsdl/soap/literalMappingRegistryCreator.rb
|
138
|
+
- lib/wsdl/soap/mappingRegistryCreator.rb
|
139
|
+
- lib/wsdl/soap/mappingRegistryCreatorSupport.rb
|
140
|
+
- lib/wsdl/soap/methodDefCreator.rb
|
141
|
+
- lib/wsdl/soap/operation.rb
|
142
|
+
- lib/wsdl/soap/servantSkeltonCreator.rb
|
143
|
+
- lib/wsdl/soap/servletStubCreator.rb
|
144
|
+
- lib/wsdl/soap/standaloneServerStubCreator.rb
|
145
|
+
- lib/wsdl/soap/wsdl2ruby.rb
|
146
|
+
- lib/wsdl/types.rb
|
147
|
+
- lib/wsdl/wsdl.rb
|
148
|
+
- lib/wsdl/xmlSchema/all.rb
|
149
|
+
- lib/wsdl/xmlSchema/annotation.rb
|
150
|
+
- lib/wsdl/xmlSchema/any.rb
|
151
|
+
- lib/wsdl/xmlSchema/anyAttribute.rb
|
152
|
+
- lib/wsdl/xmlSchema/attribute.rb
|
153
|
+
- lib/wsdl/xmlSchema/attributeGroup.rb
|
56
154
|
- lib/wsdl/xmlSchema/choice.rb
|
57
|
-
- lib/wsdl/xmlSchema/
|
58
|
-
- lib/wsdl/xmlSchema/whitespace.rb
|
59
|
-
- lib/wsdl/xmlSchema/complexRestriction.rb
|
60
|
-
- lib/wsdl/xmlSchema/import.rb
|
155
|
+
- lib/wsdl/xmlSchema/complexContent.rb
|
61
156
|
- lib/wsdl/xmlSchema/complexExtension.rb
|
157
|
+
- lib/wsdl/xmlSchema/complexRestriction.rb
|
158
|
+
- lib/wsdl/xmlSchema/complexType.rb
|
159
|
+
- lib/wsdl/xmlSchema/content.rb
|
160
|
+
- lib/wsdl/xmlSchema/data.rb
|
161
|
+
- lib/wsdl/xmlSchema/element.rb
|
162
|
+
- lib/wsdl/xmlSchema/enumeration.rb
|
62
163
|
- lib/wsdl/xmlSchema/fractiondigits.rb
|
63
164
|
- lib/wsdl/xmlSchema/group.rb
|
64
|
-
- lib/wsdl/xmlSchema/
|
65
|
-
- lib/wsdl/xmlSchema/
|
66
|
-
- lib/wsdl/xmlSchema/
|
67
|
-
- lib/wsdl/xmlSchema/
|
165
|
+
- lib/wsdl/xmlSchema/import.rb
|
166
|
+
- lib/wsdl/xmlSchema/importHandler.rb
|
167
|
+
- lib/wsdl/xmlSchema/importer.rb
|
168
|
+
- lib/wsdl/xmlSchema/include.rb
|
169
|
+
- lib/wsdl/xmlSchema/length.rb
|
170
|
+
- lib/wsdl/xmlSchema/list.rb
|
171
|
+
- lib/wsdl/xmlSchema/maxexclusive.rb
|
68
172
|
- lib/wsdl/xmlSchema/maxinclusive.rb
|
69
|
-
- lib/wsdl/xmlSchema/sequence.rb
|
70
|
-
- lib/wsdl/xmlSchema/xsd2ruby.rb
|
71
173
|
- lib/wsdl/xmlSchema/maxlength.rb
|
72
174
|
- lib/wsdl/xmlSchema/minexclusive.rb
|
73
|
-
- lib/wsdl/xmlSchema/complexContent.rb
|
74
|
-
- lib/wsdl/xmlSchema/parser.rb
|
75
|
-
- lib/wsdl/xmlSchema/maxexclusive.rb
|
76
|
-
- lib/wsdl/xmlSchema/union.rb
|
77
|
-
- lib/wsdl/xmlSchema/attributeGroup.rb
|
78
|
-
- lib/wsdl/xmlSchema/list.rb
|
79
|
-
- lib/wsdl/xmlSchema/importer.rb
|
80
|
-
- lib/wsdl/xmlSchema/include.rb
|
81
|
-
- lib/wsdl/xmlSchema/minlength.rb
|
82
|
-
- lib/wsdl/xmlSchema/any.rb
|
83
|
-
- lib/wsdl/xmlSchema/anyAttribute.rb
|
84
|
-
- lib/wsdl/xmlSchema/content.rb
|
85
|
-
- lib/wsdl/xmlSchema/simpleType.rb
|
86
|
-
- lib/wsdl/xmlSchema/importHandler.rb
|
87
175
|
- lib/wsdl/xmlSchema/mininclusive.rb
|
88
|
-
- lib/wsdl/xmlSchema/
|
89
|
-
- lib/wsdl/xmlSchema/
|
90
|
-
- lib/wsdl/xmlSchema/annotation.rb
|
91
|
-
- lib/wsdl/xmlSchema/schema.rb
|
92
|
-
- lib/wsdl/xmlSchema/unique.rb
|
176
|
+
- lib/wsdl/xmlSchema/minlength.rb
|
177
|
+
- lib/wsdl/xmlSchema/parser.rb
|
93
178
|
- lib/wsdl/xmlSchema/pattern.rb
|
179
|
+
- lib/wsdl/xmlSchema/ref.rb
|
180
|
+
- lib/wsdl/xmlSchema/schema.rb
|
181
|
+
- lib/wsdl/xmlSchema/sequence.rb
|
182
|
+
- lib/wsdl/xmlSchema/simpleContent.rb
|
94
183
|
- lib/wsdl/xmlSchema/simpleExtension.rb
|
95
|
-
- lib/wsdl/xmlSchema/
|
96
|
-
- lib/wsdl/xmlSchema/
|
97
|
-
- lib/wsdl/xmlSchema/
|
98
|
-
- lib/wsdl/xmlSchema/
|
99
|
-
- lib/wsdl/
|
100
|
-
- lib/wsdl/
|
101
|
-
- lib/wsdl/
|
102
|
-
- lib/wsdl/soap/header.rb
|
103
|
-
- lib/wsdl/soap/body.rb
|
104
|
-
- lib/wsdl/soap/headerfault.rb
|
105
|
-
- lib/wsdl/soap/classDefCreatorSupport.rb
|
106
|
-
- lib/wsdl/soap/servantSkeltonCreator.rb
|
107
|
-
- lib/wsdl/soap/encodedMappingRegistryCreator.rb
|
108
|
-
- lib/wsdl/soap/clientSkeltonCreator.rb
|
109
|
-
- lib/wsdl/soap/mappingRegistryCreatorSupport.rb
|
110
|
-
- lib/wsdl/soap/complexType.rb
|
111
|
-
- lib/wsdl/soap/operation.rb
|
112
|
-
- lib/wsdl/soap/servletStubCreator.rb
|
113
|
-
- lib/wsdl/soap/binding.rb
|
114
|
-
- lib/wsdl/soap/address.rb
|
115
|
-
- lib/wsdl/soap/wsdl2ruby.rb
|
116
|
-
- lib/wsdl/soap/driverCreator.rb
|
117
|
-
- lib/wsdl/soap/literalMappingRegistryCreator.rb
|
118
|
-
- lib/wsdl/soap/standaloneServerStubCreator.rb
|
119
|
-
- lib/wsdl/soap/classNameCreator.rb
|
120
|
-
- lib/wsdl/soap/cgiStubCreator.rb
|
121
|
-
- lib/wsdl/soap/methodDefCreator.rb
|
122
|
-
- lib/wsdl/soap/data.rb
|
123
|
-
- lib/wsdl/soap/classDefCreator.rb
|
124
|
-
- lib/wsdl/soap/fault.rb
|
125
|
-
- lib/wsdl/soap/mappingRegistryCreator.rb
|
126
|
-
- lib/wsdl/soap/element.rb
|
127
|
-
- lib/wsdl/soap/definitions.rb
|
128
|
-
- lib/wsdl/part.rb
|
129
|
-
- lib/wsdl/types.rb
|
130
|
-
- lib/wsdl/service.rb
|
131
|
-
- lib/wsdl/importer.rb
|
132
|
-
- lib/wsdl/param.rb
|
133
|
-
- lib/wsdl/data.rb
|
134
|
-
- lib/wsdl/portType.rb
|
135
|
-
- lib/wsdl/definitions.rb
|
136
|
-
- lib/xsd/codegen.rb
|
137
|
-
- lib/xsd/iconvcharset.rb
|
138
|
-
- lib/xsd/datatypes1999.rb
|
184
|
+
- lib/wsdl/xmlSchema/simpleRestriction.rb
|
185
|
+
- lib/wsdl/xmlSchema/simpleType.rb
|
186
|
+
- lib/wsdl/xmlSchema/totaldigits.rb
|
187
|
+
- lib/wsdl/xmlSchema/union.rb
|
188
|
+
- lib/wsdl/xmlSchema/unique.rb
|
189
|
+
- lib/wsdl/xmlSchema/whitespace.rb
|
190
|
+
- lib/wsdl/xmlSchema/xsd2ruby.rb
|
139
191
|
- lib/xsd/charset.rb
|
140
|
-
- lib/xsd/
|
141
|
-
- lib/xsd/datatypes.rb
|
192
|
+
- lib/xsd/codegen.rb
|
142
193
|
- lib/xsd/codegen/classdef.rb
|
143
|
-
- lib/xsd/codegen/methoddef.rb
|
144
194
|
- lib/xsd/codegen/commentdef.rb
|
145
195
|
- lib/xsd/codegen/gensupport.rb
|
196
|
+
- lib/xsd/codegen/methoddef.rb
|
146
197
|
- lib/xsd/codegen/moduledef.rb
|
147
|
-
- lib/xsd/
|
148
|
-
- lib/xsd/
|
149
|
-
- lib/xsd/
|
150
|
-
- lib/xsd/xmlparser/parser.rb
|
151
|
-
- lib/xsd/xmlparser/xmlscanner.rb
|
152
|
-
- lib/xsd/xmlparser/xmlparser.rb
|
198
|
+
- lib/xsd/datatypes.rb
|
199
|
+
- lib/xsd/datatypes1999.rb
|
200
|
+
- lib/xsd/iconvcharset.rb
|
153
201
|
- lib/xsd/mapping.rb
|
202
|
+
- lib/xsd/namedelements.rb
|
203
|
+
- lib/xsd/ns.rb
|
154
204
|
- lib/xsd/qname.rb
|
155
205
|
- lib/xsd/xmlparser.rb
|
156
|
-
- lib/
|
157
|
-
- lib/
|
158
|
-
- lib/
|
159
|
-
- lib/
|
160
|
-
- lib/
|
161
|
-
- lib/
|
162
|
-
|
163
|
-
|
164
|
-
-
|
165
|
-
|
166
|
-
- lib/soap/encodingstyle/soapHandler.rb
|
167
|
-
- lib/soap/mapping/schemadefinition.rb
|
168
|
-
- lib/soap/mapping/encodedregistry.rb
|
169
|
-
- lib/soap/mapping/wsdlliteralregistry.rb
|
170
|
-
- lib/soap/mapping/rubytypeFactory.rb
|
171
|
-
- lib/soap/mapping/registry.rb
|
172
|
-
- lib/soap/mapping/literalregistry.rb
|
173
|
-
- lib/soap/mapping/wsdlencodedregistry.rb
|
174
|
-
- lib/soap/mapping/typeMap.rb
|
175
|
-
- lib/soap/mapping/factory.rb
|
176
|
-
- lib/soap/mapping/mapping.rb
|
177
|
-
- lib/soap/filter/handler.rb
|
178
|
-
- lib/soap/filter/streamhandler.rb
|
179
|
-
- lib/soap/filter/filterchain.rb
|
180
|
-
- lib/soap/netHttpClient.rb
|
181
|
-
- lib/soap/wsdlDriver.rb
|
182
|
-
- lib/soap/header/handler.rb
|
183
|
-
- lib/soap/header/handlerset.rb
|
184
|
-
- lib/soap/header/mappinghandler.rb
|
185
|
-
- lib/soap/header/simplehandler.rb
|
186
|
-
- lib/soap/parser.rb
|
187
|
-
- lib/soap/generator.rb
|
188
|
-
- lib/soap/ns.rb
|
189
|
-
- lib/soap/nestedexception.rb
|
190
|
-
- lib/soap/filter.rb
|
191
|
-
- lib/soap/soap.rb
|
192
|
-
- lib/soap/processor.rb
|
193
|
-
- lib/soap/property.rb
|
194
|
-
- lib/soap/mapping.rb
|
195
|
-
- lib/soap/baseData.rb
|
196
|
-
- lib/soap/attachment.rb
|
197
|
-
- lib/soap/rpc/cgistub.rb
|
198
|
-
- lib/soap/rpc/proxy.rb
|
199
|
-
- lib/soap/rpc/methodDef.rb
|
200
|
-
- lib/soap/rpc/standaloneServer.rb
|
201
|
-
- lib/soap/rpc/driver.rb
|
202
|
-
- lib/soap/rpc/router.rb
|
203
|
-
- lib/soap/rpc/httpserver.rb
|
204
|
-
- lib/soap/rpc/rpc.rb
|
205
|
-
- lib/soap/rpc/soaplet.rb
|
206
|
-
- lib/soap/rpc/element.rb
|
207
|
-
- lib/soap/element.rb
|
208
|
-
- test/sm11/client.rb
|
209
|
-
- test/sm11/classDef.rb
|
210
|
-
- test/sm11/server.rb
|
211
|
-
- test/sm11/driver.rb
|
212
|
-
- test/sm11/servant.rb
|
213
|
-
- test/interopR2/test.sh
|
214
|
-
- test/interopR2/clientHP.rb
|
215
|
-
- test/interopR2/rwikiInteropService.rb
|
216
|
-
- test/interopR2/clientNuWave.rb
|
217
|
-
- test/interopR2/clientXSOAP.rb
|
218
|
-
- test/interopR2/SOAPBuildersInterop_R2GrB.wsdl
|
219
|
-
- test/interopR2/client4S4C.rb
|
220
|
-
- test/interopR2/interopService.rb
|
221
|
-
- test/interopR2/clientSOAP4R.rb
|
222
|
-
- test/interopR2/server.cgi
|
223
|
-
- test/interopR2/SOAPBuildersInterop_R2.wsdl
|
224
|
-
- test/interopR2/clientJAX-RPC.rb
|
225
|
-
- test/interopR2/clientWASP.rb
|
226
|
-
- test/interopR2/clientSpray2001.rb
|
227
|
-
- test/interopR2/clientDelphi.rb
|
228
|
-
- test/interopR2/clientVWOpentalkSoap.rb
|
229
|
-
- test/interopR2/clientCapeConnect.rb
|
230
|
-
- test/interopR2/clientMSSOAPToolkit3.0.rb
|
231
|
-
- test/interopR2/clientApacheAxis.rb
|
232
|
-
- test/interopR2/clientXMLBus.rb
|
233
|
-
- test/interopR2/clientASP.NET.rb
|
234
|
-
- test/interopR2/base.rb
|
235
|
-
- test/interopR2/clientMSSOAPToolkit2.0.rb
|
236
|
-
- test/interopR2/clientBEAWebLogic.rb
|
237
|
-
- test/interopR2/clientgSOAP.rb
|
238
|
-
- test/interopR2/clientWhiteMesa.rb
|
239
|
-
- test/interopR2/client.rb
|
240
|
-
- test/interopR2/clientSIMACE.rb
|
241
|
-
- test/interopR2/clientSQLData.rb
|
242
|
-
- test/interopR2/clientSilverStream.rb
|
243
|
-
- test/interopR2/clientGLUE.rb
|
244
|
-
- test/interopR2/clientWebMethods.rb
|
245
|
-
- test/interopR2/client.NetRemoting.rb
|
246
|
-
- test/interopR2/clienteSOAP.rb
|
247
|
-
- test/interopR2/server.rb
|
248
|
-
- test/interopR2/clientXMLRPC-EPI.rb
|
249
|
-
- test/interopR2/clientkSOAP.rb
|
250
|
-
- test/interopR2/clientSOAP__Lite.rb
|
251
|
-
- test/interopR2/iSimonReg.rb
|
252
|
-
- test/interopR2/clientBase.rb
|
253
|
-
- test/interopR2/clientFrontier.rb
|
254
|
-
- test/interopR2/clientEasySoap.rb
|
255
|
-
- test/interopR2/clientOpenLink.rb
|
256
|
-
- test/interopR2/clientWASPC.rb
|
257
|
-
- test/interopR2/clientZSI.rb
|
258
|
-
- test/interopR2/clientKafkaXSLT.rb
|
259
|
-
- test/interopR2/clientPhalanx.rb
|
260
|
-
- test/interopR2/clientNuSOAP.rb
|
261
|
-
- test/interopR2/interopResultBase.rb
|
262
|
-
- test/interopR2/simonReg.rb
|
263
|
-
- test/interopR2/clientJSOAP.rb
|
264
|
-
- test/interopR2/clientPEAR.rb
|
265
|
-
- test/interopR2/clientApacheSOAP.rb
|
266
|
-
- test/interopR2/clientOracle.rb
|
267
|
-
- test/interopR2/clientSun.rb
|
268
|
-
- test/interopR2/clientWingfoot.rb
|
269
|
-
- test/interopR2/client4S4C2.rb
|
270
|
-
- test/interopR2/README.txt
|
271
|
-
- test/wsdl/test_emptycomplextype.rb
|
272
|
-
- test/wsdl/qualified/np.wsdl
|
273
|
-
- test/wsdl/qualified/test_qualified.rb
|
274
|
-
- test/wsdl/qualified/lp.wsdl
|
275
|
-
- test/wsdl/qualified/lp.xsd
|
276
|
-
- test/wsdl/qualified/test_unqualified.rb
|
277
|
-
- test/wsdl/anonymous/expectedDriver.rb
|
278
|
-
- test/wsdl/anonymous/lp.wsdl
|
279
|
-
- test/wsdl/anonymous/expectedMappingRegistry.rb
|
280
|
-
- test/wsdl/anonymous/test_anonymous.rb
|
281
|
-
- test/wsdl/anonymous/expectedClassDef.rb
|
282
|
-
- test/wsdl/axisArray/axisArray.wsdl
|
283
|
-
- test/wsdl/axisArray/test_axisarray.rb
|
284
|
-
- test/wsdl/simplecontent/simplecontent.wsdl
|
285
|
-
- test/wsdl/simplecontent/test_simplecontent.rb
|
286
|
-
- test/wsdl/map/test_map.rb
|
287
|
-
- test/wsdl/map/map.xml
|
288
|
-
- test/wsdl/map/map.wsdl
|
289
|
-
- test/wsdl/datetime/datetime.wsdl
|
290
|
-
- test/wsdl/datetime/datetimeServant.rb
|
291
|
-
- test/wsdl/datetime/DatetimeService.rb
|
292
|
-
- test/wsdl/datetime/test_datetime.rb
|
293
|
-
- test/wsdl/datetime/datetime.rb
|
294
|
-
- test/wsdl/emptycomplextype.wsdl
|
295
|
-
- test/wsdl/raa/RAAService.rb
|
296
|
-
- test/wsdl/raa/expectedDriver.rb
|
297
|
-
- test/wsdl/raa/expectedMappingRegistry.rb
|
298
|
-
- test/wsdl/raa/test_raa.rb
|
299
|
-
- test/wsdl/raa/raa.wsdl
|
300
|
-
- test/wsdl/raa/expectedClassDef.rb
|
301
|
-
- test/wsdl/raa/README.txt
|
302
|
-
- test/wsdl/any/expectedService.rb
|
303
|
-
- test/wsdl/any/expectedDriver.rb
|
304
|
-
- test/wsdl/any/expectedMappingRegistry.rb
|
305
|
-
- test/wsdl/any/expectedEcho.rb
|
306
|
-
- test/wsdl/any/test_any.rb
|
307
|
-
- test/wsdl/any/any.wsdl
|
308
|
-
- test/wsdl/test_multiplefault.rb
|
309
|
-
- test/wsdl/multiplefault.wsdl
|
310
|
-
- test/wsdl/complexcontent/complexContent.wsdl
|
311
|
-
- test/wsdl/complexcontent/test_echo.rb
|
312
|
-
- test/wsdl/oneway/test_oneway.rb
|
313
|
-
- test/wsdl/oneway/oneway.wsdl
|
314
|
-
- test/wsdl/test_fault.rb
|
315
|
-
- test/wsdl/abstract/test_abstract.rb
|
316
|
-
- test/wsdl/abstract/abstract.wsdl
|
317
|
-
- test/wsdl/list/test_list.rb
|
318
|
-
- test/wsdl/list/list.wsdl
|
319
|
-
- test/wsdl/soap/soapbodyparts.wsdl
|
320
|
-
- test/wsdl/soap/wsdl2ruby/expectedService.rb
|
321
|
-
- test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
|
322
|
-
- test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb
|
323
|
-
- test/wsdl/soap/wsdl2ruby/expectedDriver.rb
|
324
|
-
- test/wsdl/soap/wsdl2ruby/expectedService.cgi
|
325
|
-
- test/wsdl/soap/wsdl2ruby/expectedClient.rb
|
326
|
-
- test/wsdl/soap/wsdl2ruby/expectedServant.rb
|
327
|
-
- test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb
|
328
|
-
- test/wsdl/soap/wsdl2ruby/section/test_section.rb
|
329
|
-
- test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb
|
330
|
-
- test/wsdl/soap/wsdl2ruby/section/section.xsd
|
331
|
-
- test/wsdl/soap/wsdl2ruby/rpc.wsdl
|
332
|
-
- test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb
|
333
|
-
- test/wsdl/soap/wsdl2ruby/soapenc/soapenc.wsdl
|
334
|
-
- test/wsdl/soap/test_soapbodyparts.rb
|
335
|
-
- test/wsdl/ref/test_ref.rb
|
336
|
-
- test/wsdl/ref/product.wsdl
|
337
|
-
- test/wsdl/ref/expectedDriver.rb
|
338
|
-
- test/wsdl/ref/expectedProduct.rb
|
339
|
-
- test/wsdl/simpletype/test_simpletype.rb
|
340
|
-
- test/wsdl/simpletype/simpletype.wsdl
|
341
|
-
- test/wsdl/simpletype/rpc/expectedService.rb
|
342
|
-
- test/wsdl/simpletype/rpc/test_rpc.rb
|
343
|
-
- test/wsdl/simpletype/rpc/expectedDriver.rb
|
344
|
-
- test/wsdl/simpletype/rpc/expectedClient.rb
|
345
|
-
- test/wsdl/simpletype/rpc/expectedServant.rb
|
346
|
-
- test/wsdl/simpletype/rpc/expectedMappingRegistry.rb
|
347
|
-
- test/wsdl/simpletype/rpc/rpc.wsdl
|
348
|
-
- test/wsdl/simpletype/rpc/expectedEchoVersion.rb
|
349
|
-
- test/wsdl/fault/fault.wsdl
|
350
|
-
- test/wsdl/fault/test_multifault.rb
|
351
|
-
- test/wsdl/fault/multifault.wsdl
|
352
|
-
- test/wsdl/fault/test_fault.rb
|
353
|
-
- test/wsdl/group/expectedClassdef.rb
|
354
|
-
- test/wsdl/group/group.wsdl
|
355
|
-
- test/wsdl/group/test_rpc.rb
|
356
|
-
- test/wsdl/group/expectedDriver.rb
|
357
|
-
- test/wsdl/group/expectedMappingRegistry.rb
|
358
|
-
- test/wsdl/choice/choice.wsdl
|
359
|
-
- test/wsdl/choice/test_choice.rb
|
360
|
-
- test/wsdl/overload/test_overload.rb
|
361
|
-
- test/wsdl/overload/expectedDriver.rb
|
362
|
-
- test/wsdl/overload/expectedClient.rb
|
363
|
-
- test/wsdl/overload/expectedServant.rb
|
364
|
-
- test/wsdl/overload/overload.wsdl
|
365
|
-
- test/wsdl/document/document.wsdl
|
366
|
-
- test/wsdl/document/array/double.wsdl
|
367
|
-
- test/wsdl/document/array/test_array.rb
|
368
|
-
- test/wsdl/document/ping_nosoapaction.wsdl
|
369
|
-
- test/wsdl/document/test_rpc.rb
|
370
|
-
- test/wsdl/document/test_nosoapaction.rb
|
371
|
-
- test/wsdl/document/number.wsdl
|
372
|
-
- test/wsdl/document/test_number.rb
|
373
|
-
- test/wsdl/marshal/test_wsdlmarshal.rb
|
374
|
-
- test/wsdl/marshal/person.wsdl
|
375
|
-
- test/wsdl/marshal/person_org.rb
|
376
|
-
- test/wsdl/rpc/RPC-Literal-TestDefinitionsMappingRegistry.rb
|
377
|
-
- test/wsdl/rpc/test_rpc.rb
|
378
|
-
- test/wsdl/rpc/test-rpc-lit.wsdl
|
379
|
-
- test/wsdl/rpc/RPC-Literal-TestDefinitionsDriver.rb
|
380
|
-
- test/wsdl/rpc/test_rpc_lit.rb
|
381
|
-
- test/wsdl/rpc/rpc.wsdl
|
382
|
-
- test/wsdl/rpc/RPC-Literal-TestDefinitions.rb
|
383
|
-
- test/wsdl/soaptype/test_soaptype.rb
|
384
|
-
- test/wsdl/soaptype/soaptype.wsdl
|
385
|
-
- test/helper.rb
|
386
|
-
- test/testutil.rb
|
387
|
-
- test/xsd/xmllang.xml
|
388
|
-
- test/xsd/noencoding.xml
|
389
|
-
- test/xsd/test_xsd.rb
|
390
|
-
- test/xsd/codegen/test_classdef.rb
|
391
|
-
- test/xsd/test_ns.rb
|
392
|
-
- test/xsd/xsd2ruby/expected_mysample.rb
|
393
|
-
- test/xsd/xsd2ruby/test_xsd2ruby.rb
|
394
|
-
- test/xsd/xsd2ruby/expected_mysample_mapper.rb
|
395
|
-
- test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb
|
396
|
-
- test/xsd/xsd2ruby/section.xsd
|
397
|
-
- test/xsd/test_xmlschemaparser.rb
|
398
|
-
- test/xsd/test_noencoding.rb
|
399
|
-
- test/xsd/xmlschema.xml
|
400
|
-
- test/runner.rb
|
401
|
-
- test/interopR4/client.rb
|
402
|
-
- test/soap/case/test_mapping.rb
|
403
|
-
- test/soap/test_empty.rb
|
404
|
-
- test/soap/struct/test_struct.rb
|
405
|
-
- test/soap/test_generator.rb
|
406
|
-
- test/soap/asp.net/hello.wsdl
|
407
|
-
- test/soap/asp.net/test_aspdotnet.rb
|
408
|
-
- test/soap/test_property.rb
|
409
|
-
- test/soap/test_basetype.rb
|
410
|
-
- test/soap/test_styleuse.rb
|
411
|
-
- test/soap/ssl/sslsvr.rb
|
412
|
-
- test/soap/ssl/subca.cert
|
413
|
-
- test/soap/ssl/client.key
|
414
|
-
- test/soap/ssl/client.cert
|
415
|
-
- test/soap/ssl/server.cert
|
416
|
-
- test/soap/ssl/test_ssl.rb
|
417
|
-
- test/soap/ssl/README
|
418
|
-
- test/soap/ssl/server.key
|
419
|
-
- test/soap/ssl/ca.cert
|
420
|
-
- test/soap/test_soapelement.rb
|
421
|
-
- test/soap/test_custommap.rb
|
422
|
-
- test/soap/test_custom_ns.rb
|
423
|
-
- test/soap/test_cookie.rb
|
424
|
-
- test/soap/test_no_indent.rb
|
425
|
-
- test/soap/auth/htdigest
|
426
|
-
- test/soap/auth/test_digest.rb
|
427
|
-
- test/soap/auth/test_basic.rb
|
428
|
-
- test/soap/auth/htpasswd
|
429
|
-
- test/soap/calc/server2.rb
|
430
|
-
- test/soap/calc/test_calc.rb
|
431
|
-
- test/soap/calc/server.cgi
|
432
|
-
- test/soap/calc/test_calc_cgi.rb
|
433
|
-
- test/soap/calc/test_calc2.rb
|
434
|
-
- test/soap/calc/server.rb
|
435
|
-
- test/soap/calc/calc.rb
|
436
|
-
- test/soap/calc/calc2.rb
|
437
|
-
- test/soap/filter/test_filter.rb
|
438
|
-
- test/soap/test_mapping.rb
|
439
|
-
- test/soap/helloworld/hw_s.rb
|
440
|
-
- test/soap/helloworld/test_helloworld.rb
|
441
|
-
- test/soap/header/server.cgi
|
442
|
-
- test/soap/header/test_authheader_cgi.rb
|
443
|
-
- test/soap/header/test_simplehandler.rb
|
444
|
-
- test/soap/header/test_authheader.rb
|
445
|
-
- test/soap/test_httpconfigloader.rb
|
446
|
-
- test/soap/wsdlDriver/test_calc.rb
|
447
|
-
- test/soap/wsdlDriver/echo_version.rb
|
448
|
-
- test/soap/wsdlDriver/document.wsdl
|
449
|
-
- test/soap/wsdlDriver/test_simpletype.rb
|
450
|
-
- test/soap/wsdlDriver/test_document.rb
|
451
|
-
- test/soap/wsdlDriver/calc.wsdl
|
452
|
-
- test/soap/wsdlDriver/simpletype.wsdl
|
453
|
-
- test/soap/wsdlDriver/README.txt
|
454
|
-
- test/soap/fault/test_customfault.rb
|
455
|
-
- test/soap/fault/test_fault.rb
|
456
|
-
- test/soap/fault/test_soaparray.rb
|
457
|
-
- test/soap/test_nil.rb
|
458
|
-
- test/soap/styleuse/client.rb
|
459
|
-
- test/soap/styleuse/server.rb
|
460
|
-
- test/soap/test_extraattr.rb
|
461
|
-
- test/soap/swa/test_file.rb
|
462
|
-
- test/soap/test_streamhandler.rb
|
463
|
-
- test/soap/literalArrayMapping/amazonEcDriver.rb
|
464
|
-
- test/soap/literalArrayMapping/amazonEc.rb
|
465
|
-
- test/soap/literalArrayMapping/amazonresponse.xml
|
466
|
-
- test/soap/literalArrayMapping/test_definedarray.rb
|
467
|
-
- test/soap/test_envelopenamespace.rb
|
468
|
-
- test/soap/marshal/test_struct.rb
|
469
|
-
- test/soap/marshal/test_digraph.rb
|
470
|
-
- test/soap/marshal/test_marshal.rb
|
471
|
-
- test/soap/marshal/marshaltestlib.rb
|
472
|
-
- test/soap/htpasswd
|
473
|
-
- test/soap/test_nestedexception.rb
|
474
|
-
- test/soap/test_response_as_xml.rb
|
475
|
-
- test/16runner.rb
|
476
|
-
has_rdoc: true
|
477
|
-
homepage: http://wiki.github.com/rubyjedi/soap4r
|
478
|
-
licenses: []
|
479
|
-
|
206
|
+
- lib/xsd/xmlparser/libxmlparser.rb
|
207
|
+
- lib/xsd/xmlparser/nokogiriparser.rb
|
208
|
+
- lib/xsd/xmlparser/ogaparser.rb
|
209
|
+
- lib/xsd/xmlparser/oxparser.rb
|
210
|
+
- lib/xsd/xmlparser/parser.rb
|
211
|
+
- lib/xsd/xmlparser/rexmlparser.rb
|
212
|
+
homepage: http://rubyjedi.github.io/soap4r/
|
213
|
+
licenses:
|
214
|
+
- Ruby
|
215
|
+
metadata: {}
|
480
216
|
post_install_message:
|
481
217
|
rdoc_options: []
|
482
|
-
|
483
|
-
require_paths:
|
218
|
+
require_paths:
|
484
219
|
- lib
|
485
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
486
|
-
|
487
|
-
requirements:
|
220
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
221
|
+
requirements:
|
488
222
|
- - ">="
|
489
|
-
- !ruby/object:Gem::Version
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
494
|
-
none: false
|
495
|
-
requirements:
|
223
|
+
- !ruby/object:Gem::Version
|
224
|
+
version: '0'
|
225
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
226
|
+
requirements:
|
496
227
|
- - ">="
|
497
|
-
- !ruby/object:Gem::Version
|
498
|
-
|
499
|
-
|
500
|
-
version: "0"
|
501
|
-
requirements:
|
228
|
+
- !ruby/object:Gem::Version
|
229
|
+
version: '0'
|
230
|
+
requirements:
|
502
231
|
- none
|
503
232
|
rubyforge_project:
|
504
|
-
rubygems_version:
|
233
|
+
rubygems_version: 2.4.6
|
505
234
|
signing_key:
|
506
|
-
specification_version:
|
507
|
-
summary:
|
235
|
+
specification_version: 4
|
236
|
+
summary: soap4r-ng (Formerly Rubyjedi-Soap4R) - Soap4R as maintained by RubyJedi
|
508
237
|
test_files: []
|
509
|
-
|