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,51 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
# XSD4R - XMLParser XML parser library.
|
3
|
-
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
|
4
|
-
|
5
|
-
# This program is copyrighted free software by NAKAMURA, Hiroshi. You can
|
6
|
-
# redistribute it and/or modify it under the same terms of Ruby's license;
|
7
|
-
# either the dual license version in 2003, or any later version.
|
8
|
-
|
9
|
-
|
10
|
-
require 'xsd/xmlparser'
|
11
|
-
require 'xml/parser'
|
12
|
-
|
13
|
-
|
14
|
-
module XSD
|
15
|
-
module XMLParser
|
16
|
-
|
17
|
-
|
18
|
-
class XMLParser < XSD::XMLParser::Parser
|
19
|
-
class Listener < XML::Parser
|
20
|
-
begin
|
21
|
-
require 'xml/encoding-ja'
|
22
|
-
include XML::Encoding_ja
|
23
|
-
rescue LoadError
|
24
|
-
# uconv may not be installed.
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def do_parse(string_or_readable)
|
29
|
-
# XMLParser passes a String in utf-8.
|
30
|
-
@charset = 'utf-8'
|
31
|
-
@parser = Listener.new
|
32
|
-
@parser.parse(string_or_readable) do |type, name, data|
|
33
|
-
case type
|
34
|
-
when XML::Parser::START_ELEM
|
35
|
-
start_element(name, data)
|
36
|
-
when XML::Parser::END_ELEM
|
37
|
-
end_element(name)
|
38
|
-
when XML::Parser::CDATA
|
39
|
-
characters(data)
|
40
|
-
else
|
41
|
-
raise FormatDecodeError.new("Unexpected XML: #{ type }/#{ name }/#{ data }.")
|
42
|
-
end
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
add_factory(self)
|
47
|
-
end
|
48
|
-
|
49
|
-
|
50
|
-
end
|
51
|
-
end
|
@@ -1,150 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
# XSD4R - XMLScan XML parser library.
|
3
|
-
# Copyright (C) 2000-2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
|
4
|
-
|
5
|
-
# This program is copyrighted free software by NAKAMURA, Hiroshi. You can
|
6
|
-
# redistribute it and/or modify it under the same terms of Ruby's license;
|
7
|
-
# either the dual license version in 2003, or any later version.
|
8
|
-
|
9
|
-
|
10
|
-
require 'xsd/xmlparser'
|
11
|
-
require 'xmlscan/scanner'
|
12
|
-
|
13
|
-
|
14
|
-
module XSD
|
15
|
-
module XMLParser
|
16
|
-
|
17
|
-
|
18
|
-
class XMLScanner < XSD::XMLParser::Parser
|
19
|
-
include XMLScan::Visitor
|
20
|
-
|
21
|
-
def do_parse(string_or_readable)
|
22
|
-
@attrs = {}
|
23
|
-
@curattr = nil
|
24
|
-
@scanner = XMLScan::XMLScanner.new(self)
|
25
|
-
@scanner.kcode = XSD::Charset.charset_str(charset) if charset
|
26
|
-
@scanner.parse(string_or_readable)
|
27
|
-
end
|
28
|
-
|
29
|
-
def scanner_kcode=(charset)
|
30
|
-
@scanner.kcode = XSD::Charset.charset_str(charset) if charset
|
31
|
-
self.xmldecl_encoding = charset
|
32
|
-
end
|
33
|
-
|
34
|
-
ENTITY_REF_MAP = {
|
35
|
-
'lt' => '<',
|
36
|
-
'gt' => '>',
|
37
|
-
'amp' => '&',
|
38
|
-
'quot' => '"',
|
39
|
-
'apos' => '\''
|
40
|
-
}
|
41
|
-
|
42
|
-
def parse_error(msg)
|
43
|
-
raise ParseError.new(msg)
|
44
|
-
end
|
45
|
-
|
46
|
-
def wellformed_error(msg)
|
47
|
-
raise NotWellFormedError.new(msg)
|
48
|
-
end
|
49
|
-
|
50
|
-
def valid_error(msg)
|
51
|
-
raise NotValidError.new(msg)
|
52
|
-
end
|
53
|
-
|
54
|
-
def warning(msg)
|
55
|
-
warn(msg)
|
56
|
-
end
|
57
|
-
|
58
|
-
# def on_xmldecl; end
|
59
|
-
|
60
|
-
def on_xmldecl_version(str)
|
61
|
-
# 1.0 expected.
|
62
|
-
end
|
63
|
-
|
64
|
-
def on_xmldecl_encoding(str)
|
65
|
-
self.scanner_kcode = str
|
66
|
-
end
|
67
|
-
|
68
|
-
# def on_xmldecl_standalone(str); end
|
69
|
-
|
70
|
-
# def on_xmldecl_other(name, value); end
|
71
|
-
|
72
|
-
# def on_xmldecl_end; end
|
73
|
-
|
74
|
-
# def on_doctype(root, pubid, sysid); end
|
75
|
-
|
76
|
-
# def on_prolog_space(str); end
|
77
|
-
|
78
|
-
# def on_comment(str); end
|
79
|
-
|
80
|
-
# def on_pi(target, pi); end
|
81
|
-
|
82
|
-
def on_chardata(str)
|
83
|
-
characters(str)
|
84
|
-
end
|
85
|
-
|
86
|
-
def on_cdata(str)
|
87
|
-
characters(str)
|
88
|
-
end
|
89
|
-
|
90
|
-
def on_etag(name)
|
91
|
-
end_element(name)
|
92
|
-
end
|
93
|
-
|
94
|
-
def on_entityref(ref)
|
95
|
-
characters(ENTITY_REF_MAP[ref])
|
96
|
-
end
|
97
|
-
|
98
|
-
def on_charref(code)
|
99
|
-
characters([code].pack('U'))
|
100
|
-
end
|
101
|
-
|
102
|
-
def on_charref_hex(code)
|
103
|
-
on_charref(code)
|
104
|
-
end
|
105
|
-
|
106
|
-
# def on_start_document; end
|
107
|
-
|
108
|
-
# def on_end_document; end
|
109
|
-
|
110
|
-
def on_stag(name)
|
111
|
-
@attrs = {}
|
112
|
-
end
|
113
|
-
|
114
|
-
def on_attribute(name)
|
115
|
-
@attrs[name] = @curattr = ''
|
116
|
-
end
|
117
|
-
|
118
|
-
def on_attr_value(str)
|
119
|
-
@curattr << str
|
120
|
-
end
|
121
|
-
|
122
|
-
def on_attr_entityref(ref)
|
123
|
-
@curattr << ENTITY_REF_MAP[ref]
|
124
|
-
end
|
125
|
-
|
126
|
-
def on_attr_charref(code)
|
127
|
-
@curattr << [code].pack('U')
|
128
|
-
end
|
129
|
-
|
130
|
-
def on_attr_charref_hex(code)
|
131
|
-
on_attr_charref(code)
|
132
|
-
end
|
133
|
-
|
134
|
-
# def on_attribute_end(name); end
|
135
|
-
|
136
|
-
def on_stag_end_empty(name)
|
137
|
-
on_stag_end(name)
|
138
|
-
on_etag(name)
|
139
|
-
end
|
140
|
-
|
141
|
-
def on_stag_end(name)
|
142
|
-
start_element(name, @attrs)
|
143
|
-
end
|
144
|
-
|
145
|
-
add_factory(self)
|
146
|
-
end
|
147
|
-
|
148
|
-
|
149
|
-
end
|
150
|
-
end
|
data/test/16runner.rb
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'test/unit/testsuite'
|
3
|
-
require 'test/unit/testcase'
|
4
|
-
|
5
|
-
$KCODE = 'UTF8'
|
6
|
-
|
7
|
-
rcsid = %w$Id$
|
8
|
-
Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze
|
9
|
-
Release = rcsid[3].freeze
|
10
|
-
|
11
|
-
module Test
|
12
|
-
module Unit
|
13
|
-
module Assertions
|
14
|
-
alias assert_raise assert_raises
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
class BulkTestSuite < Test::Unit::TestSuite
|
20
|
-
def self.suite
|
21
|
-
suite = Test::Unit::TestSuite.new
|
22
|
-
ObjectSpace.each_object(Class) do |klass|
|
23
|
-
suite << klass.suite if (Test::Unit::TestCase > klass)
|
24
|
-
end
|
25
|
-
suite
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
runners_map = {
|
30
|
-
'console' => proc do |suite|
|
31
|
-
require 'test/unit/ui/console/testrunner'
|
32
|
-
passed = Test::Unit::UI::Console::TestRunner.run(suite).passed?
|
33
|
-
exit(passed ? 0 : 1)
|
34
|
-
end,
|
35
|
-
'gtk' => proc do |suite|
|
36
|
-
require 'test/unit/ui/gtk/testrunner'
|
37
|
-
Test::Unit::UI::GTK::TestRunner.run(suite)
|
38
|
-
end,
|
39
|
-
'fox' => proc do |suite|
|
40
|
-
require 'test/unit/ui/fox/testrunner'
|
41
|
-
Test::Unit::UI::Fox::TestRunner.run(suite)
|
42
|
-
end,
|
43
|
-
}
|
44
|
-
|
45
|
-
def test_require(list)
|
46
|
-
list.each do |tc_name|
|
47
|
-
if File.directory?(tc_name)
|
48
|
-
newlist = Dir.glob(File.join(tc_name, "**", "test_*.rb")).sort
|
49
|
-
test_require(newlist)
|
50
|
-
else
|
51
|
-
dir = File.expand_path(File.dirname(tc_name))
|
52
|
-
backup = $:.dup
|
53
|
-
$:.push(dir)
|
54
|
-
require tc_name
|
55
|
-
$:.replace(backup)
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
|
-
argv = ARGV
|
61
|
-
if argv.empty?
|
62
|
-
argv = Dir.glob(File.join(File.dirname(__FILE__), "**", "test_*.rb")).sort
|
63
|
-
end
|
64
|
-
|
65
|
-
test_require(argv)
|
66
|
-
|
67
|
-
runner = 'console'
|
68
|
-
GC.start
|
69
|
-
runners_map[runner].call(BulkTestSuite.suite)
|
data/test/helper.rb
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'test/unit'
|
3
|
-
require 'rubygems'
|
4
|
-
require 'test/unit/xml' ## RubyJedi
|
5
|
-
|
6
|
-
ENV['DEBUG_SOAP4R'] = 'true' ## Needed to force wsdl2ruby.rb and xsd2ruby.rb to use DEVELOPMENT soap4r libs instead of installed soap4r libs
|
7
|
-
$DEBUG = !!ENV['WIREDUMPS']
|
data/test/interopR2/README.txt
DELETED
@@ -1,461 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<definitions name="SOAP4R_SOAPBuildersInteropTest_R2base"
|
3
|
-
targetNamespace="http://soapinterop.org/"
|
4
|
-
xmlns:tns="http://soapinterop.org/"
|
5
|
-
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
6
|
-
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
7
|
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
8
|
-
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
|
9
|
-
xmlns:s="http://soapinterop.org/xsd"
|
10
|
-
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
11
|
-
|
12
|
-
<types>
|
13
|
-
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapinterop.org/xsd">
|
14
|
-
<import namespace = "http://schemas.xmlsoap.org/soap/encoding/"/>
|
15
|
-
<complexType name="ArrayOfstring">
|
16
|
-
<complexContent>
|
17
|
-
<restriction base="SOAP-ENC:Array">
|
18
|
-
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="string[]"/>
|
19
|
-
</restriction>
|
20
|
-
</complexContent>
|
21
|
-
</complexType>
|
22
|
-
<complexType name="ArrayOfint">
|
23
|
-
<complexContent>
|
24
|
-
<restriction base="SOAP-ENC:Array">
|
25
|
-
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
|
26
|
-
</restriction>
|
27
|
-
</complexContent>
|
28
|
-
</complexType>
|
29
|
-
<complexType name="ArrayOffloat">
|
30
|
-
<complexContent>
|
31
|
-
<restriction base="SOAP-ENC:Array">
|
32
|
-
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="float[]"/>
|
33
|
-
</restriction>
|
34
|
-
</complexContent>
|
35
|
-
</complexType>
|
36
|
-
<complexType name="ArrayOfSOAPStruct">
|
37
|
-
<complexContent>
|
38
|
-
<restriction base="SOAP-ENC:Array">
|
39
|
-
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="s:SOAPStruct[]"/>
|
40
|
-
</restriction>
|
41
|
-
</complexContent>
|
42
|
-
</complexType>
|
43
|
-
<complexType name="SOAPStruct">
|
44
|
-
<all>
|
45
|
-
<element name="varString" type="string"/>
|
46
|
-
<element name="varInt" type="int"/>
|
47
|
-
<element name="varFloat" type="float"/>
|
48
|
-
</all>
|
49
|
-
</complexType>
|
50
|
-
<complexType name="SOAPStructStruct">
|
51
|
-
<all>
|
52
|
-
<element name="varString" type="string"/>
|
53
|
-
<element name="varInt" type="int"/>
|
54
|
-
<element name="varFloat" type="float"/>
|
55
|
-
<element name="varStruct" type="s:SOAPStruct"/>
|
56
|
-
</all>
|
57
|
-
</complexType>
|
58
|
-
<complexType name="SOAPArrayStruct">
|
59
|
-
<all>
|
60
|
-
<element name="varString" type="string"/>
|
61
|
-
<element name="varInt" type="int"/>
|
62
|
-
<element name="varFloat" type="float"/>
|
63
|
-
<element name="varArray" type="s:ArrayOfstring"/>
|
64
|
-
</all>
|
65
|
-
</complexType>
|
66
|
-
<complexType name="ArrayOfString2D">
|
67
|
-
<complexContent>
|
68
|
-
<restriction base="SOAP-ENC:Array">
|
69
|
-
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[,]"/>
|
70
|
-
</restriction>
|
71
|
-
</complexContent>
|
72
|
-
</complexType>
|
73
|
-
</schema>
|
74
|
-
</types>
|
75
|
-
|
76
|
-
<message name="echoStringRequest">
|
77
|
-
<part name="inputString" type="xsd:string"/>
|
78
|
-
</message>
|
79
|
-
<message name="echoStringResponse">
|
80
|
-
<part name="return" type="xsd:string"/>
|
81
|
-
</message>
|
82
|
-
<message name="echoStringArrayRequest">
|
83
|
-
<part name="inputStringArray" type="s:ArrayOfstring"/>
|
84
|
-
</message>
|
85
|
-
<message name="echoStringArrayResponse">
|
86
|
-
<part name="return" type="s:ArrayOfstring"/>
|
87
|
-
</message>
|
88
|
-
<message name="echoIntegerRequest">
|
89
|
-
<part name="inputInteger" type="xsd:int"/>
|
90
|
-
</message>
|
91
|
-
<message name="echoIntegerResponse">
|
92
|
-
<part name="return" type="xsd:int"/>
|
93
|
-
</message>
|
94
|
-
<message name="echoIntegerArrayRequest">
|
95
|
-
<part name="inputIntegerArray" type="s:ArrayOfint"/>
|
96
|
-
</message>
|
97
|
-
<message name="echoIntegerArrayResponse">
|
98
|
-
<part name="return" type="s:ArrayOfint"/>
|
99
|
-
</message>
|
100
|
-
<message name="echoFloatRequest">
|
101
|
-
<part name="inputFloat" type="xsd:float"/>
|
102
|
-
</message>
|
103
|
-
<message name="echoFloatResponse">
|
104
|
-
<part name="return" type="xsd:float"/>
|
105
|
-
</message>
|
106
|
-
<message name="echoFloatArrayRequest">
|
107
|
-
<part name="inputFloatArray" type="s:ArrayOffloat"/>
|
108
|
-
</message>
|
109
|
-
<message name="echoFloatArrayResponse">
|
110
|
-
<part name="return" type="s:ArrayOffloat"/>
|
111
|
-
</message>
|
112
|
-
<message name="echoStructRequest">
|
113
|
-
<part name="inputStruct" type="s:SOAPStruct"/>
|
114
|
-
</message>
|
115
|
-
<message name="echoStructResponse">
|
116
|
-
<part name="return" type="s:SOAPStruct"/>
|
117
|
-
</message>
|
118
|
-
<message name="echoStructArrayRequest">
|
119
|
-
<part name="inputStructArray" type="s:ArrayOfSOAPStruct"/>
|
120
|
-
</message>
|
121
|
-
<message name="echoStructArrayResponse">
|
122
|
-
<part name="return" type="s:ArrayOfSOAPStruct"/>
|
123
|
-
</message>
|
124
|
-
<message name="echoVoidRequest"/>
|
125
|
-
<message name="echoVoidResponse"/>
|
126
|
-
<message name="echoBase64Request">
|
127
|
-
<part name="inputBase64" type="xsd:base64Binary"/>
|
128
|
-
</message>
|
129
|
-
<message name="echoBase64Response">
|
130
|
-
<part name="return" type="xsd:base64Binary"/>
|
131
|
-
</message>
|
132
|
-
<message name="echoDateRequest">
|
133
|
-
<part name="inputDate" type="xsd:dateTime"/>
|
134
|
-
</message>
|
135
|
-
<message name="echoDateResponse">
|
136
|
-
<part name="return" type="xsd:dateTime"/>
|
137
|
-
</message>
|
138
|
-
<message name="echoHexBinaryRequest">
|
139
|
-
<part name="inputHexBinary" type="xsd:hexBinary"/>
|
140
|
-
</message>
|
141
|
-
<message name="echoHexBinaryResponse">
|
142
|
-
<part name="return" type="xsd:hexBinary"/>
|
143
|
-
</message>
|
144
|
-
<message name="echoDecimalRequest">
|
145
|
-
<part name="inputDecimal" type="xsd:decimal"/>
|
146
|
-
</message>
|
147
|
-
<message name="echoDecimalResponse">
|
148
|
-
<part name="return" type="xsd:decimal"/>
|
149
|
-
</message>
|
150
|
-
<message name="echoBooleanRequest">
|
151
|
-
<part name="inputBoolean" type="xsd:boolean"/>
|
152
|
-
</message>
|
153
|
-
<message name="echoBooleanResponse">
|
154
|
-
<part name="return" type="xsd:boolean"/>
|
155
|
-
</message>
|
156
|
-
<message name="echoStructAsSimpleTypesRequest">
|
157
|
-
<part name="inputStruct" type="s:SOAPStruct"/>
|
158
|
-
</message>
|
159
|
-
<message name="echoStructAsSimpleTypesResponse">
|
160
|
-
<part name="outputString" type="xsd:string"/>
|
161
|
-
<part name="outputInteger" type="xsd:int"/>
|
162
|
-
<part name="outputFloat" type="xsd:float"/>
|
163
|
-
</message>
|
164
|
-
<message name="echoSimpleTypesAsStructRequest">
|
165
|
-
<part name="inputString" type="xsd:string"/>
|
166
|
-
<part name="inputInteger" type="xsd:int"/>
|
167
|
-
<part name="inputFloat" type="xsd:float"/>
|
168
|
-
</message>
|
169
|
-
<message name="echoSimpleTypesAsStructResponse">
|
170
|
-
<part name="return" type="s:SOAPStruct"/>
|
171
|
-
</message>
|
172
|
-
<message name="echo2DStringArrayRequest">
|
173
|
-
<part name="input2DStringArray" type="s:ArrayOfString2D"/>
|
174
|
-
</message>
|
175
|
-
<message name="echo2DStringArrayResponse">
|
176
|
-
<part name="return" type="s:ArrayOfString2D"/>
|
177
|
-
</message>
|
178
|
-
<message name="echoNestedStructRequest">
|
179
|
-
<part name="inputStruct" type="s:SOAPStructStruct"/>
|
180
|
-
</message>
|
181
|
-
<message name="echoNestedStructResponse">
|
182
|
-
<part name="return" type="s:SOAPStructStruct"/>
|
183
|
-
</message>
|
184
|
-
<message name="echoNestedArrayRequest">
|
185
|
-
<part name="inputStruct" type="s:SOAPArrayStruct"/>
|
186
|
-
</message>
|
187
|
-
<message name="echoNestedArrayResponse">
|
188
|
-
<part name="return" type="s:SOAPArrayStruct"/>
|
189
|
-
</message>
|
190
|
-
|
191
|
-
<portType name="InteropTestPortType">
|
192
|
-
<operation name="echoString" parameterOrder="inputString">
|
193
|
-
<input message="tns:echoStringRequest"/>
|
194
|
-
<output message="tns:echoStringResponse"/>
|
195
|
-
</operation>
|
196
|
-
<operation name="echoStringArray" parameterOrder="inputStringArray">
|
197
|
-
<input message="tns:echoStringArrayRequest"/>
|
198
|
-
<output message="tns:echoStringArrayResponse"/>
|
199
|
-
</operation>
|
200
|
-
<operation name="echoInteger" parameterOrder="inputInteger">
|
201
|
-
<input message="tns:echoIntegerRequest"/>
|
202
|
-
<output message="tns:echoIntegerResponse"/>
|
203
|
-
</operation>
|
204
|
-
<operation name="echoIntegerArray" parameterOrder="inputIntegerArray">
|
205
|
-
<input message="tns:echoIntegerArrayRequest"/>
|
206
|
-
<output message="tns:echoIntegerArrayResponse"/>
|
207
|
-
</operation>
|
208
|
-
<operation name="echoFloat" parameterOrder="inputFloat">
|
209
|
-
<input message="tns:echoFloatRequest"/>
|
210
|
-
<output message="tns:echoFloatResponse"/>
|
211
|
-
</operation>
|
212
|
-
<operation name="echoFloatArray" parameterOrder="inputFloatArray">
|
213
|
-
<input message="tns:echoFloatArrayRequest"/>
|
214
|
-
<output message="tns:echoFloatArrayResponse"/>
|
215
|
-
</operation>
|
216
|
-
<operation name="echoStruct" parameterOrder="inputStruct">
|
217
|
-
<input message="tns:echoStructRequest"/>
|
218
|
-
<output message="tns:echoStructResponse"/>
|
219
|
-
</operation>
|
220
|
-
<operation name="echoStructArray" parameterOrder="inputStructArray">
|
221
|
-
<input message="tns:echoStructArrayRequest"/>
|
222
|
-
<output message="tns:echoStructArrayResponse"/>
|
223
|
-
</operation>
|
224
|
-
<operation name="echoVoid">
|
225
|
-
<input message="tns:echoVoidRequest"/>
|
226
|
-
<output message="tns:echoVoidResponse"/>
|
227
|
-
</operation>
|
228
|
-
<operation name="echoBase64" parameterOrder="inputBase64">
|
229
|
-
<input message="tns:echoBase64Request"/>
|
230
|
-
<output message="tns:echoBase64Response"/>
|
231
|
-
</operation>
|
232
|
-
<operation name="echoDate" parameterOrder="inputDate">
|
233
|
-
<input message="tns:echoDateRequest"/>
|
234
|
-
<output message="tns:echoDateResponse"/>
|
235
|
-
</operation>
|
236
|
-
<operation name="echoHexBinary" parameterOrder="inputHexBinary">
|
237
|
-
<input message="tns:echoHexBinaryRequest"/>
|
238
|
-
<output message="tns:echoHexBinaryResponse"/>
|
239
|
-
</operation>
|
240
|
-
<operation name="echoDecimal" parameterOrder="inputDecimal">
|
241
|
-
<input message="tns:echoDecimalRequest"/>
|
242
|
-
<output message="tns:echoDecimalResponse"/>
|
243
|
-
</operation>
|
244
|
-
<operation name="echoBoolean" parameterOrder="inputBoolean">
|
245
|
-
<input message="tns:echoBooleanRequest"/>
|
246
|
-
<output message="tns:echoBooleanResponse"/>
|
247
|
-
</operation>
|
248
|
-
</portType>
|
249
|
-
|
250
|
-
<portType name="InteropTestPortTypeB">
|
251
|
-
<operation name="echoStructAsSimpleTypes" parameterOrder="inputStruct outputString outputInteger outputFloat">
|
252
|
-
<input message="tns:echoStructAsSimpleTypesRequest"/>
|
253
|
-
<output message="tns:echoStructAsSimpleTypesResponse"/>
|
254
|
-
</operation>
|
255
|
-
<operation name="echoSimpleTypesAsStruct" parameterOrder="inputString inputInteger inputFloat">
|
256
|
-
<input message="tns:echoSimpleTypesAsStructRequest"/>
|
257
|
-
<output message="tns:echoSimpleTypesAsStructResponse"/>
|
258
|
-
</operation>
|
259
|
-
<operation name="echo2DStringArray" parameterOrder="input2DStringArray">
|
260
|
-
<input message="tns:echo2DStringArrayRequest"/>
|
261
|
-
<output message="tns:echo2DStringArrayResponse"/>
|
262
|
-
</operation>
|
263
|
-
<operation name="echoNestedStruct" parameterOrder="inputStruct">
|
264
|
-
<input message="tns:echoNestedStructRequest"/>
|
265
|
-
<output message="tns:echoNestedStructResponse"/>
|
266
|
-
</operation>
|
267
|
-
<operation name="echoNestedArray" parameterOrder="inputStruct">
|
268
|
-
<input message="tns:echoNestedArrayRequest"/>
|
269
|
-
<output message="tns:echoNestedArrayResponse"/>
|
270
|
-
</operation>
|
271
|
-
</portType>
|
272
|
-
|
273
|
-
<binding name="InteropTestSoapBinding" type="tns:InteropTestPortType">
|
274
|
-
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
275
|
-
<operation name="echoString">
|
276
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
277
|
-
<input>
|
278
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
279
|
-
</input>
|
280
|
-
<output>
|
281
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
282
|
-
</output>
|
283
|
-
</operation>
|
284
|
-
<operation name="echoStringArray">
|
285
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
286
|
-
<input>
|
287
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
288
|
-
</input>
|
289
|
-
<output>
|
290
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
291
|
-
</output>
|
292
|
-
</operation>
|
293
|
-
<operation name="echoInteger">
|
294
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
295
|
-
<input>
|
296
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
297
|
-
</input>
|
298
|
-
<output>
|
299
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
300
|
-
</output>
|
301
|
-
</operation>
|
302
|
-
<operation name="echoIntegerArray">
|
303
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
304
|
-
<input>
|
305
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
306
|
-
</input>
|
307
|
-
<output>
|
308
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
309
|
-
</output>
|
310
|
-
</operation>
|
311
|
-
<operation name="echoFloat">
|
312
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
313
|
-
<input>
|
314
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
315
|
-
</input>
|
316
|
-
<output>
|
317
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
318
|
-
</output>
|
319
|
-
</operation>
|
320
|
-
<operation name="echoFloatArray">
|
321
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
322
|
-
<input>
|
323
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
324
|
-
</input>
|
325
|
-
<output>
|
326
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
327
|
-
</output>
|
328
|
-
</operation>
|
329
|
-
<operation name="echoStruct">
|
330
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
331
|
-
<input>
|
332
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
333
|
-
</input>
|
334
|
-
<output>
|
335
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
336
|
-
</output>
|
337
|
-
</operation>
|
338
|
-
<operation name="echoStructArray">
|
339
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
340
|
-
<input>
|
341
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
342
|
-
</input>
|
343
|
-
<output>
|
344
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
345
|
-
</output>
|
346
|
-
</operation>
|
347
|
-
<operation name="echoVoid">
|
348
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
349
|
-
<input>
|
350
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
351
|
-
</input>
|
352
|
-
<output>
|
353
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
354
|
-
</output>
|
355
|
-
</operation>
|
356
|
-
<operation name="echoBase64">
|
357
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
358
|
-
<input>
|
359
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
360
|
-
</input>
|
361
|
-
<output>
|
362
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
363
|
-
</output>
|
364
|
-
</operation>
|
365
|
-
<operation name="echoDate">
|
366
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
367
|
-
<input>
|
368
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
369
|
-
</input>
|
370
|
-
<output>
|
371
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
372
|
-
</output>
|
373
|
-
</operation>
|
374
|
-
<operation name="echoHexBinary">
|
375
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
376
|
-
<input>
|
377
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
378
|
-
</input>
|
379
|
-
<output>
|
380
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
381
|
-
</output>
|
382
|
-
</operation>
|
383
|
-
<operation name="echoDecimal">
|
384
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
385
|
-
<input>
|
386
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
387
|
-
</input>
|
388
|
-
<output>
|
389
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
390
|
-
</output>
|
391
|
-
</operation>
|
392
|
-
<operation name="echoBoolean">
|
393
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
394
|
-
<input>
|
395
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
396
|
-
</input>
|
397
|
-
<output>
|
398
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
399
|
-
</output>
|
400
|
-
</operation>
|
401
|
-
</binding>
|
402
|
-
|
403
|
-
<binding name="InteropTestSoapBindingB" type="tns:InteropTestPortTypeB">
|
404
|
-
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
405
|
-
<operation name="echoStructAsSimpleTypes">
|
406
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
407
|
-
<input>
|
408
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
409
|
-
</input>
|
410
|
-
<output>
|
411
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
412
|
-
</output>
|
413
|
-
</operation>
|
414
|
-
<operation name="echoSimpleTypesAsStruct">
|
415
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
416
|
-
<input>
|
417
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
418
|
-
</input>
|
419
|
-
<output>
|
420
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
421
|
-
</output>
|
422
|
-
</operation>
|
423
|
-
<operation name="echo2DStringArray">
|
424
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
425
|
-
<input>
|
426
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
427
|
-
</input>
|
428
|
-
<output>
|
429
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
430
|
-
</output>
|
431
|
-
</operation>
|
432
|
-
<operation name="echoNestedStruct">
|
433
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
434
|
-
<input>
|
435
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
436
|
-
</input>
|
437
|
-
<output>
|
438
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
439
|
-
</output>
|
440
|
-
</operation>
|
441
|
-
<operation name="echoNestedArray">
|
442
|
-
<soap:operation soapAction="http://soapinterop.org/"/>
|
443
|
-
<input>
|
444
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
445
|
-
</input>
|
446
|
-
<output>
|
447
|
-
<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
448
|
-
</output>
|
449
|
-
</operation>
|
450
|
-
</binding>
|
451
|
-
|
452
|
-
<service name="SOAP4R_SOAPBuildersInteropTest_R2">
|
453
|
-
<port name="InteropTestSoapPort" binding="tns:InteropTestSoapBinding">
|
454
|
-
<soap:address location="http://localhost:10080"/>
|
455
|
-
</port>
|
456
|
-
<port name="InteropTestSoapPortB" binding="tns:InteropTestSoapBindingB">
|
457
|
-
<soap:address location="http://localhost:10080"/>
|
458
|
-
</port>
|
459
|
-
</service>
|
460
|
-
|
461
|
-
</definitions>
|