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
data/test/wsdl/raa/README.txt
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
RAAServant.rb: based on the file which is generated with the following command;
|
2
|
-
bin/wsdl2ruby.rb --wsdl raa.wsdl --servant_skelton --force
|
3
|
-
|
4
|
-
RAAService.rb: generated with the following command;
|
5
|
-
bin/wsdl2ruby.rb --wsdl raa.wsdl --standalone_server_stub --force
|
6
|
-
|
7
|
-
RAA.rb: generated with the following command;
|
8
|
-
bin/wsdl2ruby.rb --wsdl raa.wsdl --classdef --force
|
@@ -1,101 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'xsd/qname'
|
3
|
-
|
4
|
-
module WSDL; module RAA
|
5
|
-
|
6
|
-
|
7
|
-
# {http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/}Category
|
8
|
-
# major - SOAP::SOAPString
|
9
|
-
# minor - SOAP::SOAPString
|
10
|
-
class Category
|
11
|
-
attr_accessor :major
|
12
|
-
attr_accessor :minor
|
13
|
-
|
14
|
-
def initialize(major = nil, minor = nil)
|
15
|
-
@major = major
|
16
|
-
@minor = minor
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
# {http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/}Product
|
21
|
-
# id - SOAP::SOAPInt
|
22
|
-
# name - SOAP::SOAPString
|
23
|
-
# short_description - SOAP::SOAPString
|
24
|
-
# version - SOAP::SOAPString
|
25
|
-
# status - SOAP::SOAPString
|
26
|
-
# homepage - SOAP::SOAPAnyURI
|
27
|
-
# download - SOAP::SOAPAnyURI
|
28
|
-
# license - SOAP::SOAPString
|
29
|
-
# description - SOAP::SOAPString
|
30
|
-
class Product
|
31
|
-
attr_accessor :id
|
32
|
-
attr_accessor :name
|
33
|
-
attr_accessor :short_description
|
34
|
-
attr_accessor :version
|
35
|
-
attr_accessor :status
|
36
|
-
attr_accessor :homepage
|
37
|
-
attr_accessor :download
|
38
|
-
attr_accessor :license
|
39
|
-
attr_accessor :description
|
40
|
-
|
41
|
-
def initialize(id = nil, name = nil, short_description = nil, version = nil, status = nil, homepage = nil, download = nil, license = nil, description = nil)
|
42
|
-
@id = id
|
43
|
-
@name = name
|
44
|
-
@short_description = short_description
|
45
|
-
@version = version
|
46
|
-
@status = status
|
47
|
-
@homepage = homepage
|
48
|
-
@download = download
|
49
|
-
@license = license
|
50
|
-
@description = description
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
# {http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/}Owner
|
55
|
-
# id - SOAP::SOAPInt
|
56
|
-
# email - SOAP::SOAPAnyURI
|
57
|
-
# name - SOAP::SOAPString
|
58
|
-
class Owner
|
59
|
-
attr_accessor :id
|
60
|
-
attr_accessor :email
|
61
|
-
attr_accessor :name
|
62
|
-
|
63
|
-
def initialize(id = nil, email = nil, name = nil)
|
64
|
-
@id = id
|
65
|
-
@email = email
|
66
|
-
@name = name
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
# {http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/}Info
|
71
|
-
# category - WSDL::RAA::Category
|
72
|
-
# product - WSDL::RAA::Product
|
73
|
-
# owner - WSDL::RAA::Owner
|
74
|
-
# created - SOAP::SOAPDateTime
|
75
|
-
# updated - SOAP::SOAPDateTime
|
76
|
-
class Info
|
77
|
-
attr_accessor :category
|
78
|
-
attr_accessor :product
|
79
|
-
attr_accessor :owner
|
80
|
-
attr_accessor :created
|
81
|
-
attr_accessor :updated
|
82
|
-
|
83
|
-
def initialize(category = nil, product = nil, owner = nil, created = nil, updated = nil)
|
84
|
-
@category = category
|
85
|
-
@product = product
|
86
|
-
@owner = owner
|
87
|
-
@created = created
|
88
|
-
@updated = updated
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
# {http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/}InfoArray
|
93
|
-
class InfoArray < ::Array
|
94
|
-
end
|
95
|
-
|
96
|
-
# {http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/}StringArray
|
97
|
-
class StringArray < ::Array
|
98
|
-
end
|
99
|
-
|
100
|
-
|
101
|
-
end; end
|
@@ -1,97 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'RAA.rb'
|
3
|
-
require 'RAAMappingRegistry.rb'
|
4
|
-
require 'soap/rpc/driver'
|
5
|
-
|
6
|
-
module WSDL::RAA
|
7
|
-
|
8
|
-
class RAABaseServicePortType < ::SOAP::RPC::Driver
|
9
|
-
DefaultEndpointUrl = "http://raa.ruby-lang.org/soap/1.0.2/"
|
10
|
-
NsC_002 = "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"
|
11
|
-
|
12
|
-
Methods = [
|
13
|
-
[ XSD::QName.new(NsC_002, "getAllListings"),
|
14
|
-
"",
|
15
|
-
"getAllListings",
|
16
|
-
[ [:retval, "return", ["WSDL::RAA::StringArray", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "StringArray"]] ],
|
17
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
18
|
-
:response_style => :rpc, :response_use => :encoded,
|
19
|
-
:faults => {} }
|
20
|
-
],
|
21
|
-
[ XSD::QName.new(NsC_002, "getProductTree"),
|
22
|
-
"",
|
23
|
-
"getProductTree",
|
24
|
-
[ [:retval, "return", ["Hash", "http://xml.apache.org/xml-soap", "Map"]] ],
|
25
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
26
|
-
:response_style => :rpc, :response_use => :encoded,
|
27
|
-
:faults => {} }
|
28
|
-
],
|
29
|
-
[ XSD::QName.new(NsC_002, "getInfoFromCategory"),
|
30
|
-
"",
|
31
|
-
"getInfoFromCategory",
|
32
|
-
[ [:in, "category", ["WSDL::RAA::Category", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "Category"]],
|
33
|
-
[:retval, "return", ["WSDL::RAA::InfoArray", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "InfoArray"]] ],
|
34
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
35
|
-
:response_style => :rpc, :response_use => :encoded,
|
36
|
-
:faults => {} }
|
37
|
-
],
|
38
|
-
[ XSD::QName.new(NsC_002, "getModifiedInfoSince"),
|
39
|
-
"",
|
40
|
-
"getModifiedInfoSince",
|
41
|
-
[ [:in, "timeInstant", ["::SOAP::SOAPDateTime"]],
|
42
|
-
[:retval, "return", ["WSDL::RAA::InfoArray", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "InfoArray"]] ],
|
43
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
44
|
-
:response_style => :rpc, :response_use => :encoded,
|
45
|
-
:faults => {} }
|
46
|
-
],
|
47
|
-
[ XSD::QName.new(NsC_002, "getInfoFromName"),
|
48
|
-
"",
|
49
|
-
"getInfoFromName",
|
50
|
-
[ [:in, "productName", ["::SOAP::SOAPString"]],
|
51
|
-
[:retval, "return", ["WSDL::RAA::Info", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "Info"]] ],
|
52
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
53
|
-
:response_style => :rpc, :response_use => :encoded,
|
54
|
-
:faults => {} }
|
55
|
-
],
|
56
|
-
[ XSD::QName.new(NsC_002, "getInfoFromOwnerId"),
|
57
|
-
"",
|
58
|
-
"getInfoFromOwnerId",
|
59
|
-
[ [:in, "ownerId", ["::SOAP::SOAPInt"]],
|
60
|
-
[:retval, "return", ["WSDL::RAA::InfoArray", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/", "InfoArray"]] ],
|
61
|
-
{ :request_style => :rpc, :request_use => :encoded,
|
62
|
-
:response_style => :rpc, :response_use => :encoded,
|
63
|
-
:faults => {} }
|
64
|
-
]
|
65
|
-
]
|
66
|
-
|
67
|
-
def initialize(endpoint_url = nil)
|
68
|
-
endpoint_url ||= DefaultEndpointUrl
|
69
|
-
super(endpoint_url, nil)
|
70
|
-
self.mapping_registry = RAAMappingRegistry::EncodedRegistry
|
71
|
-
self.literal_mapping_registry = RAAMappingRegistry::LiteralRegistry
|
72
|
-
init_methods
|
73
|
-
end
|
74
|
-
|
75
|
-
private
|
76
|
-
|
77
|
-
def init_methods
|
78
|
-
Methods.each do |definitions|
|
79
|
-
opt = definitions.last
|
80
|
-
if opt[:request_style] == :document
|
81
|
-
add_document_operation(*definitions)
|
82
|
-
else
|
83
|
-
add_rpc_operation(*definitions)
|
84
|
-
qname = definitions[0]
|
85
|
-
name = definitions[2]
|
86
|
-
if qname.name != name and qname.name.capitalize == name.capitalize
|
87
|
-
::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
|
88
|
-
__send__(name, *arg)
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
92
|
-
end
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
|
97
|
-
end
|
@@ -1,122 +0,0 @@
|
|
1
|
-
# encoding: ASCII-8BIT
|
2
|
-
require 'RAA.rb'
|
3
|
-
require 'soap/mapping'
|
4
|
-
|
5
|
-
module WSDL; module RAA
|
6
|
-
|
7
|
-
module RAAMappingRegistry
|
8
|
-
EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
|
9
|
-
LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
|
10
|
-
NsC_002 = "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"
|
11
|
-
|
12
|
-
EncodedRegistry.register(
|
13
|
-
:class => WSDL::RAA::Category,
|
14
|
-
:schema_type => XSD::QName.new(NsC_002, "Category"),
|
15
|
-
:schema_element => [
|
16
|
-
["major", ["SOAP::SOAPString", XSD::QName.new(nil, "major")]],
|
17
|
-
["minor", ["SOAP::SOAPString", XSD::QName.new(nil, "minor")]]
|
18
|
-
]
|
19
|
-
)
|
20
|
-
|
21
|
-
EncodedRegistry.register(
|
22
|
-
:class => WSDL::RAA::Product,
|
23
|
-
:schema_type => XSD::QName.new(NsC_002, "Product"),
|
24
|
-
:schema_element => [
|
25
|
-
["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]],
|
26
|
-
["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
|
27
|
-
["short_description", ["SOAP::SOAPString", XSD::QName.new(nil, "short_description")]],
|
28
|
-
["version", ["SOAP::SOAPString", XSD::QName.new(nil, "version")]],
|
29
|
-
["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]],
|
30
|
-
["homepage", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "homepage")]],
|
31
|
-
["download", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "download")]],
|
32
|
-
["license", ["SOAP::SOAPString", XSD::QName.new(nil, "license")]],
|
33
|
-
["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]]
|
34
|
-
]
|
35
|
-
)
|
36
|
-
|
37
|
-
EncodedRegistry.register(
|
38
|
-
:class => WSDL::RAA::Owner,
|
39
|
-
:schema_type => XSD::QName.new(NsC_002, "Owner"),
|
40
|
-
:schema_element => [
|
41
|
-
["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]],
|
42
|
-
["email", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "email")]],
|
43
|
-
["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
|
44
|
-
]
|
45
|
-
)
|
46
|
-
|
47
|
-
EncodedRegistry.register(
|
48
|
-
:class => WSDL::RAA::Info,
|
49
|
-
:schema_type => XSD::QName.new(NsC_002, "Info"),
|
50
|
-
:schema_element => [
|
51
|
-
["category", ["WSDL::RAA::Category", XSD::QName.new(nil, "category")]],
|
52
|
-
["product", ["WSDL::RAA::Product", XSD::QName.new(nil, "product")]],
|
53
|
-
["owner", ["WSDL::RAA::Owner", XSD::QName.new(nil, "owner")]],
|
54
|
-
["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
|
55
|
-
["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
|
56
|
-
]
|
57
|
-
)
|
58
|
-
|
59
|
-
EncodedRegistry.set(
|
60
|
-
WSDL::RAA::InfoArray,
|
61
|
-
::SOAP::SOAPArray,
|
62
|
-
::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
|
63
|
-
{ :type => XSD::QName.new(NsC_002, "Info") }
|
64
|
-
)
|
65
|
-
|
66
|
-
EncodedRegistry.set(
|
67
|
-
WSDL::RAA::StringArray,
|
68
|
-
::SOAP::SOAPArray,
|
69
|
-
::SOAP::Mapping::EncodedRegistry::TypedArrayFactory,
|
70
|
-
{ :type => XSD::QName.new("http://www.w3.org/2001/XMLSchema", "string") }
|
71
|
-
)
|
72
|
-
|
73
|
-
LiteralRegistry.register(
|
74
|
-
:class => WSDL::RAA::Category,
|
75
|
-
:schema_type => XSD::QName.new(NsC_002, "Category"),
|
76
|
-
:schema_element => [
|
77
|
-
["major", ["SOAP::SOAPString", XSD::QName.new(nil, "major")]],
|
78
|
-
["minor", ["SOAP::SOAPString", XSD::QName.new(nil, "minor")]]
|
79
|
-
]
|
80
|
-
)
|
81
|
-
|
82
|
-
LiteralRegistry.register(
|
83
|
-
:class => WSDL::RAA::Product,
|
84
|
-
:schema_type => XSD::QName.new(NsC_002, "Product"),
|
85
|
-
:schema_element => [
|
86
|
-
["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]],
|
87
|
-
["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]],
|
88
|
-
["short_description", ["SOAP::SOAPString", XSD::QName.new(nil, "short_description")]],
|
89
|
-
["version", ["SOAP::SOAPString", XSD::QName.new(nil, "version")]],
|
90
|
-
["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]],
|
91
|
-
["homepage", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "homepage")]],
|
92
|
-
["download", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "download")]],
|
93
|
-
["license", ["SOAP::SOAPString", XSD::QName.new(nil, "license")]],
|
94
|
-
["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]]
|
95
|
-
]
|
96
|
-
)
|
97
|
-
|
98
|
-
LiteralRegistry.register(
|
99
|
-
:class => WSDL::RAA::Owner,
|
100
|
-
:schema_type => XSD::QName.new(NsC_002, "Owner"),
|
101
|
-
:schema_element => [
|
102
|
-
["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]],
|
103
|
-
["email", ["SOAP::SOAPAnyURI", XSD::QName.new(nil, "email")]],
|
104
|
-
["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]
|
105
|
-
]
|
106
|
-
)
|
107
|
-
|
108
|
-
LiteralRegistry.register(
|
109
|
-
:class => WSDL::RAA::Info,
|
110
|
-
:schema_type => XSD::QName.new(NsC_002, "Info"),
|
111
|
-
:schema_element => [
|
112
|
-
["category", ["WSDL::RAA::Category", XSD::QName.new(nil, "category")]],
|
113
|
-
["product", ["WSDL::RAA::Product", XSD::QName.new(nil, "product")]],
|
114
|
-
["owner", ["WSDL::RAA::Owner", XSD::QName.new(nil, "owner")]],
|
115
|
-
["created", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "created")]],
|
116
|
-
["updated", ["SOAP::SOAPDateTime", XSD::QName.new(nil, "updated")]]
|
117
|
-
]
|
118
|
-
)
|
119
|
-
|
120
|
-
end
|
121
|
-
|
122
|
-
end; end
|
data/test/wsdl/raa/raa.wsdl
DELETED
@@ -1,264 +0,0 @@
|
|
1
|
-
<?xml version="1.0"?>
|
2
|
-
<definitions
|
3
|
-
name="RAA"
|
4
|
-
targetNamespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"
|
5
|
-
xmlns:tns="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"
|
6
|
-
xmlns:txd="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"
|
7
|
-
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
8
|
-
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
9
|
-
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
10
|
-
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
11
|
-
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
|
12
|
-
xmlns:apachesoap="http://xml.apache.org/xml-soap">
|
13
|
-
|
14
|
-
<types>
|
15
|
-
<schema
|
16
|
-
xmlns="http://www.w3.org/2001/XMLSchema"
|
17
|
-
targetNamespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/">
|
18
|
-
|
19
|
-
<complexType name="Category">
|
20
|
-
<all>
|
21
|
-
<element name="major" type="xsd:string"/>
|
22
|
-
<element name="minor" type="xsd:string"/>
|
23
|
-
</all>
|
24
|
-
</complexType>
|
25
|
-
|
26
|
-
<complexType name="Product">
|
27
|
-
<all>
|
28
|
-
<element name="id" type="xsd:int"/>
|
29
|
-
<element name="name" type="xsd:string"/>
|
30
|
-
<element name="short_description" type="xsd:string"/>
|
31
|
-
<element name="version" type="xsd:string"/>
|
32
|
-
<element name="status" type="xsd:string"/>
|
33
|
-
<element name="homepage" type="xsd:anyURI"/>
|
34
|
-
<element name="download" type="xsd:anyURI"/>
|
35
|
-
<element name="license" type="xsd:string"/>
|
36
|
-
<element name="description" type="xsd:string"/>
|
37
|
-
</all>
|
38
|
-
</complexType>
|
39
|
-
|
40
|
-
<complexType name="Owner">
|
41
|
-
<all>
|
42
|
-
<element name="id" type="xsd:int"/>
|
43
|
-
<element name="email" type="xsd:anyURI"/>
|
44
|
-
<element name="name" type="xsd:string"/>
|
45
|
-
</all>
|
46
|
-
</complexType>
|
47
|
-
|
48
|
-
<complexType name="Info">
|
49
|
-
<all>
|
50
|
-
<element name="category" type="txd:Category"/>
|
51
|
-
<element name="product" type="txd:Product"/>
|
52
|
-
<element name="owner" type="txd:Owner"/>
|
53
|
-
<element name="created" type="xsd:dateTime"/>
|
54
|
-
<element name="updated" type="xsd:dateTime"/>
|
55
|
-
</all>
|
56
|
-
</complexType>
|
57
|
-
|
58
|
-
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
59
|
-
<complexType name="InfoArray">
|
60
|
-
<complexContent>
|
61
|
-
<restriction base="soapenc:Array">
|
62
|
-
<attribute ref="soapenc:arrayType" wsdl:arrayType="txd:Info[]"/>
|
63
|
-
</restriction>
|
64
|
-
</complexContent>
|
65
|
-
</complexType>
|
66
|
-
|
67
|
-
<complexType name="StringArray">
|
68
|
-
<complexContent>
|
69
|
-
<restriction base="soapenc:Array">
|
70
|
-
<attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
|
71
|
-
</restriction>
|
72
|
-
</complexContent>
|
73
|
-
</complexType>
|
74
|
-
</schema>
|
75
|
-
|
76
|
-
<!-- type definition for ApacheSOAP's Map -->
|
77
|
-
<schema
|
78
|
-
xmlns="http://www.w3.org/2001/XMLSchema"
|
79
|
-
targetNamespace="http://xml.apache.org/xml-soap">
|
80
|
-
<complexType name="Map">
|
81
|
-
<sequence>
|
82
|
-
<element name="item" minOccurs="0" maxOccurs="unbounded">
|
83
|
-
<complexType>
|
84
|
-
<sequence>
|
85
|
-
<element name="key" type="xsd:anyType" />
|
86
|
-
<element name="value" type="xsd:anyType" />
|
87
|
-
</sequence>
|
88
|
-
</complexType>
|
89
|
-
</element>
|
90
|
-
</sequence>
|
91
|
-
</complexType>
|
92
|
-
</schema>
|
93
|
-
</types>
|
94
|
-
|
95
|
-
<message name="getAllListingsRequest"/>
|
96
|
-
<message name="getAllListingsResponse">
|
97
|
-
<part name="return" type="txd:StringArray"/>
|
98
|
-
</message>
|
99
|
-
|
100
|
-
<message name="getProductTreeRequest"/>
|
101
|
-
<message name="getProductTreeResponse">
|
102
|
-
<part name="return" type="apachesoap:Map"/>
|
103
|
-
</message>
|
104
|
-
|
105
|
-
<message name="getInfoFromCategoryRequest">
|
106
|
-
<part name="category" type="txd:Category"/>
|
107
|
-
</message>
|
108
|
-
<message name="getInfoFromCategoryResponse">
|
109
|
-
<part name="return" type="txd:InfoArray"/>
|
110
|
-
</message>
|
111
|
-
|
112
|
-
<message name="getModifiedInfoSinceRequest">
|
113
|
-
<part name="timeInstant" type="xsd:dateTime"/>
|
114
|
-
</message>
|
115
|
-
<message name="getModifiedInfoSinceResponse">
|
116
|
-
<part name="return" type="txd:InfoArray"/>
|
117
|
-
</message>
|
118
|
-
|
119
|
-
<message name="getInfoFromNameRequest">
|
120
|
-
<part name="productName" type="xsd:string"/>
|
121
|
-
</message>
|
122
|
-
<message name="getInfoFromNameResponse">
|
123
|
-
<part name="return" type="txd:Info"/>
|
124
|
-
</message>
|
125
|
-
|
126
|
-
<message name="getInfoFromOwnerIdRequest">
|
127
|
-
<part name="ownerId" type="xsd:int"/>
|
128
|
-
</message>
|
129
|
-
<message name="getInfoFromOwnerIdResponse">
|
130
|
-
<part name="return" type="txd:InfoArray"/>
|
131
|
-
</message>
|
132
|
-
|
133
|
-
<portType name="RAABaseServicePortType">
|
134
|
-
<operation name="getAllListings"
|
135
|
-
parameterOrder="">
|
136
|
-
<input message="tns:getAllListingsRequest"/>
|
137
|
-
<output message="tns:getAllListingsResponse"/>
|
138
|
-
</operation>
|
139
|
-
|
140
|
-
<operation name="getProductTree"
|
141
|
-
parameterOrder="">
|
142
|
-
<input message="tns:getProductTreeRequest"/>
|
143
|
-
<output message="tns:getProductTreeResponse"/>
|
144
|
-
</operation>
|
145
|
-
|
146
|
-
<operation name="getInfoFromCategory"
|
147
|
-
parameterOrder="category">
|
148
|
-
<input message="tns:getInfoFromCategoryRequest"/>
|
149
|
-
<output message="tns:getInfoFromCategoryResponse"/>
|
150
|
-
</operation>
|
151
|
-
|
152
|
-
<operation name="getModifiedInfoSince"
|
153
|
-
parameterOrder="timeInstant">
|
154
|
-
<input message="tns:getModifiedInfoSinceRequest"/>
|
155
|
-
<output message="tns:getModifiedInfoSinceResponse"/>
|
156
|
-
</operation>
|
157
|
-
|
158
|
-
<operation name="getInfoFromName"
|
159
|
-
parameterOrder="productName">
|
160
|
-
<input message="tns:getInfoFromNameRequest"/>
|
161
|
-
<output message="tns:getInfoFromNameResponse"/>
|
162
|
-
</operation>
|
163
|
-
|
164
|
-
<operation name="getInfoFromOwnerId"
|
165
|
-
parameterOrder="ownerId">
|
166
|
-
<input message="tns:getInfoFromOwnerIdRequest"/>
|
167
|
-
<output message="tns:getInfoFromOwnerIdResponse"/>
|
168
|
-
</operation>
|
169
|
-
</portType>
|
170
|
-
|
171
|
-
<binding name="RAABaseServicePortBinding" type="tns:RAABaseServicePortType">
|
172
|
-
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
173
|
-
|
174
|
-
<operation name="getAllListings">
|
175
|
-
<soap:operation soapAction=""/>
|
176
|
-
<input>
|
177
|
-
<soap:body use="encoded"
|
178
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
179
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
180
|
-
</input>
|
181
|
-
<output>
|
182
|
-
<soap:body use="encoded"
|
183
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
184
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
185
|
-
</output>
|
186
|
-
</operation>
|
187
|
-
|
188
|
-
<operation name="getProductTree">
|
189
|
-
<soap:operation soapAction=""/>
|
190
|
-
<input>
|
191
|
-
<soap:body use="encoded"
|
192
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
193
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
194
|
-
</input>
|
195
|
-
<output>
|
196
|
-
<soap:body use="encoded"
|
197
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
198
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
199
|
-
</output>
|
200
|
-
</operation>
|
201
|
-
|
202
|
-
<operation name="getInfoFromCategory">
|
203
|
-
<soap:operation soapAction=""/>
|
204
|
-
<input>
|
205
|
-
<soap:body use="encoded"
|
206
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
207
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
208
|
-
</input>
|
209
|
-
<output>
|
210
|
-
<soap:body use="encoded"
|
211
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
212
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
213
|
-
</output>
|
214
|
-
</operation>
|
215
|
-
|
216
|
-
<operation name="getModifiedInfoSince">
|
217
|
-
<soap:operation soapAction=""/>
|
218
|
-
<input>
|
219
|
-
<soap:body use="encoded"
|
220
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
221
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
222
|
-
</input>
|
223
|
-
<output>
|
224
|
-
<soap:body use="encoded"
|
225
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
226
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
227
|
-
</output>
|
228
|
-
</operation>
|
229
|
-
|
230
|
-
<operation name="getInfoFromName">
|
231
|
-
<soap:operation soapAction=""/>
|
232
|
-
<input>
|
233
|
-
<soap:body use="encoded"
|
234
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
235
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
236
|
-
</input>
|
237
|
-
<output>
|
238
|
-
<soap:body use="encoded"
|
239
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
240
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
241
|
-
</output>
|
242
|
-
</operation>
|
243
|
-
|
244
|
-
<operation name="getInfoFromOwnerId">
|
245
|
-
<soap:operation soapAction=""/>
|
246
|
-
<input>
|
247
|
-
<soap:body use="encoded"
|
248
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
249
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
250
|
-
</input>
|
251
|
-
<output>
|
252
|
-
<soap:body use="encoded"
|
253
|
-
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
|
254
|
-
namespace="http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.2/"/>
|
255
|
-
</output>
|
256
|
-
</operation>
|
257
|
-
</binding>
|
258
|
-
|
259
|
-
<service name="RAAService">
|
260
|
-
<port name="RAABaseServicePort" binding="tns:RAABaseServicePortBinding">
|
261
|
-
<soap:address location="http://raa.ruby-lang.org/soap/1.0.2/"/>
|
262
|
-
</port>
|
263
|
-
</service>
|
264
|
-
</definitions>
|