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
@@ -1,75 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<definitions name="MultipleFaultTest"
|
3
|
-
targetNamespace="urn:jp.gr.jin.rrr.example.ele"
|
4
|
-
xmlns:tns="urn:jp.gr.jin.rrr.example.ele"
|
5
|
-
xmlns:typens="urn:jp.gr.jin.rrr.example.datatypes"
|
6
|
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
7
|
-
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
8
|
-
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
|
9
|
-
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
10
|
-
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
11
|
-
|
12
|
-
<types>
|
13
|
-
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
|
14
|
-
targetNamespace="urn:jp.gr.jin.rrr.example.datatypes">
|
15
|
-
<xsd:element name="AuthenticationError" type="tns:AuthenticationError" />
|
16
|
-
<xsd:complexType name="AuthenticationError">
|
17
|
-
<all>
|
18
|
-
<element name="message" type="xsd:string" />
|
19
|
-
<element name="backtrace" type="xoapenc:Array" />
|
20
|
-
</all>
|
21
|
-
</xsd:complexType>
|
22
|
-
<xsd:complexType name="AuthorizationError">
|
23
|
-
<all>
|
24
|
-
<element name="message" type="xsd:string" />
|
25
|
-
<element name="backtrace" type="xoapenc:Array" />
|
26
|
-
</all>
|
27
|
-
</xsd:complexType>
|
28
|
-
</xsd:schema>
|
29
|
-
</types>
|
30
|
-
|
31
|
-
<message name="inputmsg"/>
|
32
|
-
<message name="outputmsg"/>
|
33
|
-
<message name="faultmsg1" >
|
34
|
-
<part name="exception" element="typens:AuthenticationError" />
|
35
|
-
</message>
|
36
|
-
<message name="faultmsg2" >
|
37
|
-
<part name="exception" element="typens:AuthorizationError" />
|
38
|
-
</message>
|
39
|
-
|
40
|
-
<portType name="MultipleFaultPortType">
|
41
|
-
<operation name="myoperation">
|
42
|
-
<input message="tns:inputmsg"/>
|
43
|
-
<output message="tns:outputmsg"/>
|
44
|
-
<fault name="faultmsg1" message="tns:faultmsg1"/>
|
45
|
-
<fault name="faultmsg2" message="tns:faultmsg2"/>
|
46
|
-
</operation>
|
47
|
-
</portType>
|
48
|
-
|
49
|
-
<binding name="MultipleFaultBinding" type="tns:MultipleFaultPortType">
|
50
|
-
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
51
|
-
<operation name="myoperation">
|
52
|
-
<soap:operation soapAction="urn:jp.gr.jin.rrr.example.ele"/>
|
53
|
-
<input>
|
54
|
-
<soap:body use="encoded" namespace="urn:jp.gr.jin.rrr.example.ele"
|
55
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
56
|
-
</input>
|
57
|
-
<output>
|
58
|
-
<soap:body use="encoded" namespace="urn:jp.gr.jin.rrr.example.ele"
|
59
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
60
|
-
</output>
|
61
|
-
<fault name="faultmsg1">
|
62
|
-
<soap:fault name="faultmsg1" use="literal"/>
|
63
|
-
</fault>
|
64
|
-
<fault name="faultmsg2">
|
65
|
-
<soap:fault name="faultmsg2" use="literal"/>
|
66
|
-
</fault>
|
67
|
-
</operation>
|
68
|
-
</binding>
|
69
|
-
|
70
|
-
<service name="MultipleFaultService">
|
71
|
-
<port name="MultipleFaultPortType" binding="tns:MultipleFaultBinding">
|
72
|
-
<soap:address location="http://localhost:17171/"/>
|
73
|
-
</port>
|
74
|
-
</service>
|
75
|
-
</definitions>
|
@@ -1,36 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<definitions name="oneway" targetNamespace="http://www.example.com/oneway" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.example.com/oneway" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://www.example.com/oneway">
|
3
|
-
<types>
|
4
|
-
<schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.example.com/oneway" xmlns="http://www.w3.org/2001/XMLSchema">
|
5
|
-
<element name="onewayProcessRequest">
|
6
|
-
<complexType>
|
7
|
-
<sequence>
|
8
|
-
<element name="msg" type="string" nillable="true" />
|
9
|
-
</sequence>
|
10
|
-
</complexType>
|
11
|
-
</element>
|
12
|
-
</schema>
|
13
|
-
</types>
|
14
|
-
<message name="onewayRequestMessage">
|
15
|
-
<part name="payload" element="tns:onewayProcessRequest"/>
|
16
|
-
</message>
|
17
|
-
<portType name="onewayPort">
|
18
|
-
<operation name="initiate">
|
19
|
-
<input message="tns:onewayRequestMessage"/>
|
20
|
-
</operation>
|
21
|
-
</portType>
|
22
|
-
<binding name="onewayBinding" type="tns:onewayPort">
|
23
|
-
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
24
|
-
<operation name="initiate">
|
25
|
-
<soap:operation style="document" soapAction="initiate"/>
|
26
|
-
<input>
|
27
|
-
<soap:body use="literal"/>
|
28
|
-
</input>
|
29
|
-
</operation>
|
30
|
-
</binding>
|
31
|
-
<service name="onewayService">
|
32
|
-
<port name="onewayPort" binding="tns:onewayBinding">
|
33
|
-
<soap:address location="http://localhost:1234/soap"/>
|
34
|
-
</port>
|
35
|
-
</service>
|
36
|
-
</definitions>
|
@@ -1,109 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'helper'
|
3
|
-
require 'testutil'
|
4
|
-
require 'soap/rpc/standaloneServer'
|
5
|
-
require 'wsdl/soap/wsdl2ruby'
|
6
|
-
require 'soap/wsdlDriver'
|
7
|
-
|
8
|
-
|
9
|
-
module WSDL
|
10
|
-
module Oneway
|
11
|
-
|
12
|
-
|
13
|
-
class TestOneway < Test::Unit::TestCase
|
14
|
-
NS = 'http://www.example.com/oneway'
|
15
|
-
class Server < ::SOAP::RPC::StandaloneServer
|
16
|
-
Methods = [
|
17
|
-
[ "initiate",
|
18
|
-
"initiate",
|
19
|
-
[ [:in, "payload", ["::SOAP::SOAPElement", "http://www.example.com/oneway", "onewayProcessRequest"]] ],
|
20
|
-
{ :request_style => :document, :request_use => :literal,
|
21
|
-
:response_style => :document, :response_use => nil,
|
22
|
-
:faults => {} }
|
23
|
-
]
|
24
|
-
]
|
25
|
-
|
26
|
-
def on_init
|
27
|
-
Methods.each do |definition|
|
28
|
-
add_document_operation(self, *definition)
|
29
|
-
end
|
30
|
-
self.mapping_registry = OnewayMappingRegistry::EncodedRegistry
|
31
|
-
self.literal_mapping_registry = OnewayMappingRegistry::LiteralRegistry
|
32
|
-
end
|
33
|
-
|
34
|
-
def initiate(payload)
|
35
|
-
raise unless payload.msg
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
DIR = File.dirname(File.expand_path(__FILE__))
|
40
|
-
|
41
|
-
Port = 17171
|
42
|
-
|
43
|
-
def setup
|
44
|
-
setup_classdef
|
45
|
-
setup_server
|
46
|
-
@client = nil
|
47
|
-
end
|
48
|
-
|
49
|
-
def teardown
|
50
|
-
teardown_server if @server
|
51
|
-
unless $DEBUG
|
52
|
-
File.unlink(pathname('oneway.rb'))
|
53
|
-
File.unlink(pathname('onewayMappingRegistry.rb'))
|
54
|
-
File.unlink(pathname('onewayDriver.rb'))
|
55
|
-
end
|
56
|
-
@client.reset_stream if @client
|
57
|
-
end
|
58
|
-
|
59
|
-
def setup_server
|
60
|
-
@server = Server.new('Test', "http://www.example.com/oneway", '0.0.0.0', Port)
|
61
|
-
@server.level = Logger::Severity::ERROR
|
62
|
-
@server_thread = TestUtil.start_server_thread(@server)
|
63
|
-
end
|
64
|
-
|
65
|
-
def setup_classdef
|
66
|
-
gen = WSDL::SOAP::WSDL2Ruby.new
|
67
|
-
gen.location = pathname("oneway.wsdl")
|
68
|
-
gen.basedir = DIR
|
69
|
-
gen.logger.level = Logger::FATAL
|
70
|
-
gen.opt['classdef'] = nil
|
71
|
-
gen.opt['mapping_registry'] = nil
|
72
|
-
gen.opt['driver'] = nil
|
73
|
-
gen.opt['force'] = true
|
74
|
-
gen.opt['module_path'] = 'WSDL::Oneway'
|
75
|
-
gen.run
|
76
|
-
TestUtil.require(DIR, 'oneway.rb', 'onewayDriver.rb', 'onewayMappingRegistry.rb')
|
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
|
-
def test_stub
|
90
|
-
@client = OnewayPort.new("http://localhost:#{Port}/")
|
91
|
-
@client.wiredump_dev = STDERR if $DEBUG
|
92
|
-
# not raised
|
93
|
-
@client.initiate(OnewayProcessRequest.new("msg"))
|
94
|
-
@client.initiate(OnewayProcessRequest.new(nil))
|
95
|
-
end
|
96
|
-
|
97
|
-
def test_wsdl
|
98
|
-
@client = ::SOAP::WSDLDriverFactory.new(pathname('oneway.wsdl')).create_rpc_driver
|
99
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
100
|
-
@client.wiredump_dev = STDERR if $DEBUG
|
101
|
-
# not raised
|
102
|
-
@client.initiate(OnewayProcessRequest.new("msg"))
|
103
|
-
@client.initiate(OnewayProcessRequest.new(nil))
|
104
|
-
end
|
105
|
-
end
|
106
|
-
|
107
|
-
|
108
|
-
end
|
109
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
# encoding: ASCII-8BIT
|
3
|
-
require 'defaultDriver.rb'
|
4
|
-
|
5
|
-
endpoint_url = ARGV.shift
|
6
|
-
obj = OverloadServicePortType.new(endpoint_url)
|
7
|
-
|
8
|
-
# run ruby with -d to see SOAP wiredumps.
|
9
|
-
obj.wiredump_dev = STDERR if $DEBUG
|
10
|
-
|
11
|
-
# SYNOPSIS
|
12
|
-
# methodAlpha(in0, in1, in2)
|
13
|
-
#
|
14
|
-
# ARGS
|
15
|
-
# in0 C_String - {http://www.w3.org/2001/XMLSchema}string
|
16
|
-
# in1 C_String - {http://www.w3.org/2001/XMLSchema}string
|
17
|
-
# in2 C_String - {http://www.w3.org/2001/XMLSchema}string
|
18
|
-
#
|
19
|
-
# RETURNS
|
20
|
-
# methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long
|
21
|
-
#
|
22
|
-
in0 = in1 = in2 = nil
|
23
|
-
puts obj.methodAlpha(in0, in1, in2)
|
24
|
-
|
25
|
-
# SYNOPSIS
|
26
|
-
# methodAlpha_2(in0, in1)
|
27
|
-
#
|
28
|
-
# ARGS
|
29
|
-
# in0 C_String - {http://www.w3.org/2001/XMLSchema}string
|
30
|
-
# in1 C_String - {http://www.w3.org/2001/XMLSchema}string
|
31
|
-
#
|
32
|
-
# RETURNS
|
33
|
-
# methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long
|
34
|
-
#
|
35
|
-
in0 = in1 = nil
|
36
|
-
puts obj.methodAlpha_2(in0, in1)
|
37
|
-
|
38
|
-
|
@@ -1,62 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'default.rb'
|
3
|
-
require 'defaultMappingRegistry.rb'
|
4
|
-
require 'soap/rpc/driver'
|
5
|
-
|
6
|
-
class OverloadServicePortType < ::SOAP::RPC::Driver
|
7
|
-
DefaultEndpointUrl = "http://localhost/"
|
8
|
-
NsOverload = "urn:overload"
|
9
|
-
|
10
|
-
Methods = [
|
11
|
-
[ XSD::QName.new(NsOverload, "methodAlpha"),
|
12
|
-
"methodAlpha1",
|
13
|
-
"methodAlpha",
|
14
|
-
[ [:in, "in0", ["::SOAP::SOAPString"]],
|
15
|
-
[:in, "in1", ["::SOAP::SOAPString"]],
|
16
|
-
[:in, "in2", ["::SOAP::SOAPString"]],
|
17
|
-
[:retval, "methodAlphaReturn", ["::SOAP::SOAPLong"]] ],
|
18
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
19
|
-
:response_style => :rpc, :response_use => :encoded,
|
20
|
-
:faults => {} }
|
21
|
-
],
|
22
|
-
[ XSD::QName.new(NsOverload, "methodAlpha"),
|
23
|
-
"methodAlpha2",
|
24
|
-
"methodAlpha_2",
|
25
|
-
[ [:in, "in0", ["::SOAP::SOAPString"]],
|
26
|
-
[:in, "in1", ["::SOAP::SOAPString"]],
|
27
|
-
[:retval, "methodAlphaReturn", ["::SOAP::SOAPLong"]] ],
|
28
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
29
|
-
:response_style => :rpc, :response_use => :encoded,
|
30
|
-
:faults => {} }
|
31
|
-
]
|
32
|
-
]
|
33
|
-
|
34
|
-
def initialize(endpoint_url = nil)
|
35
|
-
endpoint_url ||= DefaultEndpointUrl
|
36
|
-
super(endpoint_url, nil)
|
37
|
-
self.mapping_registry = DefaultMappingRegistry::EncodedRegistry
|
38
|
-
self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry
|
39
|
-
init_methods
|
40
|
-
end
|
41
|
-
|
42
|
-
private
|
43
|
-
|
44
|
-
def init_methods
|
45
|
-
Methods.each do |definitions|
|
46
|
-
opt = definitions.last
|
47
|
-
if opt[:request_style] == :document
|
48
|
-
add_document_operation(*definitions)
|
49
|
-
else
|
50
|
-
add_rpc_operation(*definitions)
|
51
|
-
qname = definitions[0]
|
52
|
-
name = definitions[2]
|
53
|
-
if qname.name != name and qname.name.capitalize == name.capitalize
|
54
|
-
::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
|
55
|
-
__send__(name, *arg)
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
end
|
62
|
-
|
@@ -1,36 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'default.rb'
|
3
|
-
|
4
|
-
class OverloadServicePortType
|
5
|
-
# SYNOPSIS
|
6
|
-
# methodAlpha(in0, in1, in2)
|
7
|
-
#
|
8
|
-
# ARGS
|
9
|
-
# in0 C_String - {http://www.w3.org/2001/XMLSchema}string
|
10
|
-
# in1 C_String - {http://www.w3.org/2001/XMLSchema}string
|
11
|
-
# in2 C_String - {http://www.w3.org/2001/XMLSchema}string
|
12
|
-
#
|
13
|
-
# RETURNS
|
14
|
-
# methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long
|
15
|
-
#
|
16
|
-
def methodAlpha(in0, in1, in2)
|
17
|
-
p [in0, in1, in2]
|
18
|
-
raise NotImplementedError.new
|
19
|
-
end
|
20
|
-
|
21
|
-
# SYNOPSIS
|
22
|
-
# methodAlpha_2(in0, in1)
|
23
|
-
#
|
24
|
-
# ARGS
|
25
|
-
# in0 C_String - {http://www.w3.org/2001/XMLSchema}string
|
26
|
-
# in1 C_String - {http://www.w3.org/2001/XMLSchema}string
|
27
|
-
#
|
28
|
-
# RETURNS
|
29
|
-
# methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long
|
30
|
-
#
|
31
|
-
def methodAlpha_2(in0, in1)
|
32
|
-
p [in0, in1]
|
33
|
-
raise NotImplementedError.new
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
@@ -1,70 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<wsdl:definitions targetNamespace="urn:overload" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:tns="urn:overload" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
3
|
-
<wsdl:types>
|
4
|
-
<schema targetNamespace="urn:overload" xmlns="http://www.w3.org/2001/XMLSchema">
|
5
|
-
<import namespace="http://xml.apache.org/xml-soap"/>
|
6
|
-
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
7
|
-
</schema>
|
8
|
-
</wsdl:types>
|
9
|
-
|
10
|
-
<wsdl:message name="methodAlphaRequest">
|
11
|
-
<wsdl:part name="in0" type="xsd:string"/>
|
12
|
-
<wsdl:part name="in1" type="xsd:string"/>
|
13
|
-
<wsdl:part name="in2" type="xsd:string"/>
|
14
|
-
</wsdl:message>
|
15
|
-
|
16
|
-
<wsdl:message name="methodAlphaRequest1">
|
17
|
-
<wsdl:part name="in0" type="xsd:string"/>
|
18
|
-
<wsdl:part name="in1" type="xsd:string"/>
|
19
|
-
</wsdl:message>
|
20
|
-
|
21
|
-
<wsdl:message name="methodAlphaResponse">
|
22
|
-
<wsdl:part name="methodAlphaReturn" type="xsd:long"/>
|
23
|
-
</wsdl:message>
|
24
|
-
|
25
|
-
<wsdl:message name="methodAlphaResponse1">
|
26
|
-
<wsdl:part name="methodAlphaReturn" type="xsd:long"/>
|
27
|
-
</wsdl:message>
|
28
|
-
|
29
|
-
<wsdl:portType name="OverloadServicePortType">
|
30
|
-
<wsdl:operation name="methodAlpha" parameterOrder="in0 in1 in2">
|
31
|
-
<wsdl:input message="tns:methodAlphaRequest" name="methodAlphaRequest"/>
|
32
|
-
<wsdl:output message="tns:methodAlphaResponse" name="methodAlphaResponse"/>
|
33
|
-
</wsdl:operation>
|
34
|
-
|
35
|
-
<wsdl:operation name="methodAlpha" parameterOrder="in0 in1">
|
36
|
-
<wsdl:input message="tns:methodAlphaRequest1" name="methodAlphaRequest1"/>
|
37
|
-
<wsdl:output message="tns:methodAlphaResponse1" name="methodAlphaResponse1"/>
|
38
|
-
</wsdl:operation>
|
39
|
-
</wsdl:portType>
|
40
|
-
|
41
|
-
<wsdl:binding name="OverloadServiceSoap" type="tns:OverloadServicePortType">
|
42
|
-
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
43
|
-
<wsdl:operation name="methodAlpha">
|
44
|
-
<wsdlsoap:operation soapAction="methodAlpha1"/>
|
45
|
-
<wsdl:input name="methodAlphaRequest">
|
46
|
-
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:overload" use="encoded"/>
|
47
|
-
</wsdl:input>
|
48
|
-
<wsdl:output name="methodAlphaResponse">
|
49
|
-
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:overload" use="encoded"/>
|
50
|
-
</wsdl:output>
|
51
|
-
</wsdl:operation>
|
52
|
-
|
53
|
-
<wsdl:operation name="methodAlpha">
|
54
|
-
<wsdlsoap:operation soapAction="methodAlpha2"/>
|
55
|
-
<wsdl:input name="methodAlphaRequest1">
|
56
|
-
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:overload" use="encoded"/>
|
57
|
-
</wsdl:input>
|
58
|
-
<wsdl:output name="methodAlphaResponse1">
|
59
|
-
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:overload" use="encoded"/>
|
60
|
-
</wsdl:output>
|
61
|
-
</wsdl:operation>
|
62
|
-
</wsdl:binding>
|
63
|
-
|
64
|
-
<wsdl:service name="OverloadService">
|
65
|
-
<wsdl:port binding="tns:OverloadServiceSoap" name="OverloadServicePort">
|
66
|
-
<wsdlsoap:address location="http://localhost/"/>
|
67
|
-
</wsdl:port>
|
68
|
-
</wsdl:service>
|
69
|
-
|
70
|
-
</wsdl:definitions>
|
@@ -1,132 +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 Overload
|
11
|
-
|
12
|
-
|
13
|
-
class TestOverload < Test::Unit::TestCase
|
14
|
-
TNS = "urn:overload"
|
15
|
-
|
16
|
-
Methods = [
|
17
|
-
[
|
18
|
-
XSD::QName.new(TNS, 'methodAlpha'), "methodAlpha1", "method_alpha_1",
|
19
|
-
[ [:in, "in0", ["::SOAP::SOAPString"]],
|
20
|
-
[:in, "in1", ["::SOAP::SOAPString"]],
|
21
|
-
[:in, "in2", ["::SOAP::SOAPString"]],
|
22
|
-
[:retval, "methodAlphaReturn", ["::SOAP::SOAPLong"]] ]
|
23
|
-
],
|
24
|
-
[
|
25
|
-
XSD::QName.new(TNS, 'methodAlpha'), "methodAlpha2", "method_alpha_2",
|
26
|
-
[ [:in, "in0", ["::SOAP::SOAPString"]],
|
27
|
-
[:in, "in1", ["::SOAP::SOAPString"]],
|
28
|
-
[:retval, "methodAlphaReturn", ["::SOAP::SOAPLong"]] ]
|
29
|
-
]
|
30
|
-
]
|
31
|
-
|
32
|
-
class Server < ::SOAP::RPC::StandaloneServer
|
33
|
-
def on_init
|
34
|
-
TestOverload::Methods.each do |definition|
|
35
|
-
add_rpc_operation(self, *definition)
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
def method_alpha_1(in0, in1, in2)
|
40
|
-
3
|
41
|
-
end
|
42
|
-
|
43
|
-
def method_alpha_2(in0, in1)
|
44
|
-
2
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
DIR = File.dirname(File.expand_path(__FILE__))
|
49
|
-
|
50
|
-
Port = 17171
|
51
|
-
|
52
|
-
def setup
|
53
|
-
setup_server
|
54
|
-
setup_classdef
|
55
|
-
@client = nil
|
56
|
-
end
|
57
|
-
|
58
|
-
def teardown
|
59
|
-
teardown_server if @server
|
60
|
-
unless $DEBUG
|
61
|
-
File.unlink(pathname('default.rb'))
|
62
|
-
File.unlink(pathname('defaultMappingRegistry.rb'))
|
63
|
-
File.unlink(pathname('defaultDriver.rb'))
|
64
|
-
File.unlink(pathname('defaultServant.rb'))
|
65
|
-
File.unlink(pathname('OverloadServiceClient.rb'))
|
66
|
-
end
|
67
|
-
@client.reset_stream if @client
|
68
|
-
end
|
69
|
-
|
70
|
-
def setup_server
|
71
|
-
@server = Server.new('Test', "urn:rpc", '0.0.0.0', Port)
|
72
|
-
@server.level = Logger::Severity::ERROR
|
73
|
-
@server_thread = TestUtil.start_server_thread(@server)
|
74
|
-
end
|
75
|
-
|
76
|
-
def setup_classdef
|
77
|
-
gen = WSDL::SOAP::WSDL2Ruby.new
|
78
|
-
gen.location = pathname("overload.wsdl")
|
79
|
-
gen.basedir = DIR
|
80
|
-
gen.logger.level = Logger::FATAL
|
81
|
-
gen.opt['classdef'] = nil
|
82
|
-
gen.opt['mapping_registry'] = nil
|
83
|
-
gen.opt['driver'] = nil
|
84
|
-
gen.opt['servant_skelton'] = nil
|
85
|
-
gen.opt['client_skelton'] = nil
|
86
|
-
gen.opt['force'] = true
|
87
|
-
gen.run
|
88
|
-
TestUtil.require(DIR, 'default.rb')
|
89
|
-
end
|
90
|
-
|
91
|
-
def teardown_server
|
92
|
-
@server.shutdown
|
93
|
-
@server_thread.kill
|
94
|
-
@server_thread.join
|
95
|
-
end
|
96
|
-
|
97
|
-
def pathname(filename)
|
98
|
-
File.join(DIR, filename)
|
99
|
-
end
|
100
|
-
|
101
|
-
def test_compare
|
102
|
-
compare("expectedDriver.rb", "defaultDriver.rb")
|
103
|
-
compare("expectedServant.rb", "defaultServant.rb")
|
104
|
-
compare("expectedClient.rb", "OverloadServiceClient.rb")
|
105
|
-
end
|
106
|
-
|
107
|
-
def test_wsdl
|
108
|
-
wsdl = File.join(DIR, 'overload.wsdl')
|
109
|
-
@client = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
|
110
|
-
@client.endpoint_url = "http://localhost:#{Port}/"
|
111
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
112
|
-
assert_equal(3, @client.call("methodAlpha1", "1", "2", "3"))
|
113
|
-
assert_equal(2, @client.call("methodAlpha2", "1", "2"))
|
114
|
-
end
|
115
|
-
|
116
|
-
def test_native
|
117
|
-
@client = ::SOAP::RPC::Driver.new("http://localhost:#{Port}/")
|
118
|
-
Methods.each do |definition|
|
119
|
-
@client.add_rpc_operation(*definition)
|
120
|
-
end
|
121
|
-
@client.wiredump_dev = STDOUT if $DEBUG
|
122
|
-
assert_equal(3, @client.call("methodAlpha1", "1", "2", "3"))
|
123
|
-
assert_equal(2, @client.call("methodAlpha2", "1", "2"))
|
124
|
-
end
|
125
|
-
|
126
|
-
def compare(expected, actual)
|
127
|
-
TestUtil.filecompare(pathname(expected), pathname(actual))
|
128
|
-
end
|
129
|
-
end
|
130
|
-
|
131
|
-
|
132
|
-
end; end
|