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
@@ -1,202 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'helper'
|
3
|
-
require 'testutil'
|
4
|
-
require 'wsdl/parser'
|
5
|
-
require 'wsdl/soap/wsdl2ruby'
|
6
|
-
require 'soap/rpc/standaloneServer'
|
7
|
-
require 'soap/wsdlDriver'
|
8
|
-
|
9
|
-
|
10
|
-
module WSDL; module Document
|
11
|
-
|
12
|
-
|
13
|
-
class TestArray < Test::Unit::TestCase
|
14
|
-
class Server < ::SOAP::RPC::StandaloneServer
|
15
|
-
Namespace = 'http://tempuri.org/'
|
16
|
-
|
17
|
-
def on_init
|
18
|
-
add_document_method(
|
19
|
-
self,
|
20
|
-
Namespace + 'echo',
|
21
|
-
'echo',
|
22
|
-
XSD::QName.new(Namespace, 'echo'),
|
23
|
-
XSD::QName.new(Namespace, 'echoResponse')
|
24
|
-
)
|
25
|
-
add_document_method(
|
26
|
-
self,
|
27
|
-
Namespace + 'echo2',
|
28
|
-
'echo2',
|
29
|
-
XSD::QName.new(Namespace, 'echo2'),
|
30
|
-
XSD::QName.new(Namespace, 'echo2Response')
|
31
|
-
)
|
32
|
-
add_document_method(
|
33
|
-
self,
|
34
|
-
Namespace + 'echo3',
|
35
|
-
'echo3',
|
36
|
-
XSD::QName.new(Namespace, 'ArrayOfRecord'),
|
37
|
-
XSD::QName.new(Namespace, 'ArrayOfRecord')
|
38
|
-
)
|
39
|
-
self.literal_mapping_registry = DoubleMappingRegistry::LiteralRegistry
|
40
|
-
end
|
41
|
-
|
42
|
-
def echo(arg)
|
43
|
-
arg
|
44
|
-
end
|
45
|
-
|
46
|
-
def echo2(arg)
|
47
|
-
arg
|
48
|
-
end
|
49
|
-
|
50
|
-
def echo3(arg)
|
51
|
-
arg
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
DIR = File.dirname(File.expand_path(__FILE__))
|
56
|
-
|
57
|
-
Port = 17171
|
58
|
-
|
59
|
-
def setup
|
60
|
-
setup_classdef
|
61
|
-
setup_server
|
62
|
-
@client = nil
|
63
|
-
end
|
64
|
-
|
65
|
-
def teardown
|
66
|
-
teardown_server if @server
|
67
|
-
unless $DEBUG
|
68
|
-
File.unlink(pathname('double.rb'))
|
69
|
-
File.unlink(pathname('doubleMappingRegistry.rb'))
|
70
|
-
File.unlink(pathname('doubleDriver.rb'))
|
71
|
-
end
|
72
|
-
@client.reset_stream if @client
|
73
|
-
end
|
74
|
-
|
75
|
-
def setup_server
|
76
|
-
@server = Server.new('Test', Server::Namespace, '0.0.0.0', Port)
|
77
|
-
@server.level = Logger::Severity::ERROR
|
78
|
-
@server_thread = TestUtil.start_server_thread(@server)
|
79
|
-
end
|
80
|
-
|
81
|
-
def setup_classdef
|
82
|
-
gen = WSDL::SOAP::WSDL2Ruby.new
|
83
|
-
gen.location = pathname("double.wsdl")
|
84
|
-
gen.basedir = DIR
|
85
|
-
gen.logger.level = Logger::FATAL
|
86
|
-
gen.opt['classdef'] = nil
|
87
|
-
gen.opt['mapping_registry'] = nil
|
88
|
-
gen.opt['driver'] = nil
|
89
|
-
gen.opt['module_path'] = self.class.to_s.sub(/::[^:]+$/, '')
|
90
|
-
gen.opt['force'] = true
|
91
|
-
gen.run
|
92
|
-
TestUtil.require(DIR, 'doubleDriver.rb', 'doubleMappingRegistry.rb', 'double.rb')
|
93
|
-
end
|
94
|
-
|
95
|
-
def teardown_server
|
96
|
-
@server.shutdown
|
97
|
-
@server_thread.kill
|
98
|
-
@server_thread.join
|
99
|
-
end
|
100
|
-
|
101
|
-
def pathname(filename)
|
102
|
-
File.join(DIR, filename)
|
103
|
-
end
|
104
|
-
|
105
|
-
def test_stub
|
106
|
-
@client = PricerSoap.new
|
107
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
108
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
109
|
-
arg = ArrayOfComplex[c1 = Complex.new, c2 = Complex.new, c3 = Complex.new]
|
110
|
-
c1.string = "str_c1"
|
111
|
-
c1.double = 1.1
|
112
|
-
c2.string = "str_c2"
|
113
|
-
c2.double = 2.2
|
114
|
-
c3.string = "str_c3"
|
115
|
-
c3.double = 3.3
|
116
|
-
ret = @client.echo2(Echo2.new(arg))
|
117
|
-
assert_equal(ArrayOfComplex, ret.arg.class)
|
118
|
-
assert_equal(Complex, ret.arg[0].class)
|
119
|
-
assert_equal(arg[0].string, ret.arg[0].string)
|
120
|
-
assert_equal(arg[1].string, ret.arg[1].string)
|
121
|
-
assert_equal(arg[2].string, ret.arg[2].string)
|
122
|
-
end
|
123
|
-
|
124
|
-
def test_wsdl_stubclassdef
|
125
|
-
wsdl = File.join(DIR, 'double.wsdl')
|
126
|
-
@client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
|
127
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
128
|
-
@client.literal_mapping_registry = DoubleMappingRegistry::LiteralRegistry
|
129
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
130
|
-
arg = ArrayOfDouble[0.1, 0.2, 0.3]
|
131
|
-
assert_equal(arg, @client.echo(Echo.new(arg)).ary)
|
132
|
-
end
|
133
|
-
|
134
|
-
def test_wsdl
|
135
|
-
wsdl = File.join(DIR, 'double.wsdl')
|
136
|
-
@client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
|
137
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
138
|
-
@client.literal_mapping_registry = DoubleMappingRegistry::LiteralRegistry
|
139
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
140
|
-
double = [0.1, 0.2, 0.3]
|
141
|
-
assert_equal(double, @client.echo(:ary => double).ary)
|
142
|
-
end
|
143
|
-
|
144
|
-
def test_stub
|
145
|
-
@client = ::WSDL::Document::PricerSoap.new("http://localhost:#{Port}/")
|
146
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
147
|
-
double = [0.1, 0.2, 0.3]
|
148
|
-
assert_equal(double, @client.echo(:ary => double).ary)
|
149
|
-
end
|
150
|
-
|
151
|
-
def test_stub_nil
|
152
|
-
@client = ::WSDL::Document::PricerSoap.new("http://localhost:#{Port}/")
|
153
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
154
|
-
assert_equal(nil, @client.echo(Echo.new).ary)
|
155
|
-
end
|
156
|
-
|
157
|
-
def test_attribute_array
|
158
|
-
@client = ::WSDL::Document::PricerSoap.new("http://localhost:#{Port}/")
|
159
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
160
|
-
#
|
161
|
-
r1 = ReportRecord.new
|
162
|
-
r1.xmlattr_a = "r1_xmlattr_a"
|
163
|
-
r1.xmlattr_b = "r1_xmlattr_b"
|
164
|
-
r1.xmlattr_c = "r1_xmlattr_c"
|
165
|
-
r2 = ReportRecord.new
|
166
|
-
r2.xmlattr_a = "r2_xmlattr_a"
|
167
|
-
r2.xmlattr_b = "r2_xmlattr_b"
|
168
|
-
r2.xmlattr_c = "r2_xmlattr_c"
|
169
|
-
arg = ArrayOfRecord[r1, r2]
|
170
|
-
ret = @client.echo3(arg)
|
171
|
-
assert_equal(arg.class , ret.class)
|
172
|
-
assert_equal(arg.size , ret.size)
|
173
|
-
assert_equal(2, ret.size)
|
174
|
-
assert_equal(arg[0].class, ret[0].class)
|
175
|
-
assert_equal(arg[0].xmlattr_a, ret[0].xmlattr_a)
|
176
|
-
assert_equal(arg[0].xmlattr_b, ret[0].xmlattr_b)
|
177
|
-
assert_equal(arg[0].xmlattr_c, ret[0].xmlattr_c)
|
178
|
-
assert_equal(arg[1].class, ret[1].class)
|
179
|
-
assert_equal(arg[1].xmlattr_a, ret[1].xmlattr_a)
|
180
|
-
assert_equal(arg[1].xmlattr_b, ret[1].xmlattr_b)
|
181
|
-
assert_equal(arg[1].xmlattr_c, ret[1].xmlattr_c)
|
182
|
-
#
|
183
|
-
arg = ArrayOfRecord[r1]
|
184
|
-
ret = @client.echo3(arg)
|
185
|
-
assert_equal(arg.class , ret.class)
|
186
|
-
assert_equal(arg.size , ret.size)
|
187
|
-
assert_equal(1, ret.size)
|
188
|
-
assert_equal(arg[0].class, ret[0].class)
|
189
|
-
assert_equal(arg[0].xmlattr_a, ret[0].xmlattr_a)
|
190
|
-
assert_equal(arg[0].xmlattr_b, ret[0].xmlattr_b)
|
191
|
-
assert_equal(arg[0].xmlattr_c, ret[0].xmlattr_c)
|
192
|
-
#
|
193
|
-
arg = ArrayOfRecord[]
|
194
|
-
ret = @client.echo3(arg)
|
195
|
-
assert_equal(arg.class , ret.class)
|
196
|
-
assert_equal(arg.size , ret.size)
|
197
|
-
assert_equal(0, ret.size)
|
198
|
-
end
|
199
|
-
end
|
200
|
-
|
201
|
-
|
202
|
-
end; end
|
@@ -1,76 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<definitions
|
3
|
-
name="echo"
|
4
|
-
targetNamespace="urn:docrpc"
|
5
|
-
xmlns:tns="urn:docrpc"
|
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
|
-
<xsd:schema elementFormDefault="unqualified" targetNamespace="urn:docrpc">
|
11
|
-
<xsd:complexType name="echo_struct">
|
12
|
-
<xsd:sequence>
|
13
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="m_string" type="xsd:string" />
|
14
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="m_datetime" type="xsd:dateTime" />
|
15
|
-
</xsd:sequence>
|
16
|
-
<xsd:attribute name="m_attr" type="xsd:string" />
|
17
|
-
</xsd:complexType>
|
18
|
-
|
19
|
-
<xsd:element name="echoele">
|
20
|
-
<xsd:complexType>
|
21
|
-
<xsd:sequence>
|
22
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="struct1" type="tns:echo_struct" />
|
23
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="struct-2" type="tns:echo_struct" />
|
24
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="long" type="xsd:long" />
|
25
|
-
</xsd:sequence>
|
26
|
-
<xsd:attribute name="attr_string" type="xsd:string" />
|
27
|
-
<xsd:attribute name="attr-int" type="xsd:int" />
|
28
|
-
</xsd:complexType>
|
29
|
-
</xsd:element>
|
30
|
-
<xsd:element name="echo_response">
|
31
|
-
<xsd:complexType>
|
32
|
-
<xsd:sequence>
|
33
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="struct1" type="tns:echo_struct" />
|
34
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="struct-2" type="tns:echo_struct" />
|
35
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="long" type="xsd:long" />
|
36
|
-
</xsd:sequence>
|
37
|
-
<xsd:attribute name="attr_string" type="xsd:string" />
|
38
|
-
<xsd:attribute name="attr-int" type="xsd:int" />
|
39
|
-
</xsd:complexType>
|
40
|
-
</xsd:element>
|
41
|
-
</xsd:schema>
|
42
|
-
</types>
|
43
|
-
|
44
|
-
<message name="echo_in">
|
45
|
-
<part name="parameters" element="tns:echoele" />
|
46
|
-
</message>
|
47
|
-
<message name="echo_out">
|
48
|
-
<part name="parameters" element="tns:echo_response" />
|
49
|
-
</message>
|
50
|
-
|
51
|
-
<portType name="docrpc_porttype">
|
52
|
-
<operation name="echo">
|
53
|
-
<input message="tns:echo_in" />
|
54
|
-
<output message="tns:echo_out" />
|
55
|
-
</operation>
|
56
|
-
</portType>
|
57
|
-
|
58
|
-
<binding name="docrpc_binding" type="tns:docrpc_porttype">
|
59
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
|
60
|
-
<operation name="echo">
|
61
|
-
<soap:operation soapAction="urn:docrpc:echo" style="document" />
|
62
|
-
<input>
|
63
|
-
<soap:body use="literal" />
|
64
|
-
</input>
|
65
|
-
<output>
|
66
|
-
<soap:body use="literal" />
|
67
|
-
</output>
|
68
|
-
</operation>
|
69
|
-
</binding>
|
70
|
-
|
71
|
-
<service name="docrpc_service">
|
72
|
-
<port name="docprc_service_port" binding="tns:docrpc_binding">
|
73
|
-
<soap:address location="http://localhost:17171/" />
|
74
|
-
</port>
|
75
|
-
</service>
|
76
|
-
</definitions>
|
@@ -1,54 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<definitions
|
3
|
-
name="foo"
|
4
|
-
targetNamespace="urn:foo"
|
5
|
-
xmlns:tns="urn:foo"
|
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
|
-
<xsd:schema elementFormDefault="unqualified" targetNamespace="urn:foo">
|
11
|
-
<xsd:element name="get_foo">
|
12
|
-
<xsd:complexType>
|
13
|
-
<xsd:sequence>
|
14
|
-
<xsd:element minOccurs="0" maxOccurs="1" name="number" type="xsd:string" />
|
15
|
-
</xsd:sequence>
|
16
|
-
</xsd:complexType>
|
17
|
-
</xsd:element>
|
18
|
-
</xsd:schema>
|
19
|
-
</types>
|
20
|
-
|
21
|
-
<message name="get_foo_in">
|
22
|
-
<part name="parameters" element="tns:get_foo" />
|
23
|
-
</message>
|
24
|
-
<message name="get_foo_out">
|
25
|
-
<part name="parameters" type="xsd:string" />
|
26
|
-
</message>
|
27
|
-
|
28
|
-
<portType name="foo_porttype">
|
29
|
-
<operation name="get_foo">
|
30
|
-
<input message="tns:get_foo_in" />
|
31
|
-
<output message="tns:get_foo_out" />
|
32
|
-
</operation>
|
33
|
-
</portType>
|
34
|
-
|
35
|
-
<binding name="foo_binding" type="tns:foo_porttype">
|
36
|
-
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
|
37
|
-
style="document" />
|
38
|
-
<operation name="get_foo">
|
39
|
-
<soap:operation soapAction="urn:foo:get_foo" style="document" />
|
40
|
-
<input>
|
41
|
-
<soap:body use="literal" />
|
42
|
-
</input>
|
43
|
-
<output>
|
44
|
-
<soap:body use="literal" />
|
45
|
-
</output>
|
46
|
-
</operation>
|
47
|
-
</binding>
|
48
|
-
|
49
|
-
<service name="foo_service">
|
50
|
-
<port name="foo_service_port" binding="tns:foo_binding">
|
51
|
-
<soap:address location="http://localhost:17171/" />
|
52
|
-
</port>
|
53
|
-
</service>
|
54
|
-
</definitions>
|
@@ -1,66 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<definitions xmlns:tns="http://xmlsoap.org/Ping"
|
3
|
-
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
4
|
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
5
|
-
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
6
|
-
targetNamespace="http://xmlsoap.org/Ping" name="Ping">
|
7
|
-
<types>
|
8
|
-
<schema targetNamespace="http://xmlsoap.org/Ping"
|
9
|
-
xmlns="http://www.w3.org/2001/XMLSchema"
|
10
|
-
elementFormDefault="qualified">
|
11
|
-
<complexType name="ping">
|
12
|
-
<sequence>
|
13
|
-
<element name="scenario" type="xsd:string"
|
14
|
-
nillable="true"/>
|
15
|
-
<element name="origin" type="xsd:string"
|
16
|
-
nillable="true"/>
|
17
|
-
<element name="text" type="xsd:string"
|
18
|
-
nillable="true"/>
|
19
|
-
</sequence>
|
20
|
-
</complexType>
|
21
|
-
<complexType name="pingResponse">
|
22
|
-
<sequence>
|
23
|
-
<element name="scenario" type="xsd:string"
|
24
|
-
nillable="true"/>
|
25
|
-
<element name="origin" type="xsd:string"
|
26
|
-
nillable="true"/>
|
27
|
-
<element name="text" type="xsd:string"
|
28
|
-
nillable="true"/>
|
29
|
-
</sequence>
|
30
|
-
</complexType>
|
31
|
-
<element name="Ping" type="tns:ping"/>
|
32
|
-
<element name="PingResponse" type="tns:pingResponse"/>
|
33
|
-
</schema>
|
34
|
-
</types>
|
35
|
-
<message name="PingRequest">
|
36
|
-
<part name="ping" element="tns:Ping"/>
|
37
|
-
</message>
|
38
|
-
<message name="PingResponse">
|
39
|
-
<part name="pingResponse" element="tns:PingResponse"/>
|
40
|
-
</message>
|
41
|
-
<portType name="PingPort">
|
42
|
-
<operation name="Ping">
|
43
|
-
<input message="tns:PingRequest"/>
|
44
|
-
<output message="tns:PingResponse"/>
|
45
|
-
</operation>
|
46
|
-
</portType>
|
47
|
-
<binding name="PingBinding" type="tns:PingPort">
|
48
|
-
<soap:binding style="document"
|
49
|
-
transport="http://schemas.xmlsoap.org/soap/http"/>
|
50
|
-
<operation name="Ping">
|
51
|
-
<soap:operation/>
|
52
|
-
<input>
|
53
|
-
<soap:body use="literal" encodingStyle="" />
|
54
|
-
</input>
|
55
|
-
<output>
|
56
|
-
<soap:body use="literal"/>
|
57
|
-
</output>
|
58
|
-
</operation>
|
59
|
-
</binding>
|
60
|
-
<service name="PingService">
|
61
|
-
<port name="PingPort" binding="tns:PingBinding">
|
62
|
-
<soap:address
|
63
|
-
location="http://127.0.0.1:8080/axis/services/PingPort"/>
|
64
|
-
</port>
|
65
|
-
</service>
|
66
|
-
</definitions>
|
@@ -1,103 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'helper'
|
3
|
-
require 'testutil'
|
4
|
-
require 'wsdl/parser'
|
5
|
-
require 'wsdl/soap/wsdl2ruby'
|
6
|
-
require 'soap/rpc/standaloneServer'
|
7
|
-
require 'soap/wsdlDriver'
|
8
|
-
require 'soap/rpc/driver'
|
9
|
-
|
10
|
-
|
11
|
-
module WSDL; module Document
|
12
|
-
|
13
|
-
|
14
|
-
class TestNoSOAPAction < Test::Unit::TestCase
|
15
|
-
class Server < ::SOAP::RPC::StandaloneServer
|
16
|
-
Namespace = 'http://xmlsoap.org/Ping'
|
17
|
-
|
18
|
-
def on_init
|
19
|
-
add_document_method(
|
20
|
-
self,
|
21
|
-
Namespace + '/ping',
|
22
|
-
'ping_with_soapaction',
|
23
|
-
XSD::QName.new(Namespace, 'Ping'),
|
24
|
-
XSD::QName.new(Namespace, 'PingResponse')
|
25
|
-
)
|
26
|
-
|
27
|
-
add_document_method(
|
28
|
-
self,
|
29
|
-
nil,
|
30
|
-
'ping',
|
31
|
-
XSD::QName.new(Namespace, 'Ping'),
|
32
|
-
XSD::QName.new(Namespace, 'PingResponse')
|
33
|
-
)
|
34
|
-
|
35
|
-
# When no SOAPAction given, latter method(ping) is called.
|
36
|
-
end
|
37
|
-
|
38
|
-
def ping(arg)
|
39
|
-
arg.text = 'ping'
|
40
|
-
arg
|
41
|
-
end
|
42
|
-
|
43
|
-
def ping_with_soapaction(arg)
|
44
|
-
arg.text = 'ping_with_soapaction'
|
45
|
-
arg
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
DIR = File.dirname(File.expand_path(__FILE__))
|
50
|
-
|
51
|
-
Port = 17171
|
52
|
-
|
53
|
-
def setup
|
54
|
-
setup_server
|
55
|
-
@client = nil
|
56
|
-
end
|
57
|
-
|
58
|
-
def teardown
|
59
|
-
teardown_server if @server
|
60
|
-
@client.reset_stream if @client
|
61
|
-
end
|
62
|
-
|
63
|
-
def setup_server
|
64
|
-
@server = Server.new('Test', Server::Namespace, '0.0.0.0', Port)
|
65
|
-
@server.level = Logger::Severity::ERROR
|
66
|
-
@server_thread = TestUtil.start_server_thread(@server)
|
67
|
-
end
|
68
|
-
|
69
|
-
def teardown_server
|
70
|
-
@server.shutdown
|
71
|
-
@server_thread.kill
|
72
|
-
@server_thread.join
|
73
|
-
end
|
74
|
-
|
75
|
-
def test_with_soapaction
|
76
|
-
wsdl = File.join(DIR, 'ping_nosoapaction.wsdl')
|
77
|
-
@client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
|
78
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
79
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
80
|
-
rv = @client.ping(:scenario => 'scenario', :origin => 'origin',
|
81
|
-
:text => 'text')
|
82
|
-
assert_equal('scenario', rv.scenario)
|
83
|
-
assert_equal('origin', rv.origin)
|
84
|
-
assert_equal('ping', rv.text)
|
85
|
-
end
|
86
|
-
|
87
|
-
def test_without_soapaction
|
88
|
-
@client = ::SOAP::RPC::Driver.new("http://localhost:#{Port}/",
|
89
|
-
Server::Namespace)
|
90
|
-
@client.add_document_method('ping', Server::Namespace + '/ping',
|
91
|
-
XSD::QName.new(Server::Namespace, 'Ping'),
|
92
|
-
XSD::QName.new(Server::Namespace, 'PingResponse'))
|
93
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
94
|
-
rv = @client.ping(:scenario => 'scenario', :origin => 'origin',
|
95
|
-
:text => 'text')
|
96
|
-
assert_equal('scenario', rv.scenario)
|
97
|
-
assert_equal('origin', rv.origin)
|
98
|
-
assert_equal('ping_with_soapaction', rv.text)
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
|
103
|
-
end; end
|