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.
- 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/http_logger.rb +20 -0
- 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 +16 -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 +16 -4
- 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 +24 -4
- 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 +3 -4
- 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 +175 -424
- 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.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
data/test/wsdl/qualified/lp.wsdl
DELETED
@@ -1,47 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<definitions
|
3
|
-
name="lp"
|
4
|
-
targetNamespace="urn:lp"
|
5
|
-
xmlns:tns="urn:lp"
|
6
|
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
7
|
-
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
8
|
-
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
9
|
-
<types>
|
10
|
-
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
11
|
-
<import namespace="urn:lp" schemaLocation="lp.xsd"/>
|
12
|
-
</schema>
|
13
|
-
</types>
|
14
|
-
|
15
|
-
<message name="login_in">
|
16
|
-
<part name="parameters" element="tns:login" />
|
17
|
-
</message>
|
18
|
-
<message name="login_out">
|
19
|
-
<part name="parameters" element="tns:loginResponse" />
|
20
|
-
</message>
|
21
|
-
|
22
|
-
<portType name="lp_porttype">
|
23
|
-
<operation name="login">
|
24
|
-
<input message="tns:login_in" />
|
25
|
-
<output message="tns:login_out" />
|
26
|
-
</operation>
|
27
|
-
</portType>
|
28
|
-
|
29
|
-
<binding name="lp_binding" type="tns:lp_porttype">
|
30
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
|
31
|
-
<operation name="login">
|
32
|
-
<soap:operation soapAction="urn:lp:login" style="document" />
|
33
|
-
<input>
|
34
|
-
<soap:body use="literal" />
|
35
|
-
</input>
|
36
|
-
<output>
|
37
|
-
<soap:body use="literal" />
|
38
|
-
</output>
|
39
|
-
</operation>
|
40
|
-
</binding>
|
41
|
-
|
42
|
-
<service name="lp_service">
|
43
|
-
<port name="lp_service_port" binding="tns:lp_binding">
|
44
|
-
<soap:address location="http://localhost:17171/" />
|
45
|
-
</port>
|
46
|
-
</service>
|
47
|
-
</definitions>
|
data/test/wsdl/qualified/lp.xsd
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:lp="urn:lp" targetNamespace="urn:lp" elementFormDefault="unqualified">
|
2
|
-
|
3
|
-
<xs:complexType name="login">
|
4
|
-
<xs:sequence>
|
5
|
-
<xs:element name="username" type="xs:string"/>
|
6
|
-
<xs:element name="password" type="xs:string"/>
|
7
|
-
<xs:element name="timezone" type="xs:string" minOccurs="0" maxOccurs="1"/>
|
8
|
-
</xs:sequence>
|
9
|
-
</xs:complexType>
|
10
|
-
|
11
|
-
<xs:element name="login" type="lp:login"/>
|
12
|
-
|
13
|
-
<xs:complexType name="loginResponse">
|
14
|
-
<xs:sequence>
|
15
|
-
<xs:element name="loginResult">
|
16
|
-
<xs:complexType>
|
17
|
-
<xs:sequence>
|
18
|
-
<xs:element name="sessionID" type="xs:string"/>
|
19
|
-
</xs:sequence>
|
20
|
-
</xs:complexType>
|
21
|
-
</xs:element>
|
22
|
-
</xs:sequence>
|
23
|
-
</xs:complexType>
|
24
|
-
|
25
|
-
<xs:element name="loginResponse" type="lp:loginResponse"/>
|
26
|
-
</xs:schema>
|
data/test/wsdl/qualified/np.wsdl
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www50.brinkster.com/vbfacileinpt/np" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www50.brinkster.com/vbfacileinpt/np" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
3
|
-
<wsdl:types>
|
4
|
-
<s:schema elementFormDefault="qualified" targetNamespace="http://www50.brinkster.com/vbfacileinpt/np">
|
5
|
-
<s:element name="GetPrimeNumbers">
|
6
|
-
<s:complexType>
|
7
|
-
<s:sequence>
|
8
|
-
<s:element minOccurs="0" maxOccurs="1" form="unqualified" name="Min" type="s:string" />
|
9
|
-
<s:element minOccurs="0" maxOccurs="1" name="Max" type="s:string" />
|
10
|
-
</s:sequence>
|
11
|
-
</s:complexType>
|
12
|
-
</s:element>
|
13
|
-
<s:element name="GetPrimeNumbersResponse">
|
14
|
-
<s:complexType>
|
15
|
-
<s:sequence>
|
16
|
-
<s:element minOccurs="0" maxOccurs="1" name="GetPrimeNumbersResult" type="s:string" />
|
17
|
-
</s:sequence>
|
18
|
-
</s:complexType>
|
19
|
-
</s:element>
|
20
|
-
</s:schema>
|
21
|
-
</wsdl:types>
|
22
|
-
<wsdl:message name="GetPrimeNumbersSoapIn">
|
23
|
-
<wsdl:part name="parameters" element="tns:GetPrimeNumbers" />
|
24
|
-
</wsdl:message>
|
25
|
-
<wsdl:message name="GetPrimeNumbersSoapOut">
|
26
|
-
<wsdl:part name="parameters" element="tns:GetPrimeNumbersResponse" />
|
27
|
-
</wsdl:message>
|
28
|
-
<wsdl:portType name="pnumSoap">
|
29
|
-
<wsdl:operation name="GetPrimeNumbers">
|
30
|
-
<wsdl:input message="tns:GetPrimeNumbersSoapIn" />
|
31
|
-
<wsdl:output message="tns:GetPrimeNumbersSoapOut" />
|
32
|
-
</wsdl:operation>
|
33
|
-
</wsdl:portType>
|
34
|
-
<wsdl:binding name="pnumSoap" type="tns:pnumSoap">
|
35
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
|
36
|
-
<wsdl:operation name="GetPrimeNumbers">
|
37
|
-
<soap:operation soapAction="http://www50.brinkster.com/vbfacileinpt/np/GetPrimeNumbers" style="document" />
|
38
|
-
<wsdl:input>
|
39
|
-
<soap:body use="literal" />
|
40
|
-
</wsdl:input>
|
41
|
-
<wsdl:output>
|
42
|
-
<soap:body use="literal" />
|
43
|
-
</wsdl:output>
|
44
|
-
</wsdl:operation>
|
45
|
-
</wsdl:binding>
|
46
|
-
<wsdl:service name="pnum">
|
47
|
-
<wsdl:port name="pnumSoap" binding="tns:pnumSoap">
|
48
|
-
<soap:address location="http://www50.brinkster.com/vbfacileinpt/np.asmx" />
|
49
|
-
</wsdl:port>
|
50
|
-
</wsdl:service>
|
51
|
-
</wsdl:definitions>
|
@@ -1,138 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'helper'
|
3
|
-
require 'testutil'
|
4
|
-
require 'wsdl/soap/wsdl2ruby'
|
5
|
-
require 'soap/rpc/standaloneServer'
|
6
|
-
require 'soap/wsdlDriver'
|
7
|
-
|
8
|
-
|
9
|
-
if defined?(HTTPClient)
|
10
|
-
|
11
|
-
module WSDL
|
12
|
-
|
13
|
-
|
14
|
-
class TestQualified < Test::Unit::TestCase
|
15
|
-
class Server < ::SOAP::RPC::StandaloneServer
|
16
|
-
Namespace = 'http://www50.brinkster.com/vbfacileinpt/np'
|
17
|
-
|
18
|
-
def on_init
|
19
|
-
add_document_method(
|
20
|
-
self,
|
21
|
-
Namespace + '/GetPrimeNumbers',
|
22
|
-
'GetPrimeNumbers',
|
23
|
-
XSD::QName.new(Namespace, 'GetPrimeNumbers'),
|
24
|
-
XSD::QName.new(Namespace, 'GetPrimeNumbersResponse')
|
25
|
-
)
|
26
|
-
end
|
27
|
-
|
28
|
-
def GetPrimeNumbers(arg)
|
29
|
-
nil
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
DIR = File.dirname(File.expand_path(__FILE__))
|
34
|
-
Port = 17171
|
35
|
-
|
36
|
-
def setup
|
37
|
-
setup_server
|
38
|
-
setup_clientdef
|
39
|
-
@client = nil
|
40
|
-
end
|
41
|
-
|
42
|
-
def teardown
|
43
|
-
teardown_server if @server
|
44
|
-
unless $DEBUG
|
45
|
-
File.unlink(pathname('default.rb'))
|
46
|
-
File.unlink(pathname('defaultMappingRegistry.rb'))
|
47
|
-
File.unlink(pathname('defaultDriver.rb'))
|
48
|
-
end
|
49
|
-
@client.reset_stream if @client
|
50
|
-
end
|
51
|
-
|
52
|
-
def setup_server
|
53
|
-
@server = Server.new('Test', "urn:lp", '0.0.0.0', Port)
|
54
|
-
@server.level = Logger::Severity::ERROR
|
55
|
-
@server_thread = TestUtil.start_server_thread(@server)
|
56
|
-
end
|
57
|
-
|
58
|
-
def setup_clientdef
|
59
|
-
backupdir = Dir.pwd
|
60
|
-
begin
|
61
|
-
Dir.chdir(DIR)
|
62
|
-
gen = WSDL::SOAP::WSDL2Ruby.new
|
63
|
-
gen.location = pathname("np.wsdl")
|
64
|
-
gen.basedir = DIR
|
65
|
-
gen.logger.level = Logger::FATAL
|
66
|
-
gen.opt['module_path'] = self.class.to_s.sub(/::[^:]+$/, '')
|
67
|
-
gen.opt['classdef'] = nil
|
68
|
-
gen.opt['mapping_registry'] = nil
|
69
|
-
gen.opt['driver'] = nil
|
70
|
-
gen.opt['force'] = true
|
71
|
-
gen.run
|
72
|
-
require 'default.rb'
|
73
|
-
ensure
|
74
|
-
$".delete('default.rb')
|
75
|
-
Dir.chdir(backupdir)
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
def teardown_server
|
80
|
-
@server.shutdown
|
81
|
-
@server_thread.kill
|
82
|
-
@server_thread.join
|
83
|
-
end
|
84
|
-
|
85
|
-
def pathname(filename)
|
86
|
-
File.join(DIR, filename)
|
87
|
-
end
|
88
|
-
|
89
|
-
LOGIN_REQUEST_QUALIFIED =
|
90
|
-
%q[<?xml version="1.0" encoding="utf-8" ?>
|
91
|
-
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
92
|
-
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
|
93
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
94
|
-
<env:Body>
|
95
|
-
<n1:GetPrimeNumbers xmlns:n1="http://www50.brinkster.com/vbfacileinpt/np">
|
96
|
-
<Min>2</Min>
|
97
|
-
<n1:Max>10</n1:Max>
|
98
|
-
</n1:GetPrimeNumbers>
|
99
|
-
</env:Body>
|
100
|
-
</env:Envelope>]
|
101
|
-
|
102
|
-
def test_wsdl
|
103
|
-
wsdl = File.join(DIR, 'np.wsdl')
|
104
|
-
@client = nil
|
105
|
-
backupdir = Dir.pwd
|
106
|
-
begin
|
107
|
-
Dir.chdir(DIR)
|
108
|
-
@client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
|
109
|
-
ensure
|
110
|
-
Dir.chdir(backupdir)
|
111
|
-
end
|
112
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
113
|
-
@client.wiredump_dev = str = ''
|
114
|
-
@client.GetPrimeNumbers(:Min => 2, :Max => 10)
|
115
|
-
assert_xml_equal(LOGIN_REQUEST_QUALIFIED, parse_requestxml(str),
|
116
|
-
[LOGIN_REQUEST_QUALIFIED, parse_requestxml(str)].join("\n\n"))
|
117
|
-
end
|
118
|
-
|
119
|
-
include ::SOAP
|
120
|
-
def test_naive
|
121
|
-
TestUtil.require(DIR, 'defaultDriver.rb', 'defaultMappingRegistry.rb', 'default.rb')
|
122
|
-
@client = PnumSoap.new("http://localhost:#{Port}/")
|
123
|
-
|
124
|
-
@client.wiredump_dev = str = ''
|
125
|
-
@client.getPrimeNumbers(GetPrimeNumbers.new(2, 10))
|
126
|
-
assert_xml_equal(LOGIN_REQUEST_QUALIFIED, parse_requestxml(str),
|
127
|
-
[LOGIN_REQUEST_QUALIFIED, parse_requestxml(str)].join("\n\n"))
|
128
|
-
end
|
129
|
-
|
130
|
-
def parse_requestxml(str)
|
131
|
-
str.split(/\r?\n\r?\n/)[3]
|
132
|
-
end
|
133
|
-
end
|
134
|
-
|
135
|
-
|
136
|
-
end
|
137
|
-
|
138
|
-
end
|
@@ -1,139 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'helper'
|
3
|
-
require 'testutil'
|
4
|
-
require 'wsdl/soap/wsdl2ruby'
|
5
|
-
require 'soap/rpc/standaloneServer'
|
6
|
-
require 'soap/wsdlDriver'
|
7
|
-
|
8
|
-
|
9
|
-
if defined?(HTTPClient)
|
10
|
-
|
11
|
-
module WSDL
|
12
|
-
|
13
|
-
|
14
|
-
class TestUnqualified < Test::Unit::TestCase
|
15
|
-
class Server < ::SOAP::RPC::StandaloneServer
|
16
|
-
Namespace = 'urn:lp'
|
17
|
-
|
18
|
-
def on_init
|
19
|
-
add_document_method(
|
20
|
-
self,
|
21
|
-
Namespace + ':login',
|
22
|
-
'login',
|
23
|
-
XSD::QName.new(Namespace, 'login'),
|
24
|
-
XSD::QName.new(Namespace, 'loginResponse')
|
25
|
-
)
|
26
|
-
end
|
27
|
-
|
28
|
-
def login(arg)
|
29
|
-
nil
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
DIR = File.dirname(File.expand_path(__FILE__))
|
34
|
-
Port = 17171
|
35
|
-
|
36
|
-
def setup
|
37
|
-
setup_server
|
38
|
-
setup_clientdef
|
39
|
-
@client = nil
|
40
|
-
end
|
41
|
-
|
42
|
-
def teardown
|
43
|
-
teardown_server if @server
|
44
|
-
unless $DEBUG
|
45
|
-
File.unlink(pathname('lp.rb'))
|
46
|
-
File.unlink(pathname('lpMappingRegistry.rb'))
|
47
|
-
File.unlink(pathname('lpDriver.rb'))
|
48
|
-
end
|
49
|
-
@client.reset_stream if @client
|
50
|
-
end
|
51
|
-
|
52
|
-
def setup_server
|
53
|
-
@server = Server.new('Test', "urn:lp", '0.0.0.0', Port)
|
54
|
-
@server.level = Logger::Severity::ERROR
|
55
|
-
@server_thread = TestUtil.start_server_thread(@server)
|
56
|
-
end
|
57
|
-
|
58
|
-
def setup_clientdef
|
59
|
-
backupdir = Dir.pwd
|
60
|
-
begin
|
61
|
-
Dir.chdir(DIR)
|
62
|
-
gen = WSDL::SOAP::WSDL2Ruby.new
|
63
|
-
gen.location = pathname("lp.wsdl")
|
64
|
-
gen.basedir = DIR
|
65
|
-
gen.logger.level = Logger::FATAL
|
66
|
-
gen.opt['module_path'] = self.class.to_s.sub(/::[^:]+$/, '')
|
67
|
-
gen.opt['classdef'] = nil
|
68
|
-
gen.opt['mapping_registry'] = nil
|
69
|
-
gen.opt['driver'] = nil
|
70
|
-
gen.opt['force'] = true
|
71
|
-
gen.run
|
72
|
-
require 'lp.rb'
|
73
|
-
ensure
|
74
|
-
$".delete('lp.rb')
|
75
|
-
Dir.chdir(backupdir)
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
def teardown_server
|
80
|
-
@server.shutdown
|
81
|
-
@server_thread.kill
|
82
|
-
@server_thread.join
|
83
|
-
end
|
84
|
-
|
85
|
-
def pathname(filename)
|
86
|
-
File.join(DIR, filename)
|
87
|
-
end
|
88
|
-
|
89
|
-
LOGIN_REQUEST_QUALIFIED_UNTYPED =
|
90
|
-
%q[<?xml version="1.0" encoding="utf-8" ?>
|
91
|
-
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
92
|
-
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
|
93
|
-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
94
|
-
<env:Body>
|
95
|
-
<n1:login xmlns:n1="urn:lp">
|
96
|
-
<username>NaHi</username>
|
97
|
-
<password>passwd</password>
|
98
|
-
<timezone>JST</timezone>
|
99
|
-
</n1:login>
|
100
|
-
</env:Body>
|
101
|
-
</env:Envelope>]
|
102
|
-
|
103
|
-
def test_wsdl
|
104
|
-
wsdl = File.join(DIR, 'lp.wsdl')
|
105
|
-
@client = nil
|
106
|
-
backupdir = Dir.pwd
|
107
|
-
begin
|
108
|
-
Dir.chdir(DIR)
|
109
|
-
@client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
|
110
|
-
ensure
|
111
|
-
Dir.chdir(backupdir)
|
112
|
-
end
|
113
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
114
|
-
@client.wiredump_dev = str = ''
|
115
|
-
@client.login(:timezone => 'JST', :password => 'passwd',
|
116
|
-
:username => 'NaHi')
|
117
|
-
# untyped because of passing a Hash
|
118
|
-
assert_xml_equal(LOGIN_REQUEST_QUALIFIED_UNTYPED, parse_requestxml(str))
|
119
|
-
end
|
120
|
-
|
121
|
-
include ::SOAP
|
122
|
-
def test_naive
|
123
|
-
TestUtil.require(DIR, 'lpDriver.rb', 'lpMappingRegistry.rb', 'lp.rb')
|
124
|
-
@client = Lp_porttype.new("http://localhost:#{Port}/")
|
125
|
-
|
126
|
-
@client.wiredump_dev = str = ''
|
127
|
-
@client.login(Login.new('NaHi', 'passwd', 'JST'))
|
128
|
-
assert_xml_equal(LOGIN_REQUEST_QUALIFIED_UNTYPED, parse_requestxml(str))
|
129
|
-
end
|
130
|
-
|
131
|
-
def parse_requestxml(str)
|
132
|
-
str.split(/\r?\n\r?\n/)[3]
|
133
|
-
end
|
134
|
-
end
|
135
|
-
|
136
|
-
|
137
|
-
end
|
138
|
-
|
139
|
-
end
|
data/test/wsdl/raa/RAAService.rb
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# encoding: ASCII-8BIT
|
3
|
-
require 'soap/rpc/standaloneServer'
|
4
|
-
|
5
|
-
module WSDL; module RAA
|
6
|
-
|
7
|
-
class RAABaseServicePortTypeServer
|
8
|
-
def getAllListings
|
9
|
-
["ruby", "soap4r"]
|
10
|
-
end
|
11
|
-
|
12
|
-
def getProductTree
|
13
|
-
raise NotImplementedError.new
|
14
|
-
end
|
15
|
-
|
16
|
-
def getInfoFromCategory(category)
|
17
|
-
raise NotImplementedError.new
|
18
|
-
end
|
19
|
-
|
20
|
-
def getModifiedInfoSince(timeInstant)
|
21
|
-
raise NotImplementedError.new
|
22
|
-
end
|
23
|
-
|
24
|
-
def getInfoFromName(productName)
|
25
|
-
Info.new(
|
26
|
-
Category.new("major", "minor"),
|
27
|
-
Product.new(123, productName, "short description", "version", "status",
|
28
|
-
URI.parse("http://example.com/homepage"),
|
29
|
-
URI.parse("http://example.com/download"),
|
30
|
-
"license", "description"),
|
31
|
-
Owner.new(456, URI.parse("mailto:email@example.com"), "name"),
|
32
|
-
Time.now,
|
33
|
-
Time.now)
|
34
|
-
end
|
35
|
-
|
36
|
-
def getInfoFromOwnerId(ownerId)
|
37
|
-
raise NotImplementedError.new
|
38
|
-
end
|
39
|
-
|
40
|
-
Methods = [
|
41
|
-
[ XSD::QName.new("http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "getAllListings"),
|
42
|
-
"",
|
43
|
-
"getAllListings",
|
44
|
-
[ [:retval, "return", ["WSDL::RAA::C_String[]", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "StringArray"]] ],
|
45
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
46
|
-
:response_style => :rpc, :response_use => :encoded,
|
47
|
-
:faults => {} }
|
48
|
-
],
|
49
|
-
[ XSD::QName.new("http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "getProductTree"),
|
50
|
-
"",
|
51
|
-
"getProductTree",
|
52
|
-
[ [:retval, "return", ["Hash", "http://xml.apache.org/xml-soap", "Map"]] ],
|
53
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
54
|
-
:response_style => :rpc, :response_use => :encoded,
|
55
|
-
:faults => {} }
|
56
|
-
],
|
57
|
-
[ XSD::QName.new("http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "getInfoFromCategory"),
|
58
|
-
"",
|
59
|
-
"getInfoFromCategory",
|
60
|
-
[ [:in, "category", ["WSDL::RAA::Category", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "Category"]],
|
61
|
-
[:retval, "return", ["WSDL::RAA::Info[]", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "InfoArray"]] ],
|
62
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
63
|
-
:response_style => :rpc, :response_use => :encoded,
|
64
|
-
:faults => {} }
|
65
|
-
],
|
66
|
-
[ XSD::QName.new("http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "getModifiedInfoSince"),
|
67
|
-
"",
|
68
|
-
"getModifiedInfoSince",
|
69
|
-
[ [:in, "timeInstant", ["::SOAP::SOAPDateTime"]],
|
70
|
-
[:retval, "return", ["WSDL::RAA::Info[]", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "InfoArray"]] ],
|
71
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
72
|
-
:response_style => :rpc, :response_use => :encoded,
|
73
|
-
:faults => {} }
|
74
|
-
],
|
75
|
-
[ XSD::QName.new("http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "getInfoFromName"),
|
76
|
-
"",
|
77
|
-
"getInfoFromName",
|
78
|
-
[ [:in, "productName", ["::SOAP::SOAPString"]],
|
79
|
-
[:retval, "return", ["WSDL::RAA::Info", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "Info"]] ],
|
80
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
81
|
-
:response_style => :rpc, :response_use => :encoded,
|
82
|
-
:faults => {} }
|
83
|
-
],
|
84
|
-
[ XSD::QName.new("http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "getInfoFromOwnerId"),
|
85
|
-
"",
|
86
|
-
"getInfoFromOwnerId",
|
87
|
-
[ [:in, "ownerId", ["::SOAP::SOAPInt"]],
|
88
|
-
[:retval, "return", ["WSDL::RAA::Info[]", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "InfoArray"]] ],
|
89
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
90
|
-
:response_style => :rpc, :response_use => :encoded,
|
91
|
-
:faults => {} }
|
92
|
-
]
|
93
|
-
]
|
94
|
-
end
|
95
|
-
|
96
|
-
end; end
|
97
|
-
|
98
|
-
module WSDL; module RAA
|
99
|
-
|
100
|
-
class RAABaseServicePortTypeApp < ::SOAP::RPC::StandaloneServer
|
101
|
-
def initialize(*arg)
|
102
|
-
super(*arg)
|
103
|
-
servant = WSDL::RAA::RAABaseServicePortTypeServer.new
|
104
|
-
WSDL::RAA::RAABaseServicePortType::Methods.each do |definitions|
|
105
|
-
opt = definitions.last
|
106
|
-
if opt[:request_style] == :document
|
107
|
-
@router.add_document_operation(servant, *definitions)
|
108
|
-
else
|
109
|
-
@router.add_rpc_operation(servant, *definitions)
|
110
|
-
end
|
111
|
-
end
|
112
|
-
self.mapping_registry = RAAMappingRegistry::EncodedRegistry
|
113
|
-
self.literal_mapping_registry = RAAMappingRegistry::LiteralRegistry
|
114
|
-
end
|
115
|
-
end
|
116
|
-
|
117
|
-
end; end
|
118
|
-
|
119
|
-
if $0 == __FILE__
|
120
|
-
# Change listen port.
|
121
|
-
server = WSDL::RAA::RAABaseServicePortTypeApp.new('app', nil, '0.0.0.0', 10080)
|
122
|
-
trap(:INT) do
|
123
|
-
server.shutdown
|
124
|
-
end
|
125
|
-
server.start
|
126
|
-
end
|