------------------------------------------------------------------------
r1626 | nahi | 2005-09-15 22:38:59 +0900 (Thu, 15 Sep 2005) | 2 lines
Changed paths:
   A /trunk/test/wsdl/qualified/np.wsdl

forgot to add.

------------------------------------------------------------------------
r1625 | nahi | 2005-09-15 10:08:11 +0900 (Thu, 15 Sep 2005) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

for 1.5.5

------------------------------------------------------------------------
r1624 | nahi | 2005-09-15 10:07:44 +0900 (Thu, 15 Sep 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   A /trunk/test/soap/asp.net
   A /trunk/test/soap/asp.net/hello.wsdl
   A /trunk/test/soap/asp.net/test_aspdotnet.rb

ASPDotNetHandler unintentionally changed its behavior in 1.5.4.  closes #144.
ASPDotNetHandler is intended to be used for accessing an ASP.NET doc/lit service as an rpc/encoded service.  see a sample in test/soap/asp.net.

------------------------------------------------------------------------
r1623 | nahi | 2005-09-15 10:02:35 +0900 (Thu, 15 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

1.5.5

------------------------------------------------------------------------
r1622 | nahi | 2005-09-13 23:29:50 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/sample/wsdl/googleSearch/wsdlDriver.rb

added 'soap.envelope.use_numeric_character_reference' (boolean) option to let query XML use numeric character reference in XML, not plain UTF-8 character.  GoogleSearch server seems to not allow plain UTF-8 character since 2005-08-15 update.  closes #147.

------------------------------------------------------------------------
r1621 | nahi | 2005-09-13 23:26:57 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/qualified/test_qualified.rb
   A /trunk/test/wsdl/qualified/test_unqualified.rb

test for qualified and unqualified

------------------------------------------------------------------------
r1620 | nahi | 2005-09-13 23:25:26 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

qualified property is controlled in parse time.  not check convert time.

------------------------------------------------------------------------
r1619 | nahi | 2005-09-13 19:31:29 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/googleSearch/wsdlDriver.rb
   M /trunk/test/wsdl/document/echo.rb
   M /trunk/test/wsdl/rpc/test-rpc-lit.wsdl

updated for the previous change.

------------------------------------------------------------------------
r1618 | nahi | 2005-09-13 19:31:06 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

illegal 'qualified' handling for element.  closes #144.

------------------------------------------------------------------------
r1617 | nahi | 2005-09-13 13:36:07 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

a test may fail depending OpenSSL version.

------------------------------------------------------------------------
r1616 | nahi | 2005-09-13 13:34:45 +0900 (Tue, 13 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/httpconfigloader.rb

crashes when no http-access2 installed.

------------------------------------------------------------------------
r1615 | nahi | 2005-09-12 21:32:24 +0900 (Mon, 12 Sep 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb
   M /trunk/test/soap/test_httpconfigloader.rb
   M /trunk/test/soap/test_no_indent.rb
   M /trunk/test/soap/test_streamhandler.rb
   M /trunk/test/wsdl/qualified/test_qualified.rb
   M /trunk/test/wsdl/rpc/test_rpc_lit.rb

these tests depends on http-access2.  do not run the tests when http-access2 is not installed.  closes #146.

------------------------------------------------------------------------
r1614 | nahi | 2005-09-12 21:31:15 +0900 (Mon, 12 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

avoid NameError when http-access2 not installed.  closes #145.

------------------------------------------------------------------------
r1613 | nahi | 2005-09-11 22:33:47 +0900 (Sun, 11 Sep 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/googleAdwords/client.rb

updated a client script with the newer version made by Johan.  Thanks!

------------------------------------------------------------------------
r1612 | nahi | 2005-09-11 21:57:59 +0900 (Sun, 11 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

temporal fix for #144.

------------------------------------------------------------------------
r1611 | nahi | 2005-09-11 20:59:35 +0900 (Sun, 11 Sep 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/documentliteral/client.rb
   M /trunk/sample/wsdl/documentliteral/servant.rb

sample updated.  Thanks to Juha.

------------------------------------------------------------------------
r1610 | nahi | 2005-09-04 23:33:41 +0900 (Sun, 04 Sep 2005) | 2 lines
Changed paths:
   D /trunk/sample/wsdl/googleAdwords/adwords.pem
   M /trunk/sample/wsdl/googleAdwords/ca.pem
   D /trunk/sample/wsdl/googleAdwords/thawte.pem

Thawte CA server certificate updated.

------------------------------------------------------------------------
r1609 | nahi | 2005-09-03 23:44:58 +0900 (Sat, 03 Sep 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/googleSearch/wsdlDriver.rb
   A /trunk/sample/wsdl/salesforce
   A /trunk/sample/wsdl/salesforce/SforceServiceClient.rb
   A /trunk/sample/wsdl/salesforce/ca.pem
   A /trunk/sample/wsdl/salesforce/client.rb
   A /trunk/sample/wsdl/salesforce/default.rb
   A /trunk/sample/wsdl/salesforce/defaultDriver.rb
   A /trunk/sample/wsdl/salesforce/soap
   A /trunk/sample/wsdl/salesforce/soap/property

I once wrote a sample of session handling for sforce.  it may help.  closes #135.

------------------------------------------------------------------------
r1608 | nahi | 2005-09-03 23:39:53 +0900 (Sat, 03 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb

prarmeterOrder may not contain return part so it's shorter than parts size.  Thanks to Hugh.  closes #139.

------------------------------------------------------------------------
r1607 | nahi | 2005-09-01 19:39:58 +0900 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

__send__ causes NoMethodError with ruby/1.9.  cf. [ruby-dev:26935].  closes #140.

------------------------------------------------------------------------
r1606 | nahi | 2005-09-01 19:38:38 +0900 (Thu, 01 Sep 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

ignore set_cookie_store property value when its "".

------------------------------------------------------------------------
r1605 | nahi | 2005-08-28 23:34:25 +0900 (Sun, 28 Aug 2005) | 2 lines
Changed paths:
   M /trunk/sample/soapbox/wsdlDriver.rb
   M /trunk/sample/wsdl/amazon/wsdlDriver.rb
   M /trunk/sample/wsdl/googleSearch/wsdlDriver.rb
   M /trunk/sample/wsdl/hash/client.rb
   M /trunk/sample/wsdl/raa2.4/wsdlDriver.rb
   M /trunk/sample/wsdl/rnn/client.rb
   M /trunk/sample/wsdl/rnn/post.rb
   M /trunk/sample/wsdl/rnn/submit.rb

updated deprecated method usage.  closes #138.

------------------------------------------------------------------------
r1604 | nahi | 2005-08-04 23:20:55 +0900 (Thu, 04 Aug 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/xsd/codegen/gensupport.rb
   M /trunk/lib/xsd/ns.rb
   M /trunk/lib/xsd/qname.rb

various mere changes for performance.  just 5% or so.  Hmm...

------------------------------------------------------------------------
r1603 | nahi | 2005-08-01 23:27:11 +0900 (Mon, 01 Aug 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl
   M /trunk/test/interopR2/client.rb

avoid using Range#each for speed.

------------------------------------------------------------------------
r1602 | nahi | 2005-08-01 23:26:31 +0900 (Mon, 01 Aug 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mimemessage.rb

avoid @variable warning.

------------------------------------------------------------------------
r1601 | nahi | 2005-08-01 23:25:58 +0900 (Mon, 01 Aug 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/swa/test_file.rb

split into 2 tests.

------------------------------------------------------------------------
r1600 | nahi | 2005-07-31 00:55:04 +0900 (Sun, 31 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

follow API change.  closes #134.

------------------------------------------------------------------------
r1599 | nahi | 2005-07-27 23:35:43 +0900 (Wed, 27 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/importer.rb

add a workaround for importing an WSDL whose path begins with drive letter.  closes #115.

------------------------------------------------------------------------
r1598 | nahi | 2005-07-26 23:15:54 +0900 (Tue, 26 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb

add iso-8859-1 converter.  closes #106.

------------------------------------------------------------------------
r1597 | nahi | 2005-07-25 00:01:57 +0900 (Mon, 25 Jul 2005) | 5 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/test/interopR2/client.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/soap/ssl/test_ssl.rb

let external CES configuable.  ex. client["soap.mapping.external_ces"] = 'SJIS'.  $KCODE is used by default.
  external CES ::= CES used in Ruby object of client and server
  internal CES ::= CES used in SOAP/OM
closes #133.

------------------------------------------------------------------------
r1596 | nahi | 2005-07-24 23:57:59 +0900 (Sun, 24 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mimemessage.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/xsd/charset.rb

method name change: XSD::Charset.encoding_label -> xml_encoding_label.

------------------------------------------------------------------------
r1595 | nahi | 2005-07-24 22:47:05 +0900 (Sun, 24 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

no need of $KCODE dependency

------------------------------------------------------------------------
r1594 | nahi | 2005-07-24 22:46:33 +0900 (Sun, 24 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb

varname change: @encoding => @internal_encoding

------------------------------------------------------------------------
r1593 | nahi | 2005-07-23 22:47:24 +0900 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

follow HTTP redirect only if using http-access2.  closes #125.

------------------------------------------------------------------------
r1592 | nahi | 2005-07-23 19:28:20 +0900 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /trunk/test/interopR2/client.NetRemoting.rb
   M /trunk/test/interopR2/clientASP.NET.rb
   M /trunk/test/interopR2/clientApacheAxis.rb
   M /trunk/test/interopR2/clientApacheSOAP.rb
   M /trunk/test/interopR2/clientBEAWebLogic.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/clientFrontier.rb
   M /trunk/test/interopR2/clientHP.rb
   M /trunk/test/interopR2/clientJSOAP.rb
   M /trunk/test/interopR2/clientKafkaXSLT.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit2.0.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit3.0.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/interopR2/clientSQLData.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/clientSun.rb
   M /trunk/test/interopR2/clientVWOpentalkSoap.rb
   M /trunk/test/interopR2/clientWASP.rb
   M /trunk/test/interopR2/clientWASPC.rb
   M /trunk/test/interopR2/clientWhiteMesa.rb
   M /trunk/test/interopR2/clientWingfoot.rb
   M /trunk/test/interopR2/clientXMLBus.rb
   M /trunk/test/interopR2/clientXSOAP.rb
   M /trunk/test/interopR2/interopResultBase.rb
   M /trunk/test/interopR2/test.sh

updated

------------------------------------------------------------------------
r1591 | nahi | 2005-07-23 17:47:30 +0900 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

do not post the result.

------------------------------------------------------------------------
r1590 | nahi | 2005-07-23 17:32:23 +0900 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb

avoid nil crash.  common element name used in Ruby world such as 'exception' caused nil crash.

------------------------------------------------------------------------
r1589 | nahi | 2005-07-23 16:23:52 +0900 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /trunk/test/interopR2/client.rb

follow changes.

------------------------------------------------------------------------
r1588 | nahi | 2005-07-23 16:22:51 +0900 (Sat, 23 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

out parameter of rpc operation did not work.  closes #132.

------------------------------------------------------------------------
r1587 | nahi | 2005-07-22 21:53:43 +0900 (Fri, 22 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/rpc/proxy.rb
   A /trunk/test/soap/test_no_indent.rb

let indent space size configuable.  closes #130.

------------------------------------------------------------------------
r1586 | nahi | 2005-07-21 23:23:56 +0900 (Thu, 21 Jul 2005) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/server.rb
   M /trunk/sample/soap/authheader/server2.rb

updated samples to follow method name change.  reported in #129 by Emil Marceta.  Thanks!

------------------------------------------------------------------------
r1585 | nahi | 2005-07-21 23:15:41 +0900 (Thu, 21 Jul 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/header/simplehandler.rb
   A /trunk/test/soap/header/test_simplehandler.rb

SOAP::Header::SimpleHeader (de)serialization throws on SimpleHeader.on_(in|out)bound when header is a String.  simple single element headerItem was not allowed.  Thanks to emil.
closes #129.

------------------------------------------------------------------------
r1584 | nahi | 2005-07-21 22:38:35 +0900 (Thu, 21 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/test/soap/test_httpconfigloader.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/document/echo.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/qualified/lp.wsdl
   M /trunk/test/wsdl/qualified/lp.xsd
   M /trunk/test/wsdl/qualified/test_qualified.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb
   M /trunk/test/wsdl/rpc/test-rpc-lit.wsdl
   M /trunk/test/wsdl/rpc/test_rpc_lit.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb

rpc/literal support.  closes #118.

------------------------------------------------------------------------
r1583 | nahi | 2005-07-20 22:26:24 +0900 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

unintentionally changed.

------------------------------------------------------------------------
r1582 | nahi | 2005-07-20 18:38:51 +0900 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb

Array of a element which has simpleType causes a crash.  closes #128.

------------------------------------------------------------------------
r1581 | nahi | 2005-07-19 23:21:02 +0900 (Tue, 19 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/test/wsdl/rpc/test-rpc-lit.wsdl
   M /trunk/test/wsdl/rpc/test_rpc_lit.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb

enhances for rpc/literal support.  for #118.

------------------------------------------------------------------------
r1580 | nahi | 2005-07-18 14:54:19 +0900 (Mon, 18 Jul 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/handler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb
   M /trunk/test/soap/test_soapelement.rb
   A /trunk/test/wsdl/qualified
   A /trunk/test/wsdl/qualified/lp.wsdl
   A /trunk/test/wsdl/qualified/lp.xsd
   A /trunk/test/wsdl/qualified/test_qualified.rb

local element qualify/unqualify control.  handles elementFormDefault and form in WSDL.  closes #119.
attributeFormDefault should be supported soon.

------------------------------------------------------------------------
r1579 | nahi | 2005-07-18 14:49:41 +0900 (Mon, 18 Jul 2005) | 2 lines
Changed paths:
   A /trunk/test/soap/test_httpconfigloader.rb

forgot to add

------------------------------------------------------------------------
r1578 | nahi | 2005-07-18 14:48:39 +0900 (Mon, 18 Jul 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

run this SSL server with -d does not work as we expected.

------------------------------------------------------------------------
r1577 | nahi | 2005-07-16 23:24:04 +0900 (Sat, 16 Jul 2005) | 3 lines
Changed paths:
   A /trunk/sample/soap/flickr.rb

add a sample client of Flickr SOAP interface: http://www.flickr.com/services/api/request.soap.html
closes #122.

------------------------------------------------------------------------
r1576 | nahi | 2005-07-16 21:36:19 +0900 (Sat, 16 Jul 2005) | 2 lines
Changed paths:
   A /trunk/sample/soap/base64
   A /trunk/sample/soap/base64/client.rb
   A /trunk/sample/soap/base64/server.rb

add base64 sample.

------------------------------------------------------------------------
r1575 | nahi | 2005-07-14 22:40:10 +0900 (Thu, 14 Jul 2005) | 2 lines
Changed paths:
   D /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2.wsdl
   D /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2GroupB.wsdl
   A /trunk/test/interopR2/SOAPBuildersInterop_R2.wsdl (from /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2.wsdl:1520)
   A /trunk/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl (from /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2GroupB.wsdl:1574)

shortened longname files.  closes #120.

------------------------------------------------------------------------
r1574 | nahi | 2005-07-14 21:46:02 +0900 (Thu, 14 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/xmlSchema/importer.rb
   M /trunk/sample/soap/ssl/sslclient_with_clientauth.rb
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/rpc/test_rpc_lit.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedClient.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClient.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

rpc/literal did not work with wsdl2ruby.rb.  changes for #118.  not completed.

------------------------------------------------------------------------
r1573 | nahi | 2005-07-14 21:39:25 +0900 (Thu, 14 Jul 2005) | 2 lines
Changed paths:
   A /trunk/test/soap/test_envelopenamespace.rb

add test for #124.

------------------------------------------------------------------------
r1572 | nahi | 2005-07-14 21:37:25 +0900 (Thu, 14 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

SOAP Data which is defined as a simpletype was not mapped correctly to Ruby obj when wsdl2ruby.rb generated classdef file.  closes #123.

------------------------------------------------------------------------
r1571 | nahi | 2005-07-14 21:26:10 +0900 (Thu, 14 Jul 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/soap.rb

[1570] breaks SOAPEnvelope#elename.  fixed.  freeze defined qnames.

------------------------------------------------------------------------
r1570 | nahi | 2005-07-13 23:16:21 +0900 (Wed, 13 Jul 2005) | 7 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/soap.rb

Let envelope namespace configuable.  usage;
    TemporaryNamespace = 'http://www.w3.org/2003/05/soap-envelope'
    @client.options["soap.envelope.requestnamespace"] = TemporaryNamespace
    @client.options["soap.envelope.responsenamespace"] = TemporaryNamespace
    @client.do_proc(...)
closes #124.

------------------------------------------------------------------------
r1569 | nahi | 2005-06-05 18:47:37 +0900 (Sun, 05 Jun 2005) | 2 lines
Changed paths:
   A /trunk/test/wsdl/rpc/test-rpc-lit.wsdl
   A /trunk/test/wsdl/rpc/test_rpc_lit.rb

add rpc/literal client sample for #118.

------------------------------------------------------------------------
r1568 | nahi | 2005-06-05 17:58:16 +0900 (Sun, 05 Jun 2005) | 2 lines
Changed paths:
   A /trunk/sample/soap/basicauth
   A /trunk/sample/soap/basicauth/client.rb
   A /trunk/sample/soap/basicauth/server.rb

add BasicAuth client sample.  closes #117.

------------------------------------------------------------------------
r1567 | nahi | 2005-06-05 16:29:14 +0900 (Sun, 05 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

simplify to_datetime method checking for 1.9.

------------------------------------------------------------------------
r1566 | nahi | 2005-06-05 16:28:33 +0900 (Sun, 05 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

remove unused code.  closes #116.

------------------------------------------------------------------------
r1565 | nahi | 2005-06-05 16:27:34 +0900 (Sun, 05 Jun 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb

cosmetic

------------------------------------------------------------------------
r1564 | nahi | 2005-06-05 16:26:36 +0900 (Sun, 05 Jun 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/document/test_rpc.rb

avoid test fails with Time comparison.  The fail came from usec part comparison of Time and DateTime.  closes #114.

------------------------------------------------------------------------
r1563 | nahi | 2005-05-24 00:31:31 +0900 (Tue, 24 May 2005) | 3 lines
Changed paths:
   M /trunk/test/soap/calc/calc2.rb
   M /trunk/test/soap/calc/server2.rb
   M /trunk/test/soap/calc/test_calc2.rb

method name 'set' was able to crash with a class Set.
ruby -rset test/soap/calc/test_calc2.rb

------------------------------------------------------------------------
r1562 | nahi | 2005-05-24 00:28:55 +0900 (Tue, 24 May 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/document/test_rpc.rb

dateTime comparison failed under TZ=right/Asia/Tokyo.  closes #113.

------------------------------------------------------------------------
r1560 | nahi | 2005-05-22 18:18:44 +0900 (Sun, 22 May 2005) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

follow #22.

------------------------------------------------------------------------
r1559 | nahi | 2005-05-22 18:14:10 +0900 (Sun, 22 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

use Date#start instead of Date#sg which is deprecated.

------------------------------------------------------------------------
r1558 | nahi | 2005-05-22 18:13:38 +0900 (Sun, 22 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/xmlparser.rb

change loading order for #22.  use XMLParser if it is installed.

------------------------------------------------------------------------
r1557 | nahi | 2005-05-22 16:34:44 +0900 (Sun, 22 May 2005) | 2 lines
Changed paths:
   M /trunk/install.rb

install xmlscan if redist directory contains it.  closes #22.

------------------------------------------------------------------------
r1556 | nahi | 2005-05-21 01:42:13 +0900 (Sat, 21 May 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

Hash decoding(soap2obj) failed with WSDLEncodedRegistry.  fixed.  closes #112.
changed some method name for clear intention.

------------------------------------------------------------------------
r1555 | nahi | 2005-05-20 00:08:36 +0900 (Fri, 20 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

SOAP::Mapping::Object#[]=(k, v) not 'set' v as value but 'add' it.  fixed.  closes #109.

------------------------------------------------------------------------
r1554 | nahi | 2005-05-20 00:07:40 +0900 (Fri, 20 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/soaplet.rb

add some methods for backward compatibility.  closes #111.

------------------------------------------------------------------------
r1553 | nahi | 2005-05-20 00:06:54 +0900 (Fri, 20 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

mapping an Array with WSDL fails.  it must check Element#map_as_array?  closes #110.

------------------------------------------------------------------------
r1552 | nahi | 2005-05-18 23:36:11 +0900 (Wed, 18 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/xmlSchema/importer.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/xsd/charset.rb
   M /trunk/lib/xsd/iconvcharset.rb

use Kernel.warn instead of STDERR.puts.  define Kernel.warn for ruby1.6.8.

------------------------------------------------------------------------
r1551 | nahi | 2005-05-18 23:35:05 +0900 (Wed, 18 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/router.rb
   A /trunk/test/wsdl/document/ping_nosoapaction.wsdl
   A /trunk/test/wsdl/document/test_nosoapaction.rb

doc/lit service now can be invoked without SOAPAction.  if no SOAPAction given, Router searches operations with QName of root element of SOAPBody.  many thanks to Emil Marceta.  closes #108.

------------------------------------------------------------------------
r1550 | nahi | 2005-05-18 23:30:42 +0900 (Wed, 18 May 2005) | 2 lines
Changed paths:
   M /trunk/rubyStyle.css

for Release note.

------------------------------------------------------------------------
r1549 | nahi | 2005-05-17 23:02:29 +0900 (Tue, 17 May 2005) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

Release note for 1.5.4.  closes #94.

------------------------------------------------------------------------
r1548 | nahi | 2005-05-12 10:15:20 +0900 (Thu, 12 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/test/soap/test_basetype.rb
   A /trunk/test/soap/test_mapping.rb
   M /trunk/test/xsd/test_xsd.rb

add tests for #105 and fixed another bug Date.year < 0 handling.  closes #105.

------------------------------------------------------------------------
r1547 | nahi | 2005-05-12 03:03:47 +0900 (Thu, 12 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/xsd/datatypes.rb

move type-cast code from DateTimeFactory_ to XSD::*.  it's a responsibility of XSDDateTimeImpl but XSDDateTimeImpl may move into DateTimeFactory_ altogether.

------------------------------------------------------------------------
r1546 | nahi | 2005-05-12 02:42:21 +0900 (Thu, 12 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/xsd/datatypes.rb

fixes for #105.  test should be added.

------------------------------------------------------------------------
r1545 | nahi | 2005-05-11 22:05:02 +0900 (Wed, 11 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/xsd/test_xsd.rb

add tests for #105.  closes #105.

------------------------------------------------------------------------
r1544 | nahi | 2005-05-11 22:02:11 +0900 (Wed, 11 May 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

add test for #104.

------------------------------------------------------------------------
r1543 | nahi | 2005-05-11 18:59:26 +0900 (Wed, 11 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/xsd/datatypes.rb

private method `hour' called for Date (not DateTime) mapping.  test should be written.  related to #105.

------------------------------------------------------------------------
r1542 | nahi | 2005-05-11 12:40:47 +0900 (Wed, 11 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/httpconfigloader.rb

SOAP::HTTPConfigLoader#ssl_config_int should accepts an Integer.  Integer configuration parameter may be set by runtime.  closes #104.

------------------------------------------------------------------------
r1541 | nahi | 2005-05-10 20:28:20 +0900 (Tue, 10 May 2005) | 2 lines
Changed paths:
   M /trunk/test/16runner.rb
   M /trunk/test/soap/marshal/test_marshal.rb
   M /trunk/test/soap/ssl/test_ssl.rb
   M /trunk/test/soap/struct/test_struct.rb
   M /trunk/test/soap/test_styleuse.rb
   M /trunk/test/soap/wsdlDriver/test_calc.rb
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb
   M /trunk/test/wsdl/map/test_map.rb

update unit test runner for ruby-1.6.8

------------------------------------------------------------------------
r1540 | nahi | 2005-05-10 19:55:39 +0900 (Tue, 10 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/xsd/qname.rb

do not use Mapping.define_singleton_method under ruby-1.6.8.  closes #95.

------------------------------------------------------------------------
r1539 | nahi | 2005-05-10 13:02:51 +0900 (Tue, 10 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/gensupport.rb

for ruby-1.6.8 compliance.

------------------------------------------------------------------------
r1538 | nahi | 2005-05-07 14:51:57 +0900 (Sat, 07 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

complexType definition can be empty.  add :TYPE_EMPTY for that schema definition.  closes #102.

------------------------------------------------------------------------
r1537 | nahi | 2005-05-05 23:55:11 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/test/16runner.rb

use module_eval instead of define_method under ruby/1.6.  related to #95.

------------------------------------------------------------------------
r1536 | nahi | 2005-05-05 11:16:17 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/test_styleuse.rb

cosmetic

------------------------------------------------------------------------
r1535 | nahi | 2005-05-05 11:15:59 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/noaa/client.rb

use xsd/mapping.rb

------------------------------------------------------------------------
r1534 | nahi | 2005-05-05 11:15:35 +0900 (Thu, 05 May 2005) | 4 lines
Changed paths:
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/importer.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

importing XSD from unqualified schemaLocation with xsd:import did not work.
avoid cyclic import of external schema file.  closes #99.  closes #100.
Changeset [1530] is for this fix (wrong commit log).

------------------------------------------------------------------------
r1533 | nahi | 2005-05-05 11:12:03 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb

refactoring regards to runtime method definition.  related to #95.

------------------------------------------------------------------------
r1532 | nahi | 2005-05-05 11:10:31 +0900 (Thu, 05 May 2005) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/sample/wsdl/amazon/AmazonSearch.rb
   M /trunk/sample/wsdl/amazon/AmazonSearchDriver.rb
   M /trunk/sample/wsdl/googleSearch/GoogleSearch.rb
   M /trunk/sample/wsdl/googleSearch/GoogleSearchDriver.rb
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

double-quote type information in generated class definition.  raw UserDefinedType[] causes syntax error.
test and sample updated.

------------------------------------------------------------------------
r1531 | nahi | 2005-05-05 11:08:03 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb

typo fixed.

------------------------------------------------------------------------
r1530 | nahi | 2005-05-05 11:06:26 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb

use xsd/mapping.rb

------------------------------------------------------------------------
r1529 | nahi | 2005-05-05 10:53:41 +0900 (Thu, 05 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

define Object#instance_variable_get outside of SOAP module scope.  it was not working as I expected.  related to #95.

------------------------------------------------------------------------
r1528 | nahi | 2005-05-01 12:45:05 +0900 (Sun, 01 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   A /trunk/sample/soap/calc/server.fcgi
   M /trunk/sample/soap/exchange/server.cgi
   M /trunk/sample/soap/rwiki/rwikiServer.cgi
   M /trunk/sample/soap/sampleStruct/server.cgi
   M /trunk/sample/soap/scopesample/server.cgi
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/soap/calc/server.cgi
   M /trunk/test/soap/header/server.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi

FastCGI support (I tested only with pure ruby fastcgi implementation in http://raa.ruby-lang.org/project/fcgi/ + mod_fastcgi.)  see the sample at sample/soap/calc/server.fcgi.  closes #75.

------------------------------------------------------------------------
r1527 | nahi | 2005-05-01 01:23:18 +0900 (Sun, 01 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb

add mod_ruby support.  closes #92.

------------------------------------------------------------------------
r1526 | nahi | 2005-05-01 00:53:04 +0900 (Sun, 01 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

merge SOAP::Mapping::Object#[] and #__set_xmlele.

------------------------------------------------------------------------
r1525 | nahi | 2005-05-01 00:52:15 +0900 (Sun, 01 May 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/sample/soap/calc/client.rb

ENV['CONTENT_TYPE'], not ENV['CONTENT-TYPE'].  closes #93.

------------------------------------------------------------------------
r1524 | nahi | 2005-04-29 18:56:04 +0900 (Fri, 29 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   A /trunk/lib/xsd/mapping.rb

add XSD::Mapping module.  XML <-> Ruby mapping utility.

------------------------------------------------------------------------
r1523 | nahi | 2005-04-29 18:55:06 +0900 (Fri, 29 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb

let SOAP::Mapping::Object's @__xmlele keep its elements ordering.

------------------------------------------------------------------------
r1522 | nahi | 2005-04-29 17:10:31 +0900 (Fri, 29 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/test/wsdl/document/echo.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb

let __xmlele and __xmlattr of SOAP::Mapping::Object keep each value with QName
as a key (not a String).

------------------------------------------------------------------------
r1521 | nahi | 2005-04-29 17:08:05 +0900 (Fri, 29 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

cosmetic

------------------------------------------------------------------------
r1520 | nahi | 2005-04-27 23:56:40 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/COPYING
   M /trunk/GPL
   M /trunk/RELEASE_en.html
   M /trunk/RUBYS
   M /trunk/ToDo
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb
   M /trunk/lib/soap/attachment.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/handler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/header/handler.rb
   M /trunk/lib/soap/header/handlerset.rb
   M /trunk/lib/soap/header/simplehandler.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/typeMap.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/mapping.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/mimemessage.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/property.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/qname.rb
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/server.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/documentation.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/element.rb
   M /trunk/lib/wsdl/soap/fault.rb
   M /trunk/lib/wsdl/soap/header.rb
   M /trunk/lib/wsdl/soap/headerfault.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/wsdl.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/enumeration.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb
   M /trunk/lib/wsdl/xmlSchema/simpleRestriction.rb
   M /trunk/lib/wsdl/xmlSchema/simpleType.rb
   M /trunk/lib/wsdl/xmlSchema/unique.rb
   M /trunk/lib/xsd/charset.rb
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/commentdef.rb
   M /trunk/lib/xsd/codegen/gensupport.rb
   M /trunk/lib/xsd/codegen/methoddef.rb
   M /trunk/lib/xsd/codegen/moduledef.rb
   M /trunk/lib/xsd/codegen.rb
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/lib/xsd/datatypes1999.rb
   M /trunk/lib/xsd/iconvcharset.rb
   M /trunk/lib/xsd/namedelements.rb
   M /trunk/lib/xsd/ns.rb
   M /trunk/lib/xsd/qname.rb
   M /trunk/lib/xsd/xmlparser/parser.rb
   M /trunk/lib/xsd/xmlparser/rexmlparser.rb
   M /trunk/lib/xsd/xmlparser/xmlparser.rb
   M /trunk/lib/xsd/xmlparser/xmlscanner.rb
   M /trunk/lib/xsd/xmlparser.rb
   M /trunk/rubyStyle.css
   M /trunk/sample/WSDemo/client.rb
   M /trunk/sample/WSDemo/iSubscribeService.rb
   M /trunk/sample/WSDemo/server.rb
   M /trunk/sample/apacheClient.rb
   M /trunk/sample/soap/authheader/client.rb
   M /trunk/sample/soap/authheader/server.rb
   M /trunk/sample/soap/babelfish.rb
   M /trunk/sample/soap/calc/calc.rb
   M /trunk/sample/soap/calc/calc2.rb
   M /trunk/sample/soap/calc/client.rb
   M /trunk/sample/soap/calc/client2.rb
   M /trunk/sample/soap/calc/httpd.rb
   M /trunk/sample/soap/calc/server.cgi
   M /trunk/sample/soap/calc/server.rb
   M /trunk/sample/soap/calc/server2.rb
   M /trunk/sample/soap/digraph.rb
   M /trunk/sample/soap/exchange/client.rb
   M /trunk/sample/soap/exchange/exchange.rb
   M /trunk/sample/soap/exchange/httpd.rb
   M /trunk/sample/soap/exchange/samplehttpd.conf
   M /trunk/sample/soap/exchange/server.cgi
   M /trunk/sample/soap/exchange/server.rb
   M /trunk/sample/soap/helloworld/hw_c.rb
   M /trunk/sample/soap/helloworld/hw_s.rb
   M /trunk/sample/soap/hippo5tq.rb
   M /trunk/sample/soap/hippo5tq2.rb
   M /trunk/sample/soap/hippoClient.rb
   M /trunk/sample/soap/icd/IICD.rb
   M /trunk/sample/soap/icd/icd.rb
   M /trunk/sample/soap/netDicV06/INetDicV06.rb
   M /trunk/sample/soap/netDicV06/netDicV06.rb
   M /trunk/sample/soap/raa/SOAP__Lite.pl
   M /trunk/sample/soap/raa/pocketSOAP.js
   M /trunk/sample/soap/raa2.4/raa.rb
   M /trunk/sample/soap/raa2.4/raaDriver.rb
   M /trunk/sample/soap/raa2.4/raaServiceClient.rb
   M /trunk/sample/soap/raa2.4/sample.rb
   M /trunk/sample/soap/rwiki/rwikiClient.rb
   M /trunk/sample/soap/rwiki/rwikiServer.cgi
   M /trunk/sample/soap/sampleStruct/client.rb
   M /trunk/sample/soap/sampleStruct/httpd.rb
   M /trunk/sample/soap/sampleStruct/iSampleStruct.rb
   M /trunk/sample/soap/sampleStruct/sampleStruct.rb
   M /trunk/sample/soap/sampleStruct/samplehttpd.conf
   M /trunk/sample/soap/sampleStruct/server.cgi
   M /trunk/sample/soap/sampleStruct/server.rb
   M /trunk/sample/soap/scopesample/client.rb
   M /trunk/sample/soap/scopesample/httpd.rb
   M /trunk/sample/soap/scopesample/samplehttpd.conf
   M /trunk/sample/soap/scopesample/servant.rb
   M /trunk/sample/soap/scopesample/server.cgi
   M /trunk/sample/soap/scopesample/server.rb
   M /trunk/sample/soap/ssl/files/README
   M /trunk/sample/soap/ssl/files/ca.cert
   M /trunk/sample/soap/ssl/files/client.cert
   M /trunk/sample/soap/ssl/files/client.key
   M /trunk/sample/soap/ssl/files/server.cert
   M /trunk/sample/soap/ssl/files/server.key
   M /trunk/sample/soap/ssl/files/sslclient.properties
   M /trunk/sample/soap/ssl/files/sslclient_require_noserverauth.properties
   M /trunk/sample/soap/ssl/files/sslclient_with_clientauth.properties
   M /trunk/sample/soap/ssl/files/subca.cert
   M /trunk/sample/soap/ssl/sslclient.rb
   M /trunk/sample/soap/ssl/sslclient_require_noserverauth.rb
   M /trunk/sample/soap/ssl/sslclient_with_clientauth.rb
   M /trunk/sample/soap/ssl/sslserver.rb
   M /trunk/sample/soap/ssl/sslserver_noauth.rb
   M /trunk/sample/soap/ssl/sslserver_require_clientauth.rb
   M /trunk/sample/soap/swa/client.rb
   M /trunk/sample/soap/swa/server.rb
   M /trunk/sample/soap/whois.rb
   M /trunk/sample/soapbox/ContactsDataSet.xml
   M /trunk/sample/soapbox/ExceptionDataSet.xml
   M /trunk/sample/soapbox/MessageDataSet.xml
   M /trunk/sample/soapbox/SoapBoxWebService.wsdl
   M /trunk/sample/soapbox/SoapBoxWebServiceWithRawXML.wsdl
   M /trunk/sample/soapbox/wsdlDriver.rb
   M /trunk/sample/wsdl/amazon/AmazonSearch.rb
   M /trunk/sample/wsdl/amazon/AmazonSearchDriver.rb
   M /trunk/sample/wsdl/amazon/sampleClient.rb
   M /trunk/sample/wsdl/amazon/wsdlDriver.rb
   M /trunk/sample/wsdl/googleSearch/GoogleSearch.rb
   M /trunk/sample/wsdl/googleSearch/GoogleSearchDriver.rb
   M /trunk/sample/wsdl/googleSearch/README
   M /trunk/sample/wsdl/googleSearch/httpd.rb
   M /trunk/sample/wsdl/googleSearch/sampleClient.rb
   M /trunk/sample/wsdl/googleSearch/samplehttpd.conf
   M /trunk/sample/wsdl/googleSearch/sjissearch.sh
   M /trunk/sample/wsdl/googleSearch/wsdlDriver.rb
   M /trunk/sample/wsdl/hash/client.rb
   M /trunk/sample/wsdl/hash/hash.wsdl
   M /trunk/sample/wsdl/hash/server.rb
   M /trunk/sample/wsdl/raa2.4/raa.rb
   M /trunk/sample/wsdl/raa2.4/wsdlDriver.rb
   M /trunk/sample/wsdl/rnn/client.rb
   M /trunk/sample/wsdl/rnn/post.rb
   M /trunk/sample/wsdl/rnn/rnn-hash.wsdl
   M /trunk/sample/wsdl/rnn/rnn.wsdl
   M /trunk/sample/wsdl/rnn/submit.rb
   M /trunk/test/16runner.rb
   M /trunk/test/interopR2/README.txt
   M /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2.wsdl
   M /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2GroupB.wsdl
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/client.NetRemoting.rb
   M /trunk/test/interopR2/client.rb
   M /trunk/test/interopR2/client4S4C.rb
   M /trunk/test/interopR2/client4S4C2.rb
   M /trunk/test/interopR2/clientASP.NET.rb
   M /trunk/test/interopR2/clientApacheAxis.rb
   M /trunk/test/interopR2/clientApacheSOAP.rb
   M /trunk/test/interopR2/clientBEAWebLogic.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/clientCapeConnect.rb
   M /trunk/test/interopR2/clientDelphi.rb
   M /trunk/test/interopR2/clientEasySoap.rb
   M /trunk/test/interopR2/clientFrontier.rb
   M /trunk/test/interopR2/clientGLUE.rb
   M /trunk/test/interopR2/clientHP.rb
   M /trunk/test/interopR2/clientJAX-RPC.rb
   M /trunk/test/interopR2/clientJSOAP.rb
   M /trunk/test/interopR2/clientKafkaXSLT.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit2.0.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit3.0.rb
   M /trunk/test/interopR2/clientNuSOAP.rb
   M /trunk/test/interopR2/clientNuWave.rb
   M /trunk/test/interopR2/clientOpenLink.rb
   M /trunk/test/interopR2/clientOracle.rb
   M /trunk/test/interopR2/clientPEAR.rb
   M /trunk/test/interopR2/clientPhalanx.rb
   M /trunk/test/interopR2/clientSIMACE.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/interopR2/clientSOAP__Lite.rb
   M /trunk/test/interopR2/clientSQLData.rb
   M /trunk/test/interopR2/clientSilverStream.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/clientSun.rb
   M /trunk/test/interopR2/clientVWOpentalkSoap.rb
   M /trunk/test/interopR2/clientWASP.rb
   M /trunk/test/interopR2/clientWASPC.rb
   M /trunk/test/interopR2/clientWebMethods.rb
   M /trunk/test/interopR2/clientWhiteMesa.rb
   M /trunk/test/interopR2/clientWingfoot.rb
   M /trunk/test/interopR2/clientXMLBus.rb
   M /trunk/test/interopR2/clientXMLRPC-EPI.rb
   M /trunk/test/interopR2/clientXSOAP.rb
   M /trunk/test/interopR2/clientZSI.rb
   M /trunk/test/interopR2/clienteSOAP.rb
   M /trunk/test/interopR2/clientgSOAP.rb
   M /trunk/test/interopR2/clientkSOAP.rb
   M /trunk/test/interopR2/iSimonReg.rb
   M /trunk/test/interopR2/interopResultBase.rb
   M /trunk/test/interopR2/interopService.rb
   M /trunk/test/interopR2/rwikiInteropService.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb
   M /trunk/test/interopR2/simonReg.rb
   M /trunk/test/interopR2/test.sh
   M /trunk/test/interopR4/client.rb
   M /trunk/test/runner.rb
   M /trunk/test/sm11/classDef.rb
   M /trunk/test/sm11/client.rb
   M /trunk/test/sm11/driver.rb
   M /trunk/test/sm11/servant.rb
   M /trunk/test/sm11/server.rb
   M /trunk/test/soap/calc/calc.rb
   M /trunk/test/soap/calc/calc2.rb
   M /trunk/test/soap/calc/server.cgi
   M /trunk/test/soap/calc/server.rb
   M /trunk/test/soap/calc/server2.rb
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/header/server.cgi
   M /trunk/test/soap/header/test_authheader.rb
   M /trunk/test/soap/header/test_authheader_cgi.rb
   M /trunk/test/soap/helloworld/hw_s.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb
   M /trunk/test/soap/marshal/marshaltestlib.rb
   M /trunk/test/soap/marshal/test_digraph.rb
   M /trunk/test/soap/marshal/test_marshal.rb
   M /trunk/test/soap/marshal/test_struct.rb
   M /trunk/test/soap/ssl/README
   M /trunk/test/soap/ssl/ca.cert
   M /trunk/test/soap/ssl/client.cert
   M /trunk/test/soap/ssl/client.key
   M /trunk/test/soap/ssl/server.cert
   M /trunk/test/soap/ssl/server.key
   M /trunk/test/soap/ssl/sslsvr.rb
   M /trunk/test/soap/ssl/subca.cert
   M /trunk/test/soap/ssl/test_ssl.rb
   M /trunk/test/soap/struct/test_struct.rb
   M /trunk/test/soap/swa/test_file.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/soap/test_property.rb
   M /trunk/test/soap/test_soapelement.rb
   M /trunk/test/soap/test_streamhandler.rb
   M /trunk/test/soap/wsdlDriver/README.txt
   M /trunk/test/soap/wsdlDriver/echo_version.rb
   M /trunk/test/soap/wsdlDriver/simpletype.wsdl
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb
   M /trunk/test/wsdl/any/any.wsdl
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/any/test_any.rb
   M /trunk/test/wsdl/axisArray/axisArray.wsdl
   M /trunk/test/wsdl/axisArray/itemList.rb
   M /trunk/test/wsdl/axisArray/test_axisarray.rb
   M /trunk/test/wsdl/datetime/DatetimeService.rb
   M /trunk/test/wsdl/datetime/datetime.rb
   M /trunk/test/wsdl/datetime/datetime.wsdl
   M /trunk/test/wsdl/datetime/datetimeServant.rb
   M /trunk/test/wsdl/datetime/test_datetime.rb
   M /trunk/test/wsdl/emptycomplextype.wsdl
   M /trunk/test/wsdl/map/map.wsdl
   M /trunk/test/wsdl/map/map.xml
   M /trunk/test/wsdl/map/test_map.rb
   M /trunk/test/wsdl/marshal/person.wsdl
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   M /trunk/test/wsdl/multiplefault.wsdl
   M /trunk/test/wsdl/raa/RAA.rb
   M /trunk/test/wsdl/raa/RAAServant.rb
   M /trunk/test/wsdl/raa/RAAService.rb
   M /trunk/test/wsdl/raa/README.txt
   M /trunk/test/wsdl/raa/raa.wsdl
   M /trunk/test/wsdl/raa/server.rb
   M /trunk/test/wsdl/raa/test_raa.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedClient.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedServant.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/rpc.wsdl
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb
   M /trunk/test/wsdl/simpletype/simpletype.wsdl
   M /trunk/test/wsdl/simpletype/test_simpletype.rb
   M /trunk/test/wsdl/soap/soapbodyparts.wsdl
   M /trunk/test/wsdl/soap/test_soapbodyparts.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClient.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedServant.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/rpc.wsdl
   M /trunk/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb
   M /trunk/test/wsdl/test_emptycomplextype.rb
   M /trunk/test/wsdl/test_fault.rb
   M /trunk/test/wsdl/test_multiplefault.rb
   M /trunk/test/xsd/noencoding.xml
   M /trunk/test/xsd/test_noencoding.rb
   M /trunk/test/xsd/test_xmlschemaparser.rb
   M /trunk/test/xsd/test_xsd.rb
   M /trunk/test/xsd/xmlschema.xml

removed svn:executable

------------------------------------------------------------------------
r1519 | nahi | 2005-04-27 23:19:24 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/test/wsdl/document/echo.rb
   M /trunk/test/wsdl/document/test_rpc.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb

change implementation variable names: __soap_* -> __xml{attr,ele}

------------------------------------------------------------------------
r1518 | nahi | 2005-04-27 23:18:42 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/noaa/client.rb

mere nothing.

------------------------------------------------------------------------
r1517 | nahi | 2005-04-27 23:17:09 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb

add necessary 'require' lines.

------------------------------------------------------------------------
r1516 | nahi | 2005-04-27 16:15:13 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

commit slipped.  change for the previous commit. [1515]

------------------------------------------------------------------------
r1515 | nahi | 2005-04-27 16:13:21 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/rpc/rpc.wsdl
   M /trunk/test/wsdl/rpc/test_rpc.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

let WSDLEncodedRegistry#soap2obj map SOAP/OM to Ruby according to WSDL as well as obj2soap.  closes #70.

------------------------------------------------------------------------
r1514 | nahi | 2005-04-27 16:11:28 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/map/test_map.rb

cosmetic

------------------------------------------------------------------------
r1513 | nahi | 2005-04-27 16:11:13 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

use methodDefCreator to generate param_def, not do it by itself.

------------------------------------------------------------------------
r1512 | nahi | 2005-04-27 16:10:45 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/soap/test_soapbodyparts.rb

fixed expected result.

------------------------------------------------------------------------
r1511 | nahi | 2005-04-27 16:10:06 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/document/number.wsdl

wrong WSDL definition.  wsdl4r now detects this failure.

------------------------------------------------------------------------
r1510 | nahi | 2005-04-27 16:09:38 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/ToDo

cleanup

------------------------------------------------------------------------
r1509 | nahi | 2005-04-27 16:09:28 +0900 (Wed, 27 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/router.rb

add generate_explicit_type option support for server side (router).  call 'self.generate_explicit_type = true' if you want to return simplified XML even if it's rpc/encoded service.

------------------------------------------------------------------------
r1508 | nahi | 2005-04-20 09:58:46 +0900 (Wed, 20 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/wsdl/info.rb

define inspect of WSDL::Info and SOAP::SOAPType for concise inspection.  closes #67.

------------------------------------------------------------------------
r1507 | nahi | 2005-04-20 09:56:23 +0900 (Wed, 20 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

cosmetic

------------------------------------------------------------------------
r1506 | nahi | 2005-04-19 00:33:49 +0900 (Tue, 19 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb

introduced Mapping.const_from_name and let class_from_name use it.
added module_from_name as well.

------------------------------------------------------------------------
r1505 | nahi | 2005-04-19 00:32:57 +0900 (Tue, 19 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb

excn_handler did not work.

------------------------------------------------------------------------
r1504 | nahi | 2005-04-19 00:32:33 +0900 (Tue, 19 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

simplified

------------------------------------------------------------------------
r1503 | nahi | 2005-04-18 11:01:22 +0900 (Mon, 18 Apr 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/googleAdwords/client.rb

add a comment to clarify how to generate 'default.rb' with wsdl2ruby.rb.

------------------------------------------------------------------------
r1502 | nahi | 2005-04-18 00:07:37 +0900 (Mon, 18 Apr 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/wsdlDriver/simpletype.wsdl

avoid name crash (test/unit defines ::Version)

------------------------------------------------------------------------
r1501 | nahi | 2005-04-18 00:06:48 +0900 (Mon, 18 Apr 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/document/echo.rb

updated

------------------------------------------------------------------------
r1500 | nahi | 2005-04-18 00:06:30 +0900 (Mon, 18 Apr 2005) | 2 lines
Changed paths:
   A /trunk/sample/wsdl/amazonEC
   A /trunk/sample/wsdl/amazonEC/client.rb

closes #33.

------------------------------------------------------------------------
r1499 | nahi | 2005-04-18 00:03:56 +0900 (Mon, 18 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

omit an empty element when the element is defined as minoccurs == 0.
make an empty element nil when the element is defined as nillable.

------------------------------------------------------------------------
r1498 | nahi | 2005-04-18 00:02:10 +0900 (Mon, 18 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb

modified Mapping.get_attribute logic.  call obj.__send__(name) only when an obj is a Struct or Marshallable.  say obj is an array and name == 'sort'...  (I had the experience while writing a sample for AWSECommerce)

------------------------------------------------------------------------
r1497 | nahi | 2005-04-17 12:49:42 +0900 (Sun, 17 Apr 2005) | 6 lines
Changed paths:
   A /trunk/sample/wsdl/googleAdwords
   A /trunk/sample/wsdl/googleAdwords/CampaignService.wsdl
   A /trunk/sample/wsdl/googleAdwords/adwords.pem
   A /trunk/sample/wsdl/googleAdwords/ca.pem
   A /trunk/sample/wsdl/googleAdwords/client.rb
   A /trunk/sample/wsdl/googleAdwords/soap
   A /trunk/sample/wsdl/googleAdwords/soap/property
   A /trunk/sample/wsdl/googleAdwords/thawte.pem

add a sample of googleAdWords.
CAUTION: I don't have an account of AdWords so the sample code is NOT tested.
Please tell me (nahi@ruby-lang.org) if you will get good/bad result in
communicating with AdWords Server.
closes #91.

------------------------------------------------------------------------
r1496 | nahi | 2005-04-17 12:47:49 +0900 (Sun, 17 Apr 2005) | 2 lines
Changed paths:
   A /trunk/lib/soap/httpconfigloader.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/wsdl/xmlSchema/importer.rb

pull out http configuration loader as a new file.  let wsdl/xmlSchema/importer use it.

------------------------------------------------------------------------
r1495 | nahi | 2005-04-17 12:46:00 +0900 (Sun, 17 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

map fault's detail element to object with literal_mapping_registry when the service is 'literal' service.

------------------------------------------------------------------------
r1494 | nahi | 2005-04-17 12:44:31 +0900 (Sun, 17 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

trim useless empty lines in classdef file.

------------------------------------------------------------------------
r1493 | nahi | 2005-04-17 00:42:50 +0900 (Sun, 17 Apr 2005) | 3 lines
Changed paths:
   A /trunk/sample/XMethods
   A /trunk/sample/XMethods/hash.rb

add an example doc/lit client at www.xmethods.net.  should be added more later.
closes #73.

------------------------------------------------------------------------
r1492 | nahi | 2005-04-16 23:27:48 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/test/wsdl/document/document.wsdl
   M /trunk/test/wsdl/document/test_rpc.rb

minor bug when element/attribute name contains '-'.  closes #47.

------------------------------------------------------------------------
r1491 | nahi | 2005-04-16 21:58:15 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/noaa/client.rb

add a sample to do ad-hoc mapping to Ruby Object from XML.

------------------------------------------------------------------------
r1490 | nahi | 2005-04-16 21:57:27 +0900 (Sat, 16 Apr 2005) | 4 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

rescue an error from create_empty_object.  type name "data" tries Data.new
which raises TypeError.  when the error occurs, it fall back to anytype2obj
that create SOAP::Mapping::Object.

------------------------------------------------------------------------
r1489 | nahi | 2005-04-16 21:54:51 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

decode_parent: allow top level XML element to get through.  I don't remember what this check is for...

------------------------------------------------------------------------
r1488 | nahi | 2005-04-16 19:21:11 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/importer.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlSchema/xsd2ruby.rb

allow xsd:include or xsd:import with relative URL schemaLocation.

------------------------------------------------------------------------
r1487 | nahi | 2005-04-16 19:20:24 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb
   A /trunk/lib/wsdl/xmlSchema/include.rb

add xsd:include support.

------------------------------------------------------------------------
r1486 | nahi | 2005-04-16 19:19:34 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb

cosmetic (QName in comment)

------------------------------------------------------------------------
r1485 | nahi | 2005-04-16 16:59:36 +0900 (Sat, 16 Apr 2005) | 3 lines
Changed paths:
   M /trunk/sample/wsdl/noaa/client.rb

a param value for 'no retrieval' seems to be 'false', not 'nil'.
cf. [ruby-talk:138441]

------------------------------------------------------------------------
r1484 | nahi | 2005-04-16 10:20:31 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

avoid nil crash of unnamed ref-only attribute/element definition.

------------------------------------------------------------------------
r1483 | nahi | 2005-04-16 10:19:40 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/parser.rb

typo: annotation support of xsd2ruby.rb did not work.

------------------------------------------------------------------------
r1482 | nahi | 2005-04-16 10:18:55 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/xmlSchema/length.rb
   A /trunk/lib/wsdl/xmlSchema/pattern.rb

forgot to add 2 files in [1478]

------------------------------------------------------------------------
r1481 | nahi | 2005-04-16 00:15:05 +0900 (Sat, 16 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/fault.rb
   M /trunk/lib/wsdl/soap/header.rb

illegal soap:header and soap:fault handling.  closes #85.

------------------------------------------------------------------------
r1480 | nahi | 2005-04-15 18:24:31 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   A /trunk/sample/wsdl/noaa
   A /trunk/sample/wsdl/noaa/client.rb
   A /trunk/sample/wsdl/noaa/ndfdXML.wsdl

add a sample for weather.gov's NDFD services.

------------------------------------------------------------------------
r1479 | nahi | 2005-04-15 17:10:10 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/test/wsdl/simpletype/simpletype.wsdl

same as [1478]

------------------------------------------------------------------------
r1478 | nahi | 2005-04-15 16:40:17 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/simpleRestriction.rb
   M /trunk/test/wsdl/simpletype/test_simpletype.rb

length and pattern restriction support.  closes #90.

------------------------------------------------------------------------
r1477 | nahi | 2005-04-15 16:36:43 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/simpletype/simpletype.wsdl
   M /trunk/test/wsdl/simpletype/test_simpletype.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb

follow the library change in [1474].

------------------------------------------------------------------------
r1476 | nahi | 2005-04-15 15:19:29 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   A /trunk/test/wsdl/document/number.wsdl
   A /trunk/test/wsdl/document/test_number.rb
   M /trunk/test/wsdl/document/test_rpc.rb

add a simple doc/lit sample.

------------------------------------------------------------------------
r1475 | nahi | 2005-04-15 11:43:54 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

importing XSD file at schemaLocation with xsd:import.  closes #88.

------------------------------------------------------------------------
r1474 | nahi | 2005-04-15 11:42:52 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

cosmetic.  closes #89.

------------------------------------------------------------------------
r1473 | nahi | 2005-04-15 11:41:12 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/driverCreator.rb

service location may be empty.

------------------------------------------------------------------------
r1472 | nahi | 2005-04-15 11:40:11 +0900 (Fri, 15 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/param.rb

allow input/output element to set unqualified name as a 'message' attribute value.  it is treated that it is defined in a targetnamespace.  closes #83.

------------------------------------------------------------------------
r1471 | nahi | 2005-04-14 22:32:21 +0900 (Thu, 14 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/any/test_any.rb
   M /trunk/test/wsdl/document/echo.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb

let @@schema_element preserve ordering of contained elements defined in WSDL.
(I hope it) closes #84.

------------------------------------------------------------------------
r1470 | nahi | 2005-04-14 16:59:52 +0900 (Thu, 14 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/test/soap/test_styleuse.rb
   M /trunk/test/soap/wsdlDriver/document.wsdl
   M /trunk/test/soap/wsdlDriver/test_calc.rb
   M /trunk/test/soap/wsdlDriver/test_document.rb
   A /trunk/test/wsdl/document
   A /trunk/test/wsdl/document/document.wsdl
   A /trunk/test/wsdl/document/echo.rb
   A /trunk/test/wsdl/document/test_rpc.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb
   M /trunk/test/wsdl/simpletype/simpletype.wsdl
   M /trunk/test/wsdl/simpletype/test_simpletype.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb

refine Ruby <-> SOAP mapping for better doc/lit support.  mapping details (what object is allowed as a parameter and a return value in rpc/doc/enc/lit combination) are in the comment at the head of test/soap/test_styleuse.rb
related to #81.

------------------------------------------------------------------------
r1469 | nahi | 2005-04-14 16:43:55 +0900 (Thu, 14 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb

let SOAP::Mapping::Object handle XML attribute for doc/lit service.  related to #81.

------------------------------------------------------------------------
r1468 | nahi | 2005-04-14 16:40:52 +0900 (Thu, 14 Apr 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPElement <-> obj: allow multiple child elements which has the same name.
closes #87.

------------------------------------------------------------------------
r1467 | nahi | 2005-04-14 16:37:36 +0900 (Thu, 14 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb

XML pretty printing for SOAPStruct.  closes #86.

------------------------------------------------------------------------
r1466 | nahi | 2005-04-14 16:33:35 +0900 (Thu, 14 Apr 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/ns.rb

confusing comment

------------------------------------------------------------------------
r1465 | nahi | 2005-03-16 23:12:16 +0900 (Wed, 16 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/operation.rb
   A /trunk/test/soap/wsdlDriver/calc.wsdl
   A /trunk/test/soap/wsdlDriver/test_calc.rb

fixed illegal handling of RPC operation name.  use 'name' attribute of 'operation' element, not 'name' attribute of a message defined as an input part.

------------------------------------------------------------------------
r1464 | nahi | 2005-03-16 23:09:25 +0900 (Wed, 16 Mar 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/datetime/DatetimeService.rb

updated generated server skelton file.

------------------------------------------------------------------------
r1463 | nahi | 2005-03-13 01:30:47 +0900 (Sun, 13 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb

improove WSDLLiteralRegistry attribute handling.

------------------------------------------------------------------------
r1462 | nahi | 2005-03-13 01:29:38 +0900 (Sun, 13 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/wsdlDriver.rb

move EmptyResponseError class definition to soap.rb

------------------------------------------------------------------------
r1461 | nahi | 2005-03-12 16:13:30 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   A /trunk/sample/soap/raa2.4/raa.wsdl

add ApacheMap handling for wsdl2ruby.  fixes #76.

------------------------------------------------------------------------
r1460 | nahi | 2005-03-12 12:28:46 +0900 (Sat, 12 Mar 2005) | 3 lines
Changed paths:
   M /trunk/sample/soap/exchange/server.cgi
   M /trunk/sample/soap/exchange/server.rb
   M /trunk/sample/soap/sampleStruct/server.cgi

merged a patch from Kazuhiko-san. [ruby-dev:25800]
fixes #77.

------------------------------------------------------------------------
r1459 | nahi | 2005-03-12 12:07:39 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

cosmetic.

------------------------------------------------------------------------
r1458 | nahi | 2005-03-12 12:07:17 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/test/soap/header/server.cgi

follow ruby-1.9 (unconfirmed) change.  avoid local variable name crash with private method call.

------------------------------------------------------------------------
r1457 | nahi | 2005-03-12 12:04:51 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb

removed duplicated method definition.

------------------------------------------------------------------------
r1456 | nahi | 2005-03-12 12:04:00 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/sample/soap/customfactory.rb

cosmetic

------------------------------------------------------------------------
r1455 | nahi | 2005-03-12 12:03:38 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/sample/soap/styleuse/client.rb

more complex sample.

------------------------------------------------------------------------
r1454 | nahi | 2005-03-12 12:02:26 +0900 (Sat, 12 Mar 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb

use 'diff' command via shell to show test result.

------------------------------------------------------------------------
r1453 | nahi | 2005-02-23 22:58:12 +0900 (Wed, 23 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

remove outdated comment.

------------------------------------------------------------------------
r1452 | nahi | 2005-02-23 22:57:49 +0900 (Wed, 23 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

xsi:type of SOAPArray should be soap:Array.

------------------------------------------------------------------------
r1451 | nahi | 2005-02-23 22:56:57 +0900 (Wed, 23 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/header.rb

Info#find_* method should raise an exception when no item found.

------------------------------------------------------------------------
r1450 | nahi | 2005-02-23 22:56:08 +0900 (Wed, 23 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

remove duplicated 'inspect' definition.

------------------------------------------------------------------------
r1449 | nahi | 2005-02-23 22:53:42 +0900 (Wed, 23 Feb 2005) | 2 lines
Changed paths:
   M /trunk/test/runner.rb

follow Test::Unit change.

------------------------------------------------------------------------
r1448 | nahi | 2005-02-22 09:51:36 +0900 (Tue, 22 Feb 2005) | 2 lines
Changed paths:
   M /trunk/sample/soap/customfactory.rb

add a custom Array factory sample.

------------------------------------------------------------------------
r1447 | nahi | 2005-02-21 23:14:00 +0900 (Mon, 21 Feb 2005) | 2 lines
Changed paths:
   M /trunk/sample/soap/customfactory.rb

DummyStructFactory#soap2obj was not used.  fixed.

------------------------------------------------------------------------
r1446 | nahi | 2005-02-21 22:44:41 +0900 (Mon, 21 Feb 2005) | 2 lines
Changed paths:
   A /trunk/sample/soap/customfactory.rb

custom Factory sample.

------------------------------------------------------------------------
r1445 | nahi | 2005-02-11 12:57:26 +0900 (Fri, 11 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/xmlSchema/simpleContent.rb
   M /trunk/lib/wsdl/xmlSchema/simpleType.rb
   M /trunk/lib/xsd/xmlparser/xmlscanner.rb
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

cosmetic: ::XSD::* -> XSD::*

------------------------------------------------------------------------
r1444 | nahi | 2005-02-11 12:56:47 +0900 (Fri, 11 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/test/wsdl/ref/expectedProduct.rb
   M /trunk/test/wsdl/ref/product.wsdl
   A /trunk/test/wsdl/rpc
   A /trunk/test/wsdl/rpc/rpc.wsdl
   A /trunk/test/wsdl/rpc/test_rpc.rb

support '-' in element name.  half fix of #47 (attribute name is not supported yet).

------------------------------------------------------------------------
r1443 | nahi | 2005-02-10 20:49:38 +0900 (Thu, 10 Feb 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/ref/product.wsdl
   M /trunk/test/wsdl/ref/test_ref.rb

let this test to be a schema definition test.

------------------------------------------------------------------------
r1442 | nahi | 2005-02-10 20:48:59 +0900 (Thu, 10 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

cosmetic

------------------------------------------------------------------------
r1441 | nahi | 2005-02-10 20:48:28 +0900 (Thu, 10 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb

should elements_from_message support message definition with 'element=' attribute?  elements_from_message is for rpc service...

------------------------------------------------------------------------
r1440 | nahi | 2005-02-10 20:46:40 +0900 (Thu, 10 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/simpleType.rb

simpleType cannot have extension.  fixed.

------------------------------------------------------------------------
r1439 | nahi | 2005-02-10 20:46:15 +0900 (Thu, 10 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/simpleContent.rb
   A /trunk/lib/wsdl/xmlSchema/simpleExtension.rb
   M /trunk/lib/wsdl/xmlSchema/simpleRestriction.rb

add extension of simpleContent.  fixed #7. (<xsd:extension> of complexContent still is not supported.  ticket #7 is too wide so I once close it and submit more detailed ticket in the future.)

------------------------------------------------------------------------
r1438 | nahi | 2005-02-10 20:44:04 +0900 (Thu, 10 Feb 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/xsd/namedelements.rb

* mv 'Empty' definition to XSD::NamedElements::Empty.
* make parameters of WSDLLiteralRegistey#initialize consistent with WSDLEncodedRegistry's one.

------------------------------------------------------------------------
r1437 | nahi | 2005-02-08 23:35:36 +0900 (Tue, 08 Feb 2005) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb
   M /trunk/bin/xsd2ruby.rb
   A /trunk/lib/wsdl/soap/wsdl2ruby.rb
   A /trunk/lib/wsdl/xmlSchema/xsd2ruby.rb
   M /trunk/test/wsdl/any/test_any.rb
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   M /trunk/test/wsdl/ref/test_ref.rb
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb

let wsdl2ruby.rb and xsd2ruby.rb be a library.  bin/wsdl2ruby.rb and bin/xsd2ruby.rb use these libraries.  let tests use the libraries.  fixes #69.

------------------------------------------------------------------------
r1436 | nahi | 2005-02-06 22:02:46 +0900 (Sun, 06 Feb 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb

do not unlink generated file when the test failed for postmortem analysis.

------------------------------------------------------------------------
r1435 | nahi | 2005-02-06 22:01:28 +0900 (Sun, 06 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/parser.rb

descriptive error message.

------------------------------------------------------------------------
r1434 | nahi | 2005-02-06 22:00:59 +0900 (Sun, 06 Feb 2005) | 3 lines
Changed paths:
   M /trunk/lib/xsd/codegen/gensupport.rb

check Ruby's keyword as a safevarname (break, unless, etc. are not allowed)
safemethodname still allows a keyword as a method name now.

------------------------------------------------------------------------
r1433 | nahi | 2005-02-06 21:58:35 +0900 (Sun, 06 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/operationBinding.rb

operation_style refactoring.

------------------------------------------------------------------------
r1432 | nahi | 2005-02-06 21:58:17 +0900 (Sun, 06 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb

@@schema_attribute was not dumped when a schema definition does not include any attribute definition.

------------------------------------------------------------------------
r1431 | nahi | 2005-02-06 21:55:33 +0900 (Sun, 06 Feb 2005) | 5 lines
Changed paths:
   A /trunk/test/wsdl/ref
   A /trunk/test/wsdl/ref/expectedProduct.rb
   A /trunk/test/wsdl/ref/product.wsdl
   A /trunk/test/wsdl/ref/test_ref.rb

add test for #45, #48 and #49.
fixes #45.
fixes #48.
fixes #49.

------------------------------------------------------------------------
r1430 | nahi | 2005-02-06 21:54:45 +0900 (Sun, 06 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/element.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

support simpleType definition.  fixes #48.

------------------------------------------------------------------------
r1429 | nahi | 2005-02-06 21:53:19 +0900 (Sun, 06 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/xsd/namedelements.rb

add NamedElements#keys like Hash#keys for debugging purpose. (I often need this information from debugger)

------------------------------------------------------------------------
r1428 | nahi | 2005-02-04 11:09:06 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/xmlSchema/annotation.rb

forgot to add in [1417].

------------------------------------------------------------------------
r1427 | nahi | 2005-02-04 11:07:53 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

'ref' support for element and attribute definition.  related to #45.  test must be added.

------------------------------------------------------------------------
r1426 | nahi | 2005-02-04 11:06:44 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb

simpleContent support.  related #49.  test must be added.

------------------------------------------------------------------------
r1425 | nahi | 2005-02-04 11:04:51 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/bin/xsd2ruby.rb

follow [1422].

------------------------------------------------------------------------
r1424 | nahi | 2005-02-04 11:04:25 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb

follow [1418].

------------------------------------------------------------------------
r1423 | nahi | 2005-02-04 11:04:05 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb

remove duplicated method definition.

------------------------------------------------------------------------
r1422 | nahi | 2005-02-04 10:59:47 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/importer.rb
   A /trunk/lib/wsdl/xmlSchema/importer.rb

introduce XMLSchema importer and let WSDL importer a derived class.

------------------------------------------------------------------------
r1421 | nahi | 2005-02-04 10:58:55 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb

cosmetic

------------------------------------------------------------------------
r1420 | nahi | 2005-02-04 10:58:23 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/soap.rb

move instance_variable_{get|set} definition.

------------------------------------------------------------------------
r1419 | nahi | 2005-02-04 10:57:49 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

ignore http binding.

------------------------------------------------------------------------
r1418 | nahi | 2005-02-04 10:57:19 +0900 (Fri, 04 Feb 2005) | 5 lines
Changed paths:
   M /trunk/lib/wsdl/soap/driverCreator.rb

After a recent change, an operation which has capitalized name such as
'FooBarBaz' is defined as 'fooBarBaz' under the manner of Ruby.  For backward
compatibility, add alias 'FooBarBaz' to 'fooBarBaz' for capitalized operation
name.

------------------------------------------------------------------------
r1417 | nahi | 2005-02-04 10:08:24 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb

annotation support. (just ignore silently)

------------------------------------------------------------------------
r1416 | nahi | 2005-02-04 10:07:47 +0900 (Fri, 04 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb

remove duplicated method definition.

------------------------------------------------------------------------
r1415 | nahi | 2005-02-02 23:46:52 +0900 (Wed, 02 Feb 2005) | 4 lines
Changed paths:
   M /trunk/test/interopR2/clientFrontier.rb
   M /trunk/test/interopR2/clientGLUE.rb
   M /trunk/test/interopR2/clientWhiteMesa.rb
   A /trunk/test/soap/styleuse
   A /trunk/test/soap/styleuse/client.rb
   A /trunk/test/soap/styleuse/server.rb
   A /trunk/test/soap/wsdlDriver/document.wsdl
   A /trunk/test/soap/wsdlDriver/test_document.rb
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb
   M /trunk/test/wsdl/datetime/test_datetime.rb
   M /trunk/test/wsdl/map/test_map.rb
   M /trunk/test/wsdl/raa/test_raa.rb
   M /trunk/test/wsdl/simpletype/test_simpletype.rb
   M /trunk/test/wsdl/soap/test_soapbodyparts.rb

* added new tests: test/soap/wsdlDriver/test_document.rb and test/soap/styleuse.

* use WSDLDriverFactory#create_rpc_driver instead of WSDLDriverFactory#create_driver.

------------------------------------------------------------------------
r1414 | nahi | 2005-02-02 21:40:37 +0900 (Wed, 02 Feb 2005) | 3 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/fault/test_customfault.rb
   M /trunk/test/soap/header/test_authheader.rb
   M /trunk/test/soap/header/test_authheader_cgi.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb
   M /trunk/test/soap/ssl/sslsvr.rb
   M /trunk/test/soap/struct/test_struct.rb
   M /trunk/test/soap/swa/test_file.rb
   M /trunk/test/soap/test_streamhandler.rb
   M /trunk/test/soap/test_styleuse.rb
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/datetime/test_datetime.rb
   M /trunk/test/wsdl/map/test_map.rb
   M /trunk/test/wsdl/raa/test_raa.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/test_simpletype.rb
   M /trunk/test/wsdl/soap/test_soapbodyparts.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb

* update expectedDrivers regarding to [1411].
* remove sleep-until-server-wakeup code.  now completely unnecessary.

------------------------------------------------------------------------
r1413 | nahi | 2005-02-02 21:37:35 +0900 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

rollback a minor change to WSDLDriver for compatibility.

------------------------------------------------------------------------
r1412 | nahi | 2005-02-02 19:24:50 +0900 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/driverCreator.rb

follow [1411].  fixes #58.  (actually [1411] fixed #58 and I found this bug while testing #58)

------------------------------------------------------------------------
r1411 | nahi | 2005-02-02 18:40:38 +0900 (Wed, 02 Feb 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/xsd/namedelements.rb
   M /trunk/test/wsdl/datetime/DatetimeService.rb
   M /trunk/test/wsdl/datetime/test_datetime.rb
   M /trunk/test/wsdl/simpletype/test_simpletype.rb
   M /trunk/test/wsdl/soap/test_soapbodyparts.rb

merge WSDLDriver in wsdlDriver.rb and RPC::Driver in rpc/driver.rb.
added new factory interface 'WSDLDriverFactory#create_rpc_driver' to create RPC::Driver, not WSDLDriver.  'WSDLDriverFactory#create_driver' still creates WSDLDriver for compatibility but it warns that the method is deprecated.  please use create_rpc_driver instead of create_driver.  fixes #10.

------------------------------------------------------------------------
r1410 | nahi | 2005-02-02 18:37:28 +0900 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

refactoring: extract add_method_interface method.

------------------------------------------------------------------------
r1409 | nahi | 2005-02-02 18:35:19 +0900 (Wed, 02 Feb 2005) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

reduce "Unknown element/attribute" warnings (warn only 1 time for each QName).  fixes #66.

------------------------------------------------------------------------
r1408 | nahi | 2005-01-29 16:39:32 +0900 (Sat, 29 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/test/16runner.rb
   M /trunk/test/runner.rb

cosmetic changes.

------------------------------------------------------------------------
r1407 | nahi | 2005-01-29 16:39:00 +0900 (Sat, 29 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb

illegal condition order.  nil must be handled when the type is defined.

------------------------------------------------------------------------
r1406 | nahi | 2005-01-29 16:34:52 +0900 (Sat, 29 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/sample/soap/styleuse/client.rb
   M /trunk/sample/soap/styleuse/server.rb
   A /trunk/test/soap/test_styleuse.rb

widely rewrited style/use support code.  fixes #60.

------------------------------------------------------------------------
r1405 | nahi | 2005-01-29 12:41:28 +0900 (Sat, 29 Jan 2005) | 2 lines
Changed paths:
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb

test support.

------------------------------------------------------------------------
r1404 | nahi | 2005-01-29 12:41:03 +0900 (Sat, 29 Jan 2005) | 2 lines
Changed paths:
   M /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb

let the test relocatable.

------------------------------------------------------------------------
r1403 | nahi | 2005-01-24 23:38:26 +0900 (Mon, 24 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/header/simplehandler.rb
   M /trunk/lib/xsd/ns.rb

let encoders utilize default namespace to generate clean XML.

------------------------------------------------------------------------
r1402 | nahi | 2005-01-24 15:15:57 +0900 (Mon, 24 Jan 2005) | 2 lines
Changed paths:
   M /trunk/sample/soapbox/ContactsDataSet.xml
   M /trunk/sample/soapbox/ExceptionDataSet.xml
   M /trunk/sample/soapbox/MessageDataSet.xml
   M /trunk/sample/soapbox/SoapBoxWebServiceWithRawXML.wsdl

newline normalization (overlooked it again)

------------------------------------------------------------------------
r1401 | nahi | 2005-01-24 15:14:09 +0900 (Mon, 24 Jan 2005) | 2 lines
Changed paths:
   M /trunk/sample/soapbox/SoapBoxWebService.wsdl

newline normalization (overlooked in the previous commit)

------------------------------------------------------------------------
r1400 | nahi | 2005-01-24 15:07:53 +0900 (Mon, 24 Jan 2005) | 2 lines
Changed paths:
   M /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2.wsdl
   M /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2GroupB.wsdl
   M /trunk/test/soap/wsdlDriver/simpletype.wsdl
   M /trunk/test/wsdl/any/any.wsdl
   M /trunk/test/wsdl/axisArray/axisArray.wsdl
   M /trunk/test/wsdl/datetime/datetime.wsdl
   M /trunk/test/wsdl/emptycomplextype.wsdl
   M /trunk/test/wsdl/marshal/person.wsdl
   M /trunk/test/wsdl/multiplefault.wsdl
   M /trunk/test/wsdl/simpletype/rpc/rpc.wsdl
   M /trunk/test/wsdl/simpletype/simpletype.wsdl
   M /trunk/test/wsdl/soap/wsdl2ruby/rpc.wsdl
   M /trunk/test/xsd/noencoding.xml
   M /trunk/test/xsd/xmlschema.xml

newline noramalization.

------------------------------------------------------------------------
r1399 | nahi | 2005-01-23 12:19:57 +0900 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

catch up [1385]

------------------------------------------------------------------------
r1398 | nahi | 2005-01-23 12:17:24 +0900 (Sun, 23 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/section
   A /trunk/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/section/section.xsd
   A /trunk/test/wsdl/soap/wsdl2ruby/section/test_section.rb

fixes an incompatible node decoding in SOAP graph which has uncapitalized name.  it was mapped to a class which has capitalized name in the past, but it wasn't after recent refactorings.  fixes #65.

------------------------------------------------------------------------
r1397 | nahi | 2005-01-23 11:58:59 +0900 (Sun, 23 Jan 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

from 1.5.3-ruby1.8.2, operation which has capitalized name (such as KeywordSearchRequest in AWS) is defined as a method having uncapitalized name. (converted with GenSupport.safemethodname to handle operation name 'foo-bar').  it introduced serious incompatibility; in the past, it was defined as a capitalized.  
define capitalized method as well under that circumstance.  fixes #64.

------------------------------------------------------------------------
r1396 | nahi | 2005-01-17 22:54:12 +0900 (Mon, 17 Jan 2005) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/hash/hash.wsdl

anyType -> xsd:anyType.  bare name was wrongly accepted as in default namespace in the past.

------------------------------------------------------------------------
r1395 | nahi | 2005-01-17 22:37:52 +0900 (Mon, 17 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/test/soap/header/test_authheader.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/datetime/DatetimeService.rb
   M /trunk/test/wsdl/raa/RAAService.rb
   M /trunk/test/wsdl/raa/server.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

in SOAP::RPC, let HTTPServer and CGIStub access to operation definition interface of Router directly, not of SOAPlet.  removed proxy methods of SOAPlet.  responsibility clean-up.

------------------------------------------------------------------------
r1394 | nahi | 2005-01-17 22:34:19 +0900 (Mon, 17 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/element.rb

add a new class method SOAPMethod.derive_param_def which is similar to SOAPMethod.create_param_def.  derive_param_def gets receiver and its method by name.

------------------------------------------------------------------------
r1393 | nahi | 2005-01-16 12:26:17 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   A /trunk/test/soap/fault
   A /trunk/test/soap/fault/test_customfault.rb

test for the previous commit; [1392]

------------------------------------------------------------------------
r1392 | nahi | 2005-01-16 12:22:56 +0900 (Sun, 16 Jan 2005) | 11 lines
Changed paths:
   M /trunk/lib/soap/rpc/router.rb

allow a SOAPFault instance to be returned.  related to #63.
  def soap_operation(arg)
    begin
      ...
    rescue
      SOAPFault.new(SOAPString.new("mycode"))
    end
  end

I think it's not enough for 'custom fault code'.  faultcode of a SOAPFault should not be a SOAPString...

------------------------------------------------------------------------
r1391 | nahi | 2005-01-16 10:15:49 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

add SOAPStruct#to_obj.  this change and the previous change [1390] are for document/literal service development, #58 and #60 in tickets.

------------------------------------------------------------------------
r1390 | nahi | 2005-01-16 10:14:00 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

let SOAPElement#add accept Array of elements.

------------------------------------------------------------------------
r1389 | nahi | 2005-01-16 10:11:55 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version: 1.5.4

------------------------------------------------------------------------
r1388 | nahi | 2005-01-16 10:11:40 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

refactoring: let ConnectionData handle soapaction inside.

------------------------------------------------------------------------
r1387 | nahi | 2005-01-16 10:00:02 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

raise more friendly error message when an EncodingStyleHandler meets unknown XML element. (such as HTTP 500 error response in XHTML format)

------------------------------------------------------------------------
r1386 | nahi | 2005-01-16 09:53:27 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/header/handlerset.rb

let Header::HandlerSet dupable.  change for [1385].

------------------------------------------------------------------------
r1385 | nahi | 2005-01-16 09:43:05 +0900 (Sun, 16 Jan 2005) | 6 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/soaplet.rb

* let Router handles request scope operation as well as application scope operation; removed RequestRouter from soaplet.rb.  for the change, operation definition interface(method names and signatures) was changed.  closes #61.

* request scope headerhandler of router.rb was not MT-safe.  prepare a Header::HandlerSet for each thread.  fixes #62.

* let cgistub.rb use soaplet.rb; migrated its routing part into soaplet.rb.

------------------------------------------------------------------------
r1384 | nahi | 2005-01-16 09:19:07 +0900 (Sun, 16 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/proxy.rb

removed a member 'qname' from class Operation.  qname is needed only for RPC style operation to distinguish methods.

------------------------------------------------------------------------
r1383 | nahi | 2005-01-09 18:10:18 +0900 (Sun, 09 Jan 2005) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/test/soap/test_streamhandler.rb

accept an URI object as an endpoint_url arg even under net/http environment.  closes #54.

------------------------------------------------------------------------
r1381 | nahi | 2005-01-09 14:05:43 +0900 (Sun, 09 Jan 2005) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/httpserver.rb

let SOAP::RPC::HTTPServer.new invokes WEBrick::HTTPServer.new and let SOAP::RPC::HTTPServer#start invokes WEBrick::HTTPServer#run.  as a side effect, SOAP::RPC::HTTPServer is initialized with setting logging threshold to ERROR (INFO, so far)
closes #57.

------------------------------------------------------------------------
r1380 | nahi | 2004-12-28 23:19:42 +0900 (Tue, 28 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/commentdef.rb
   M /trunk/lib/xsd/codegen/methoddef.rb
   M /trunk/lib/xsd/codegen/moduledef.rb
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb
   A /trunk/test/xsd/codegen
   A /trunk/test/xsd/codegen/test_classdef.rb

cosmetic changes; wrong indent, unnecessary white space, etc.  closes #46.

------------------------------------------------------------------------
r1379 | nahi | 2004-12-21 23:46:15 +0900 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/client2.rb

Follows the previous change of server2.rb

------------------------------------------------------------------------
r1378 | nahi | 2004-12-21 23:28:25 +0900 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/test_soapelement.rb

Follows the changeset [1373] (eval cleanups)

------------------------------------------------------------------------
r1377 | nahi | 2004-12-21 23:27:35 +0900 (Tue, 21 Dec 2004) | 3 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

Reverted the previous change (changeset [1366]).  Just following ossl2 module
again.

------------------------------------------------------------------------
r1376 | nahi | 2004-12-21 23:25:07 +0900 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/server.rb
   M /trunk/sample/soap/authheader/server2.rb

server2.rb was incomplete...  done.

------------------------------------------------------------------------
r1375 | nahi | 2004-12-21 23:23:41 +0900 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb

Fixed targetNamespace of complexType handling.

------------------------------------------------------------------------
r1374 | nahi | 2004-12-21 23:19:16 +0900 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

Oversight of fix in changeset [1369].

------------------------------------------------------------------------
r1373 | nahi | 2004-12-21 22:54:40 +0900 (Tue, 21 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/wsdlDriver.rb

'eval' cleanup.  Thanks to usa.  closes #39 (I hope).

------------------------------------------------------------------------
r1372 | nahi | 2004-12-21 22:53:28 +0900 (Tue, 21 Dec 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/soaplet.rb

Removed document servant interface from client/server.  How can we define
response qname of each method of document servant?

------------------------------------------------------------------------
r1371 | nahi | 2004-12-18 21:42:01 +0900 (Sat, 18 Dec 2004) | 2 lines
Changed paths:
   A /trunk/sample/soap/authheader/authmgr.rb
   A /trunk/sample/soap/authheader/client2.rb
   A /trunk/sample/soap/authheader/server2.rb
   A /trunk/sample/soap/calc/samplehttpd.conf
   A /trunk/sample/soap/styleuse
   A /trunk/sample/soap/styleuse/client.rb
   A /trunk/sample/soap/styleuse/server.rb

Added samples.

------------------------------------------------------------------------
r1370 | nahi | 2004-12-16 23:49:25 +0900 (Thu, 16 Dec 2004) | 6 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/test/wsdl/map/map.wsdl
   M /trunk/test/wsdl/map/test_map.rb

Added :TYPE_MAP as a compoundtype of complexType definition of WSDL.  ApacheMap
({http://xml.apache.org/xml-soap}Map) has become a special type (:TYPE_MAP) in
WSDL.  Classes who see the compoundtype should treat it as a Hash in Ruby.

cf. [ruby-talk:95180]  closes #20.

------------------------------------------------------------------------
r1369 | nahi | 2004-12-16 23:42:48 +0900 (Thu, 16 Dec 2004) | 14 lines
Changed paths:
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/fault.rb
   M /trunk/lib/wsdl/soap/header.rb
   M /trunk/lib/wsdl/soap/headerfault.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/enumeration.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb
   M /trunk/lib/wsdl/xmlSchema/simpleType.rb

Changed strategy of attribute values parsing.

In the past, a value which includes ':' has been parsed into XSD::QName.  And
when the value has been failed to be parsed as a qualified name (such as
'http://foo', or 'foo:bar' where the tag 'foo' is not defined), the value was
kept as a String.

Now, all attribute values are parsed with XSD::NS#parse, and XSD::NS#parse
returns XSD::QName.new(nil, '....') when the given String cannot be parsed as
a qualified name.  Then the value is kept as a QName.

Classes which accesses to attribute value follows this change.  Big change, but
I think it's the right way to go.

------------------------------------------------------------------------
r1368 | nahi | 2004-12-16 23:19:43 +0900 (Thu, 16 Dec 2004) | 8 lines
Changed paths:
   M /trunk/lib/xsd/ns.rb
   M /trunk/lib/xsd/qname.rb

XSD::NS#parse befaviour change.
* parsing 'foo:bar' where 'foo' is not defined raised FormatError.  now it
  parses as if 'foo:bar' defined in default_namespace.
* add a parameter(local = false) to specify that it should be treated as in
  local namescope, not in default_namespace scope.

added XSD::QName#source.

------------------------------------------------------------------------
r1367 | nahi | 2004-12-16 22:56:43 +0900 (Thu, 16 Dec 2004) | 3 lines
Changed paths:
   M /trunk/test/soap/test_streamhandler.rb

it is not officially supported that soap4r + net/http + basic_auth.  I don't
want to maintain lib/soap/netHttpClient.rb.  please use http-access2 instead.

------------------------------------------------------------------------
r1366 | nahi | 2004-12-16 22:54:16 +0900 (Thu, 16 Dec 2004) | 3 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

SSLError#message begins with ": " now (I don't know the reason of this change)
closes #53.

------------------------------------------------------------------------
r1365 | nahi | 2004-12-13 22:53:50 +0900 (Mon, 13 Dec 2004) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb
   A /trunk/bin/xsd2ruby.rb

added a tool for generating classdef from xsd file.  closes #44.

------------------------------------------------------------------------
r1364 | nahi | 2004-12-12 22:57:29 +0900 (Sun, 12 Dec 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb

raise the newest error when the imported XSD file contains an error.
closes #50.

------------------------------------------------------------------------
r1363 | nahi | 2004-12-12 22:44:32 +0900 (Sun, 12 Dec 2004) | 9 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/streamHandler.rb

added http options to get/set timeout seconds.  closes #40.
* for http-access2:
  * driver.options["protocol.http.connect_timeout"]
  * driver.options["protocol.http.send_timeout"]
  * driver.options["protocol.http.receive_timeout"]
* for net/http:
  * driver.options["protocol.http.connect_timeout"]
  * driver.options["protocol.http.receive_timeout"]

------------------------------------------------------------------------
r1362 | nahi | 2004-12-12 09:58:38 +0900 (Sun, 12 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/methoddef.rb

* refine error message.

------------------------------------------------------------------------
r1361 | nahi | 2004-12-12 09:57:10 +0900 (Sun, 12 Dec 2004) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/xmlSchema/simpleContent.rb

* this file must be added for the previous commit; [1360]

------------------------------------------------------------------------
r1360 | nahi | 2004-12-12 09:54:55 +0900 (Sun, 12 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb

* <xsd:simpleContent> support.  closes #43.

------------------------------------------------------------------------
r1359 | nahi | 2004-12-11 17:34:38 +0900 (Sat, 11 Dec 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/element.rb

* maxOccurs attribute must be allowed for any element.  just a child element
  of 'all' can have maxOccurs value '1'.  fixes #42.

------------------------------------------------------------------------
r1358 | nahi | 2004-12-10 08:06:18 +0900 (Fri, 10 Dec 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/test_streamhandler.rb

* test for #37.

------------------------------------------------------------------------
r1357 | nahi | 2004-12-10 08:05:12 +0900 (Fri, 10 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* raise NotImplementedError when net/http + basic_auth.  fixed #38.

------------------------------------------------------------------------
r1356 | nahi | 2004-12-08 20:56:10 +0900 (Wed, 08 Dec 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/sslsvr.rb
   M /trunk/test/soap/ssl/test_ssl.rb

* test must wait a SSL server finishing its initialization.

------------------------------------------------------------------------
r1355 | nahi | 2004-12-08 20:46:26 +0900 (Wed, 08 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* Net::HTTP v1.1 style assignment found at netHttpClient.rb.  fixed #35.

------------------------------------------------------------------------
r1354 | nahi | 2004-12-08 18:14:18 +0900 (Wed, 08 Dec 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* this is also a test commit for trac.  fixes #34.

------------------------------------------------------------------------
r1353 | nahi | 2004-12-08 18:11:50 +0900 (Wed, 08 Dec 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* test commit for trac.  fixes #34.

------------------------------------------------------------------------
r1352 | nahi | 2004-12-08 17:57:28 +0900 (Wed, 08 Dec 2004) | 4 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* raise RuntimeError under 1.9 when accessing locked property.  still raises
  TypeError under 1.8 or earlier.  the change is from ruby's behaviour change
  about an exception when accessing a frozen object.

------------------------------------------------------------------------
r1351 | nahi | 2004-12-08 17:44:38 +0900 (Wed, 08 Dec 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* update.

------------------------------------------------------------------------
r1350 | nahi | 2004-12-02 22:03:40 +0900 (Thu, 02 Dec 2004) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

* removed notations about restriction.

------------------------------------------------------------------------
r1349 | nahi | 2004-12-02 22:01:20 +0900 (Thu, 02 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/soaplet.rb

* added a debug log of SOAP request/response

------------------------------------------------------------------------
r1348 | nahi | 2004-12-02 22:00:37 +0900 (Thu, 02 Dec 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb

* use @log.debug instead of log(DEBUG, ...)

------------------------------------------------------------------------
r1347 | nahi | 2004-11-18 19:49:36 +0900 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb

* Hash#index is deprecated in ruby/1.9.  use Hash#key.

------------------------------------------------------------------------
r1346 | nahi | 2004-11-18 19:48:51 +0900 (Thu, 18 Nov 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* An element which does not have complexType should not be dumped.

------------------------------------------------------------------------
r1345 | nahi | 2004-11-13 22:32:37 +0900 (Sat, 13 Nov 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/simpletype/rpc/expectedServant.rb

* ditto.

------------------------------------------------------------------------
r1344 | nahi | 2004-11-13 22:28:47 +0900 (Sat, 13 Nov 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/simpletype/rpc/expectedClient.rb

* forgot to add.

------------------------------------------------------------------------
r1343 | nahi | 2004-10-24 14:39:39 +0900 (Sun, 24 Oct 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

* add default parameter for backward compatibility.

------------------------------------------------------------------------
r1342 | nahi | 2004-10-24 14:38:54 +0900 (Sun, 24 Oct 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* netHttpClient does not support #header.  just drop gzip content compression
  support when soap4r is running with net/http.

------------------------------------------------------------------------
r1341 | nahi | 2004-09-23 12:20:53 +0900 (Thu, 23 Sep 2004) | 2 lines
Changed paths:
   A /trunk/sample/wsdl/documentliteral
   A /trunk/sample/wsdl/documentliteral/README.txt
   A /trunk/sample/wsdl/documentliteral/client.rb
   A /trunk/sample/wsdl/documentliteral/echo.wsdl
   A /trunk/sample/wsdl/documentliteral/servant.rb

* add sample for document/literal service.

------------------------------------------------------------------------
r1340 | nahi | 2004-09-23 12:20:26 +0900 (Thu, 23 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

* @proxy is refered by a script which is generated by wsdl2ruby.rb

------------------------------------------------------------------------
r1339 | nahi | 2004-09-12 16:39:06 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* add some ToDos.

------------------------------------------------------------------------
r1338 | nahi | 2004-09-12 16:38:50 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

* follow a change of streamhandler responsibility.

------------------------------------------------------------------------
r1337 | nahi | 2004-09-12 16:38:09 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/helloworld/hw_s.rb

* add a signal handler for graceful shutdown.

------------------------------------------------------------------------
r1336 | nahi | 2004-09-12 16:37:36 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   A /trunk/sample/soap/helloworld/hw_c_gzip.rb
   A /trunk/sample/soap/helloworld/hw_s_gzip.rb

* add a sample client and a server of gzip encoded connection.

------------------------------------------------------------------------
r1335 | nahi | 2004-09-12 16:32:32 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

* dump name of a part for document/literal definition.

------------------------------------------------------------------------
r1334 | nahi | 2004-09-12 16:31:22 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/streamHandler.rb

* gzipped content encoding support.

------------------------------------------------------------------------
r1333 | nahi | 2004-09-12 16:29:39 +0900 (Sun, 12 Sep 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* must not change @@schema_element definition of a mapped class.  it did not
  work when you create 2 drivers.

------------------------------------------------------------------------
r1332 | nahi | 2004-09-12 16:23:37 +0900 (Sun, 12 Sep 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/wsdlDriver.rb

* let proxy keep a HTTPStreamHandler instead of driver and wsdlDriver.

------------------------------------------------------------------------
r1331 | nahi | 2004-08-19 08:49:05 +0900 (Thu, 19 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* warn when basic_auth parameter is set.  not supported for now.

------------------------------------------------------------------------
r1330 | nahi | 2004-08-19 08:48:26 +0900 (Thu, 19 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

* for 1.5.4

------------------------------------------------------------------------
r1329 | nahi | 2004-08-11 09:15:15 +0900 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb

* add asserts.

------------------------------------------------------------------------
r1328 | nahi | 2004-08-11 09:14:54 +0900 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/calc/server.rb

* add signal handler to shutdown the server.

------------------------------------------------------------------------
r1327 | nahi | 2004-08-11 09:13:41 +0900 (Wed, 11 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* anyType must be handled by default mappingregistry, not a WSDLLiteralRegistry.

------------------------------------------------------------------------
r1326 | nahi | 2004-08-11 09:02:10 +0900 (Wed, 11 Aug 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

* given message could not be a SOAPElement.  it is a basetype such as
  SOAPString when a simple message given.

------------------------------------------------------------------------
r1325 | nahi | 2004-08-11 09:00:48 +0900 (Wed, 11 Aug 2004) | 4 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* check array type definition in @@schema_element in obj2soap as well as
  soap2obj.  map an obj as an array only if it is defined as an array (includes
  '*' at the end of type definition such as 'ItemValue*'.)

------------------------------------------------------------------------
r1324 | nahi | 2004-08-09 22:48:11 +0900 (Mon, 09 Aug 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* untyped element should be treated as xsd:anyType.  I thought I've done it but
  not handled correctly.

------------------------------------------------------------------------
r1323 | nahi | 2004-08-06 16:25:19 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* updated.

------------------------------------------------------------------------
r1322 | nahi | 2004-08-06 16:24:50 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb

* dump signature comments for document/literal interface.

------------------------------------------------------------------------
r1321 | nahi | 2004-08-06 16:24:21 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* unsupported xsd type is handled as an anyType element.

------------------------------------------------------------------------
r1320 | nahi | 2004-08-06 16:23:05 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* nil check.

------------------------------------------------------------------------
r1319 | nahi | 2004-08-06 16:22:49 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

* add SOAPCompoundtype like interface to SOAPElement for soap2obj mapping.

------------------------------------------------------------------------
r1318 | nahi | 2004-08-06 16:21:17 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

* refactoring: change variable name. (op -> op_info which is used in wsdlDriver.rb)

------------------------------------------------------------------------
r1317 | nahi | 2004-08-06 16:20:27 +0900 (Fri, 06 Aug 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* move basic mapping method from factory.rb to mapping.rb.

------------------------------------------------------------------------
r1316 | nahi | 2004-08-06 16:19:50 +0900 (Fri, 06 Aug 2004) | 6 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* a bug when an element is not typed such as
    <complexType>
      <element name="foo"/>
    </complexType>
  treat it as an anyType element.

------------------------------------------------------------------------
r1315 | nahi | 2004-08-03 15:00:50 +0900 (Tue, 03 Aug 2004) | 4 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/typeMap.rb
   M /trunk/lib/xsd/datatypes.rb

* add xsd derived type support; byte, nonPositiveInteger, negativeInteger,
  nonNegativeInteger, positiveInteger, unsignedLong, unsignedInt,
  unsignedShort, unsignedByte.

------------------------------------------------------------------------
r1314 | nahi | 2004-08-03 09:32:41 +0900 (Tue, 03 Aug 2004) | 2 lines
Changed paths:
   M /trunk/test/xsd/test_xsd.rb

* add tests for derived types.

------------------------------------------------------------------------
r1313 | nahi | 2004-07-30 20:48:49 +0900 (Fri, 30 Jul 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/any/test_any.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb

* update expected result.

------------------------------------------------------------------------
r1312 | nahi | 2004-07-30 20:45:14 +0900 (Fri, 30 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* @@schema_element/attribute type definition is 'nil' for anyType
  element/attribute.

------------------------------------------------------------------------
r1311 | nahi | 2004-07-30 20:44:06 +0900 (Fri, 30 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* defined element/attribute type in @@schema_element/attribute may be nil when
  it's type is anyType.

------------------------------------------------------------------------
r1310 | nahi | 2004-07-30 20:17:03 +0900 (Fri, 30 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/ns.rb

* add NS#parse_local for attribute namespace parsing.

------------------------------------------------------------------------
r1309 | nahi | 2004-07-30 20:16:26 +0900 (Fri, 30 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb

* dump type information for basetype as well as user defined type.

------------------------------------------------------------------------
r1308 | nahi | 2004-07-30 20:15:18 +0900 (Fri, 30 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* follow rpc/proxy.rb's change.

------------------------------------------------------------------------
r1307 | nahi | 2004-07-30 20:14:50 +0900 (Fri, 30 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

* illegal default_encodingstyle for use="literal" service.  changed
  'create_options' responsibility.

------------------------------------------------------------------------
r1306 | nahi | 2004-07-30 20:13:05 +0900 (Fri, 30 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/router.rb

* use literal_mapping_registry for style="document" method.

------------------------------------------------------------------------
r1305 | nahi | 2004-07-30 20:11:54 +0900 (Fri, 30 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

* fixed illegal attribute namespace parsing.

------------------------------------------------------------------------
r1304 | nahi | 2004-07-30 20:10:26 +0900 (Fri, 30 Jul 2004) | 4 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* map maxoccurs="unbound" element as an array.

* check type of attribute and map correctly.

------------------------------------------------------------------------
r1303 | nahi | 2004-07-28 14:31:24 +0900 (Wed, 28 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* use Mapping.soap2obj instead of RubytypeFactory to map basetypes.

------------------------------------------------------------------------
r1302 | nahi | 2004-07-27 20:27:45 +0900 (Tue, 27 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

* changed @@schema_element definition of ClassDefCreator.

------------------------------------------------------------------------
r1301 | nahi | 2004-07-27 20:25:49 +0900 (Tue, 27 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* follow obj2soap/soap2obj signature change.

------------------------------------------------------------------------
r1300 | nahi | 2004-07-27 20:25:31 +0900 (Tue, 27 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb

* follow oj2soap/soap2obj signature change.

------------------------------------------------------------------------
r1299 | nahi | 2004-07-27 20:25:06 +0900 (Tue, 27 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb

* omit useless parameter klass from soap2obj and obj2soap.

------------------------------------------------------------------------
r1298 | nahi | 2004-07-27 20:24:37 +0900 (Tue, 27 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* added soap2obj function.  this class maps SOAP O/M to Ruby object based
  on @@schema_element/@@schema_attribute if available.

------------------------------------------------------------------------
r1297 | nahi | 2004-07-27 11:24:31 +0900 (Tue, 27 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/wsdlDriver.rb

* changed obj2ele interface of SOAP::Mapping::WSDLLiteralRegistry.
  use obj2soap, same as SOAP::Mapping::Registry.

------------------------------------------------------------------------
r1296 | nahi | 2004-07-27 11:22:31 +0900 (Tue, 27 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

* In RPC style, it's correct to extract elements as retval and inout/out
  parameter.  In document style, it must be returned as an Object.

------------------------------------------------------------------------
r1295 | nahi | 2004-07-26 22:44:09 +0900 (Mon, 26 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* refactoring: extract method.

------------------------------------------------------------------------
r1294 | nahi | 2004-07-26 22:43:43 +0900 (Mon, 26 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/router.rb

* WSDLLiteralRegistry#obj2ele accepts qname as a second parameter, not a
  String.

------------------------------------------------------------------------
r1293 | nahi | 2004-07-26 22:42:41 +0900 (Mon, 26 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/element.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb

* @maxoccurs is a String, not an Integer.

------------------------------------------------------------------------
r1292 | nahi | 2004-07-26 22:41:59 +0900 (Mon, 26 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* maxOccurs="unbound" support.

------------------------------------------------------------------------
r1291 | nahi | 2004-07-25 22:49:01 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/netDicV06/netDicV06.rb

* refer constant explicit.

------------------------------------------------------------------------
r1290 | nahi | 2004-07-25 22:47:39 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_struct.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedServant.rb
   M /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb

* update test.

------------------------------------------------------------------------
r1289 | nahi | 2004-07-25 22:37:10 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   A /trunk/lib/soap/mapping/wsdlliteralregistry.rb

* WSDL literal mapping registry.

------------------------------------------------------------------------
r1288 | nahi | 2004-07-25 22:36:42 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/soap/element.rb

* split wsdl/soap/element.rb from wsdl/element.rb

------------------------------------------------------------------------
r1287 | nahi | 2004-07-25 22:33:13 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

* add document/literal service support.

------------------------------------------------------------------------
r1286 | nahi | 2004-07-25 22:32:37 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

* add 'elementformdefault' attribute parsing.

------------------------------------------------------------------------
r1285 | nahi | 2004-07-25 22:31:57 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/namedelements.rb

* add NamedElements#empty?

------------------------------------------------------------------------
r1284 | nahi | 2004-07-25 22:31:31 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* use rpc/proxy.rb.  should be merged with driver.rb in the future.

------------------------------------------------------------------------
r1283 | nahi | 2004-07-25 22:30:48 +0900 (Sun, 25 Jul 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* do not eval whole string.  \\, \t, \r, \n, \f escaping chars are
  supported like Java's Properties.

------------------------------------------------------------------------
r1282 | nahi | 2004-07-25 22:29:32 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb

* add partial document/literal service support. [experimental]

------------------------------------------------------------------------
r1281 | nahi | 2004-07-25 22:28:28 +0900 (Sun, 25 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/wsdlencodedregistry.rb

* changed internal used method name; __set_property -> __soap_set_property.

------------------------------------------------------------------------
r1280 | nahi | 2004-07-24 20:26:19 +0900 (Sat, 24 Jul 2004) | 2 lines
Changed paths:
   A /trunk/lib/soap/mapping/wsdlencodedregistry.rb
   D /trunk/lib/soap/mapping/wsdlencoderegistry.rb

* renamed re-again.  not style="encode" but style="encoded".

------------------------------------------------------------------------
r1279 | nahi | 2004-07-24 20:24:27 +0900 (Sat, 24 Jul 2004) | 2 lines
Changed paths:
   A /trunk/lib/soap/mapping/wsdlencoderegistry.rb
   D /trunk/lib/soap/mapping/wsdlrpcregistry.rb

* renamed again.  it's for use="encode", not syle="rpc".

------------------------------------------------------------------------
r1278 | nahi | 2004-07-24 20:20:03 +0900 (Sat, 24 Jul 2004) | 2 lines
Changed paths:
   D /trunk/lib/soap/mapping/wsdlRegistry.rb
   A /trunk/lib/soap/mapping/wsdlrpcregistry.rb

* renamed lib/soap/mapping/wsdlRegistry.rb to lib/soap/mapping/wsdlrpcregistry.rb

------------------------------------------------------------------------
r1277 | nahi | 2004-07-16 08:53:15 +0900 (Fri, 16 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/soaplet.rb

* add new interface 'add_operation' [experimental]

------------------------------------------------------------------------
r1276 | nahi | 2004-07-11 18:43:38 +0900 (Sun, 11 Jul 2004) | 3 lines
Changed paths:
   A /trunk/sample/soap/scopesample
   A /trunk/sample/soap/scopesample/client.rb
   A /trunk/sample/soap/scopesample/httpd.rb
   A /trunk/sample/soap/scopesample/samplehttpd.conf
   A /trunk/sample/soap/scopesample/servant.rb
   A /trunk/sample/soap/scopesample/server.cgi
   A /trunk/sample/soap/scopesample/server.rb

* added sample for Application/Request scope use.  Session scope (with Cookies)
  feature is not yet exists.

------------------------------------------------------------------------
r1275 | nahi | 2004-07-09 12:59:53 +0900 (Fri, 09 Jul 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/calc/server2.rb

* add signal handler to shutdown a server process.

------------------------------------------------------------------------
r1274 | nahi | 2004-07-09 12:58:46 +0900 (Fri, 09 Jul 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/test_ssl.rb

* define test only when http-access2 exists.

------------------------------------------------------------------------
r1273 | nahi | 2004-07-09 09:11:58 +0900 (Fri, 09 Jul 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/struct/test_struct.rb
   M /trunk/test/soap/wsdlDriver/test_simpletype.rb

* run silent till an error occures.

------------------------------------------------------------------------
r1272 | nahi | 2004-07-09 09:09:11 +0900 (Fri, 09 Jul 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* updated.

------------------------------------------------------------------------
r1271 | nahi | 2004-07-09 09:08:29 +0900 (Fri, 09 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/soaplet.rb

* add_method: ignore SOAP unfriendly method name such as 'is_complex_yaml?'.

------------------------------------------------------------------------
r1270 | nahi | 2004-07-03 13:42:02 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/ToDo

* updated.

------------------------------------------------------------------------
r1269 | nahi | 2004-07-03 13:41:35 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   A /trunk/sample/wsdl/hash
   A /trunk/sample/wsdl/hash/client.rb
   A /trunk/sample/wsdl/hash/hash.wsdl
   A /trunk/sample/wsdl/hash/server.rb

* add Hash sample.

------------------------------------------------------------------------
r1268 | nahi | 2004-07-03 13:40:08 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/client.rb

* add mustUnderstand sample.

------------------------------------------------------------------------
r1267 | nahi | 2004-07-03 13:39:45 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/server.rb
   M /trunk/sample/soap/sampleStruct/server.rb

* add signal handler to stop the server.

------------------------------------------------------------------------
r1266 | nahi | 2004-07-03 13:38:37 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   A /trunk/sample/soap/exchange/samplehttpd.conf
   A /trunk/sample/soap/sampleStruct/samplehttpd.conf
   A /trunk/sample/wsdl/googleSearch/samplehttpd.conf

* add property file for httpd configuration.

------------------------------------------------------------------------
r1265 | nahi | 2004-07-03 13:37:02 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   A /trunk/test/16runner.rb

* add test runner for ruby/1.6

------------------------------------------------------------------------
r1264 | nahi | 2004-07-03 13:35:57 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/soap/wsdl2ruby
   A /trunk/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/expectedClient.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/expectedDriver.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/expectedServant.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/expectedService.cgi
   A /trunk/test/wsdl/soap/wsdl2ruby/expectedService.rb
   A /trunk/test/wsdl/soap/wsdl2ruby/rpc.wsdl
   A /trunk/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb

* add test for wsdl2ruby.

------------------------------------------------------------------------
r1263 | nahi | 2004-07-03 13:34:52 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   A /trunk/test/soap/struct
   A /trunk/test/soap/struct/test_struct.rb
   A /trunk/test/soap/wsdlDriver
   A /trunk/test/soap/wsdlDriver/README.txt
   A /trunk/test/soap/wsdlDriver/echo_version.rb
   A /trunk/test/soap/wsdlDriver/simpletype.wsdl
   A /trunk/test/soap/wsdlDriver/test_simpletype.rb

* add test for anonymous Struct and wsdlDriver.

------------------------------------------------------------------------
r1262 | nahi | 2004-07-03 13:33:46 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/header/test_authheader.rb

* add test of mustUnderstand.

------------------------------------------------------------------------
r1261 | nahi | 2004-07-03 13:31:55 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* extract lexical checking method from value setting method (_set).

------------------------------------------------------------------------
r1260 | nahi | 2004-07-03 13:30:07 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/xsd/qname.rb

* use __id__ instead of object_id.

------------------------------------------------------------------------
r1259 | nahi | 2004-07-03 13:29:20 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* dump attribute definition in XMLSchema as 'attr_*' attribute. [experimental]

------------------------------------------------------------------------
r1258 | nahi | 2004-07-03 13:28:28 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/simpleRestriction.rb
   M /trunk/lib/wsdl/xmlSchema/simpleType.rb

* add simpleType restriction support (enumeration only).

------------------------------------------------------------------------
r1257 | nahi | 2004-07-03 13:27:31 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/soap.rb

* add mustUnderstand attribute support.

------------------------------------------------------------------------
r1256 | nahi | 2004-07-03 13:26:40 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

* omit unneccesary encodingStyle definition in SOAPHeader.

------------------------------------------------------------------------
r1255 | nahi | 2004-07-03 13:25:31 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* add simpleType restriction supoprt. (enumeration only)

------------------------------------------------------------------------
r1254 | nahi | 2004-07-03 13:24:46 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

* refactoring: change variable name.

------------------------------------------------------------------------
r1253 | nahi | 2004-07-03 13:14:29 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/handler.rb
   M /trunk/lib/soap/header/handler.rb
   M /trunk/lib/soap/header/simplehandler.rb

* refactoring: change variable name.

------------------------------------------------------------------------
r1252 | nahi | 2004-07-03 13:14:16 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/header/handlerset.rb

* change headerhandler find algorithm to support mustUnderstand attribute.

------------------------------------------------------------------------
r1251 | nahi | 2004-07-03 13:13:18 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb

* prety printing.

------------------------------------------------------------------------
r1250 | nahi | 2004-07-03 13:12:44 +0900 (Sat, 03 Jul 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/mapping/wsdlRegistry.rb

* add simpleType support.

------------------------------------------------------------------------
r1249 | nahi | 2004-07-03 13:11:12 +0900 (Sat, 03 Jul 2004) | 4 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* use qualified class name (::Struct, etc.) to avoid name crash.

* map Ruby's Struct to SOAP Struct unless @allow_original_mapping.

------------------------------------------------------------------------
r1248 | nahi | 2004-05-27 11:12:54 +0900 (Thu, 27 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb

* added missing targetnamespace method.

------------------------------------------------------------------------
r1247 | nahi | 2004-05-27 11:12:15 +0900 (Thu, 27 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb

* node parent was set illegaly for pseudo element.

------------------------------------------------------------------------
r1246 | nahi | 2004-05-17 23:37:38 +0900 (Mon, 17 May 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb

* update expected result

------------------------------------------------------------------------
r1245 | nahi | 2004-05-17 23:35:22 +0900 (Mon, 17 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

* add '::' to generated ruby code

------------------------------------------------------------------------
r1244 | nahi | 2004-05-17 00:15:01 +0900 (Mon, 17 May 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/simpletype/rpc/expectedEchoVersion.rb
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb

* add --classdef test

------------------------------------------------------------------------
r1243 | nahi | 2004-05-16 22:08:22 +0900 (Sun, 16 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* dump Module definition for simpleType enumeration.

------------------------------------------------------------------------
r1242 | nahi | 2004-05-16 19:29:43 +0900 (Sun, 16 May 2004) | 2 lines
Changed paths:
   M /trunk/install.rb

* add xsd/codege module

------------------------------------------------------------------------
r1241 | nahi | 2004-05-16 19:29:26 +0900 (Sun, 16 May 2004) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

* follow ClassDefCreator signature change.

------------------------------------------------------------------------
r1240 | nahi | 2004-05-16 19:28:48 +0900 (Sun, 16 May 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/any.wsdl
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/any/test_any.rb
   M /trunk/test/wsdl/marshal/person_org.rb
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/rpc.wsdl
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb
   M /trunk/test/wsdl/simpletype/simpletype.wsdl

* update expected test result

------------------------------------------------------------------------
r1239 | nahi | 2004-05-16 19:28:04 +0900 (Sun, 16 May 2004) | 2 lines
Changed paths:
   A /trunk/lib/xsd/codegen.rb

* module files loader

------------------------------------------------------------------------
r1238 | nahi | 2004-05-16 19:27:22 +0900 (Sun, 16 May 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/definitions.rb

* revert the previous signature change.  preparing for simpleType class
  generation support.

------------------------------------------------------------------------
r1237 | nahi | 2004-05-15 23:13:38 +0900 (Sat, 15 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

* code generation bug fix

------------------------------------------------------------------------
r1236 | nahi | 2004-05-15 23:13:09 +0900 (Sat, 15 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/gensupport.rb

* method definition buf fix

------------------------------------------------------------------------
r1235 | nahi | 2004-05-15 23:12:19 +0900 (Sat, 15 May 2004) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/amazon/AmazonSearch.rb
   M /trunk/sample/wsdl/amazon/AmazonSearchDriver.rb

* updated generated files to follow wsdl2ruby.rb change

------------------------------------------------------------------------
r1234 | nahi | 2004-05-15 22:48:36 +0900 (Sat, 15 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   D /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

* use xsd/codegen

------------------------------------------------------------------------
r1233 | nahi | 2004-05-15 22:48:08 +0900 (Sat, 15 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/commentdef.rb
   M /trunk/lib/xsd/codegen/gensupport.rb
   M /trunk/lib/xsd/codegen/moduledef.rb

* looking refactoring; no user visible change

------------------------------------------------------------------------
r1232 | nahi | 2004-05-15 12:09:33 +0900 (Sat, 15 May 2004) | 3 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/moduledef.rb

* changed method name (deffoo -> def_foo)
* added method visibility

------------------------------------------------------------------------
r1231 | nahi | 2004-05-14 23:27:31 +0900 (Fri, 14 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   A /trunk/lib/xsd/codegen/commentdef.rb
   M /trunk/lib/xsd/codegen/gensupport.rb
   M /trunk/lib/xsd/codegen/methoddef.rb
   M /trunk/lib/xsd/codegen/moduledef.rb

* extract commentdef.rb

------------------------------------------------------------------------
r1230 | nahi | 2004-05-13 23:54:23 +0900 (Thu, 13 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/gensupport.rb
   M /trunk/lib/xsd/codegen/methoddef.rb
   M /trunk/lib/xsd/codegen/moduledef.rb

* definition signature change

------------------------------------------------------------------------
r1229 | nahi | 2004-05-12 23:29:29 +0900 (Wed, 12 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/codegen/classdef.rb
   M /trunk/lib/xsd/codegen/gensupport.rb
   A /trunk/lib/xsd/codegen/moduledef.rb

* require support

------------------------------------------------------------------------
r1228 | nahi | 2004-05-12 00:04:08 +0900 (Wed, 12 May 2004) | 2 lines
Changed paths:
   A /trunk/lib/xsd/codegen
   A /trunk/lib/xsd/codegen/classdef.rb
   A /trunk/lib/xsd/codegen/gensupport.rb
   A /trunk/lib/xsd/codegen/methoddef.rb

* simple code generation utils(class and method)

------------------------------------------------------------------------
r1227 | nahi | 2004-05-10 23:01:47 +0900 (Mon, 10 May 2004) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

* follow classDefCreator signature change

------------------------------------------------------------------------
r1226 | nahi | 2004-05-10 23:00:25 +0900 (Mon, 10 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   A /trunk/lib/wsdl/soap/classDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

* extract classDefCreatorSupport.rb

------------------------------------------------------------------------
r1225 | nahi | 2004-05-10 22:58:34 +0900 (Mon, 10 May 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb

* updated expected test result

------------------------------------------------------------------------
r1224 | nahi | 2004-05-09 09:02:33 +0900 (Sun, 09 May 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb
   A /trunk/lib/wsdl/xmlSchema/enumeration.rb
   A /trunk/lib/wsdl/xmlSchema/simpleRestriction.rb
   M /trunk/lib/wsdl/xmlSchema/simpleType.rb

* introduced 'enumeration' element handler; preparing simpleType enumeration
  support.

------------------------------------------------------------------------
r1223 | nahi | 2004-05-08 23:04:32 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/test_emptycomplextype.rb

* fixed unallowed regexp in 1.8

------------------------------------------------------------------------
r1222 | nahi | 2004-05-08 23:03:26 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/test_any.rb

* wrong testcase name

------------------------------------------------------------------------
r1221 | nahi | 2004-05-08 20:36:14 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/raa2.4/wsdlDriver.rb

* removed debug code

------------------------------------------------------------------------
r1220 | nahi | 2004-05-08 15:24:59 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   D /trunk/sample/wsdl/raa
   A /trunk/sample/wsdl/raa2.4
   A /trunk/sample/wsdl/raa2.4/raa.rb
   A /trunk/sample/wsdl/raa2.4/wsdlDriver.rb

* add RAA/2.4 sample client

------------------------------------------------------------------------
r1219 | nahi | 2004-05-08 15:23:45 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   D /trunk/sample/soap/raa/hotpage.rb
   D /trunk/sample/soap/raa/iRAA.rb
   D /trunk/sample/soap/raa/raa-div.rb
   D /trunk/sample/soap/raa/soap4r.rb
   D /trunk/sample/soap/raa/xmlrpc4r.rb

* removed old RAA interface clients

------------------------------------------------------------------------
r1218 | nahi | 2004-05-08 15:22:49 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/raa2.4/raaDriver.rb
   M /trunk/sample/soap/raa2.4/raaServiceClient.rb

* apply RAA WSDL change

------------------------------------------------------------------------
r1217 | nahi | 2004-05-08 15:06:56 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   A /trunk/sample/soap/raa2.4
   A /trunk/sample/soap/raa2.4/raa.rb
   A /trunk/sample/soap/raa2.4/raaDriver.rb
   A /trunk/sample/soap/raa2.4/raaServiceClient.rb
   A /trunk/sample/soap/raa2.4/sample.rb

* added RAA/2.4 sample client

------------------------------------------------------------------------
r1216 | nahi | 2004-05-08 08:48:19 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

* better class definition formatting.

------------------------------------------------------------------------
r1215 | nahi | 2004-05-08 08:47:39 +0900 (Sat, 08 May 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb

* mearging backtraces of local and remote did not work (remote doubled).  fixed.

------------------------------------------------------------------------
r1214 | nahi | 2004-04-25 01:25:31 +0900 (Sun, 25 Apr 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/test_emptycomplextype.rb

* follow inspect change.

------------------------------------------------------------------------
r1213 | nahi | 2004-04-25 01:25:13 +0900 (Sun, 25 Apr 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/simpletype/simpletype.wsdl

* add sample definition which uses simpleType as a param.

------------------------------------------------------------------------
r1212 | nahi | 2004-04-25 01:21:21 +0900 (Sun, 25 Apr 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/rpc.wsdl

* update

------------------------------------------------------------------------
r1211 | nahi | 2004-04-25 01:21:01 +0900 (Sun, 25 Apr 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/any/any.wsdl
   M /trunk/test/wsdl/any/expectedDriver.rb
   M /trunk/test/wsdl/any/expectedEcho.rb
   M /trunk/test/wsdl/any/expectedService.rb
   M /trunk/test/wsdl/any/test_any.rb

* add test for illegal type name as a Ruby's class name (type="foo.bar").

------------------------------------------------------------------------
r1210 | nahi | 2004-04-25 01:19:49 +0900 (Sun, 25 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb

* fixed 'any' element handling.

------------------------------------------------------------------------
r1209 | nahi | 2004-04-24 08:18:12 +0900 (Sat, 24 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb

* element any should be ignored during Ruby mapping.

------------------------------------------------------------------------
r1208 | nahi | 2004-04-22 23:52:55 +0900 (Thu, 22 Apr 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   M /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   M /trunk/test/wsdl/simpletype/rpc/rpc.wsdl
   M /trunk/test/wsdl/simpletype/rpc/test_rpc.rb

* expected result updated

------------------------------------------------------------------------
r1207 | nahi | 2004-04-22 23:50:15 +0900 (Thu, 22 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb

* illegal class name reference

------------------------------------------------------------------------
r1206 | nahi | 2004-04-22 22:59:52 +0900 (Thu, 22 Apr 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

* safe_class_name was not safe.  temporaliry, do str.gsub(/[^a-zA-Z0-9_]/, '_')
  but it could cause a name crash...  must use object_id ?

------------------------------------------------------------------------
r1205 | nahi | 2004-04-22 11:32:05 +0900 (Thu, 22 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/qname.rb

* add inspect method.

------------------------------------------------------------------------
r1204 | nahi | 2004-04-22 11:31:42 +0900 (Thu, 22 Apr 2004) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb

* add xmlSchema's any element support; for parsing, just treat the element as
  an element which has a name 'any'.  wrong name?

------------------------------------------------------------------------
r1203 | nahi | 2004-04-22 11:26:15 +0900 (Thu, 22 Apr 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/any
   A /trunk/test/wsdl/any/any.wsdl
   A /trunk/test/wsdl/any/expectedDriver.rb
   A /trunk/test/wsdl/any/expectedEcho.rb
   A /trunk/test/wsdl/any/expectedService.rb
   A /trunk/test/wsdl/any/test_any.rb

* add test for xmlSchema's any element.

------------------------------------------------------------------------
r1202 | nahi | 2004-04-21 22:58:57 +0900 (Wed, 21 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

* returns Method object; drv.add_method("hello").call("world")

------------------------------------------------------------------------
r1201 | nahi | 2004-04-21 22:57:52 +0900 (Wed, 21 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

* add simpleType support.

------------------------------------------------------------------------
r1200 | nahi | 2004-04-21 22:56:50 +0900 (Wed, 21 Apr 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/simpletype/rpc
   A /trunk/test/wsdl/simpletype/rpc/expectedDriver.rb
   A /trunk/test/wsdl/simpletype/rpc/expectedService.rb
   A /trunk/test/wsdl/simpletype/rpc/rpc.wsdl
   A /trunk/test/wsdl/simpletype/rpc/test_rpc.rb

* add test for simpletype + rpc driver generation

------------------------------------------------------------------------
r1199 | nahi | 2004-04-13 20:49:06 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/ssl/sslsvr.rb
   M /trunk/test/soap/ssl/test_ssl.rb

* follow standaloneServer change

------------------------------------------------------------------------
r1198 | nahi | 2004-04-13 20:34:01 +0900 (Tue, 13 Apr 2004) | 3 lines
Changed paths:
   A /trunk/lib/soap/rpc/httpserver.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb

* introduce new server class SOAP::RPC::HTTPServer which takes WEBrick's
  HTTPServer compatible config parameter.

------------------------------------------------------------------------
r1197 | nahi | 2004-04-13 20:24:48 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   A /trunk/sample/soap/ssl
   A /trunk/sample/soap/ssl/files
   A /trunk/sample/soap/ssl/files/README
   A /trunk/sample/soap/ssl/files/ca.cert
   A /trunk/sample/soap/ssl/files/client.cert
   A /trunk/sample/soap/ssl/files/client.key
   A /trunk/sample/soap/ssl/files/server.cert
   A /trunk/sample/soap/ssl/files/server.key
   A /trunk/sample/soap/ssl/files/sslclient.properties
   A /trunk/sample/soap/ssl/files/sslclient_require_noserverauth.properties
   A /trunk/sample/soap/ssl/files/sslclient_with_clientauth.properties
   A /trunk/sample/soap/ssl/files/subca.cert
   A /trunk/sample/soap/ssl/sslclient.rb
   A /trunk/sample/soap/ssl/sslclient_require_noserverauth.rb
   A /trunk/sample/soap/ssl/sslclient_with_clientauth.rb
   A /trunk/sample/soap/ssl/sslserver.rb
   A /trunk/sample/soap/ssl/sslserver_noauth.rb
   A /trunk/sample/soap/ssl/sslserver_require_clientauth.rb

* add ssl server/client sample

------------------------------------------------------------------------
r1196 | nahi | 2004-04-13 00:34:30 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* loadproperty tries to load given filepath, then search $: to load.

------------------------------------------------------------------------
r1195 | nahi | 2004-04-13 00:32:58 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* 2 ** -149 can be a Rational when rational module preloaded.

------------------------------------------------------------------------
r1194 | nahi | 2004-04-13 00:31:50 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   D /trunk/test/soap/ssl/soapclient.properties
   M /trunk/test/soap/ssl/test_ssl.rb

* let running directory free

------------------------------------------------------------------------
r1193 | nahi | 2004-04-13 00:09:30 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   A /trunk/test/soap/ssl
   A /trunk/test/soap/ssl/README
   A /trunk/test/soap/ssl/ca.cert
   A /trunk/test/soap/ssl/client.cert
   A /trunk/test/soap/ssl/client.key
   A /trunk/test/soap/ssl/server.cert
   A /trunk/test/soap/ssl/server.key
   A /trunk/test/soap/ssl/soapclient.properties
   A /trunk/test/soap/ssl/sslsvr.rb
   A /trunk/test/soap/ssl/subca.cert
   A /trunk/test/soap/ssl/test_ssl.rb

* add SOAP over SSL test

------------------------------------------------------------------------
r1192 | nahi | 2004-04-13 00:07:27 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

* SOAP::RPC::Driver#loadproperty interface

------------------------------------------------------------------------
r1191 | nahi | 2004-04-13 00:05:55 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* enhance SOAP::Property support for SSL configuration.

------------------------------------------------------------------------
r1190 | nahi | 2004-04-13 00:04:51 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb

* just add a comment.

------------------------------------------------------------------------
r1189 | nahi | 2004-04-13 00:01:25 +0900 (Tue, 13 Apr 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* add SOAP::Property#loadproperty.  SOAP::Property.loadproperty just call this.

------------------------------------------------------------------------
r1188 | nahi | 2004-04-01 19:18:09 +0900 (Thu, 01 Apr 2004) | 5 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/registry.rb

* add URIFactory class for URI mapping.  BasetypeFactory checks
  instance_variables when original mapping is not allowed (ivar must be empty).
  Instance of URI have instance_variables but it must be allowed whenever
  original mapping is allowed or not.

------------------------------------------------------------------------
r1187 | nahi | 2004-03-27 09:26:54 +0900 (Sat, 27 Mar 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/simpletype
   A /trunk/test/wsdl/simpletype/simpletype.wsdl
   A /trunk/test/wsdl/simpletype/test_simpletype.rb

* add test of simpleType

------------------------------------------------------------------------
r1186 | nahi | 2004-03-27 03:01:08 +0900 (Sat, 27 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* wrong refactoring.  fixed.

------------------------------------------------------------------------
r1185 | nahi | 2004-03-27 01:41:49 +0900 (Sat, 27 Mar 2004) | 2 lines
Changed paths:
   D /trunk/_installedFiles.rb
   M /trunk/sample/soap/authheader/server.rb
   M /trunk/sample/soap/calc/httpd.rb
   M /trunk/sample/soap/exchange/httpd.rb
   M /trunk/sample/soap/sampleStruct/httpd.rb
   M /trunk/sample/wsdl/googleSearch/httpd.rb
   M /trunk/test/runner.rb

* use soap/property instead of deprecated getopts.

------------------------------------------------------------------------
r1184 | nahi | 2004-03-27 01:39:28 +0900 (Sat, 27 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   A /trunk/lib/wsdl/xmlSchema/simpleType.rb

* initial (means "far from complete") simpleType support.

------------------------------------------------------------------------
r1183 | nahi | 2004-03-27 01:37:45 +0900 (Sat, 27 Mar 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* SSL config support.

------------------------------------------------------------------------
r1182 | nahi | 2004-02-17 23:09:59 +0900 (Tue, 17 Feb 2004) | 2 lines
Changed paths:
   D /trunk/test/soap/marshal/cmarshal.rb
   A /trunk/test/soap/marshal/marshaltestlib.rb
   M /trunk/test/soap/marshal/test_marshal.rb

* file restructure.

------------------------------------------------------------------------
r1181 | nahi | 2004-02-17 23:07:53 +0900 (Tue, 17 Feb 2004) | 6 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* should not dump singleton class. [ruby-dev:22588]
  e.g. c = class << Object.new
         class C; self; end
       end
       SOAPMarshal.dump(c)

------------------------------------------------------------------------
r1180 | nahi | 2004-02-06 23:02:42 +0900 (Fri, 06 Feb 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* key freezed in hook proc.

------------------------------------------------------------------------
r1179 | nahi | 2004-02-06 22:26:20 +0900 (Fri, 06 Feb 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/mapping/registry.rb

* use 'alias foo bar' instead of 'alias :foo :bar'

------------------------------------------------------------------------
r1178 | nahi | 2004-01-29 21:58:09 +0900 (Thu, 29 Jan 2004) | 2 lines
Changed paths:
   M /trunk/test/runner.rb
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb
   M /trunk/test/wsdl/axisArray/test_axisarray.rb
   M /trunk/test/wsdl/datetime/test_datetime.rb
   M /trunk/test/wsdl/raa/test_raa.rb

* remove $: trick.  use runner.rb instead.

------------------------------------------------------------------------
r1177 | nahi | 2004-01-29 11:28:38 +0900 (Thu, 29 Jan 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb
   M /trunk/test/wsdl/test_emptycomplextype.rb
   M /trunk/test/xsd/test_xmlschemaparser.rb

* add 'File.expand_path' before using __FILE__.

------------------------------------------------------------------------
r1176 | nahi | 2004-01-24 09:57:43 +0900 (Sat, 24 Jan 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* defined hook is no longer called when a sub key is changed.  use
  Property#add_hook(key, true) if you want to hook sub keys cascading.

------------------------------------------------------------------------
r1175 | nahi | 2004-01-23 23:56:53 +0900 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/streamHandler.rb

* set_cookie_store support.

------------------------------------------------------------------------
r1174 | nahi | 2004-01-23 23:55:59 +0900 (Fri, 23 Jan 2004) | 3 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* change the key which is passed when executing hook block.  String -> Array of
  names.

------------------------------------------------------------------------
r1173 | nahi | 2004-01-23 15:53:06 +0900 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* SOAPHeader + WSDL did not work.

------------------------------------------------------------------------
r1172 | nahi | 2004-01-23 15:51:47 +0900 (Fri, 23 Jan 2004) | 11 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* SOAP::Mapping::Object: handle multiple value as an array.
  <foo>
    <bar>1</bar>
    <bar>2</bar>
    <bar>3</bar>
    <baz>4</baz>
  </foo>
    ->
  foo.bar => [1, 2, 3]
  foo.baz => 4

------------------------------------------------------------------------
r1171 | nahi | 2004-01-23 15:49:37 +0900 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* add a method for http-access2 compatibility(NotImplementedError).

------------------------------------------------------------------------
r1170 | nahi | 2004-01-23 15:46:24 +0900 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/soaplet.rb

* check the factory method exists.

------------------------------------------------------------------------
r1169 | nahi | 2004-01-23 15:46:03 +0900 (Fri, 23 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/streamHandler.rb

* add a method for loopback test with the specified response.

------------------------------------------------------------------------
r1168 | nahi | 2004-01-21 12:55:02 +0900 (Wed, 21 Jan 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/header/server.cgi

* ruby/1.6 PStore support.

------------------------------------------------------------------------
r1167 | nahi | 2004-01-21 12:32:16 +0900 (Wed, 21 Jan 2004) | 2 lines
Changed paths:
   A /trunk/test/soap/header
   A /trunk/test/soap/header/server.cgi
   A /trunk/test/soap/header/test_authheader.rb
   A /trunk/test/soap/header/test_authheader_cgi.rb

* add tests for header handler.

------------------------------------------------------------------------
r1166 | nahi | 2004-01-20 22:42:24 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/server.rb

* removed debug code.

------------------------------------------------------------------------
r1165 | nahi | 2004-01-20 22:34:54 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/sample/soap/authheader/client.rb
   M /trunk/sample/soap/authheader/server.rb

* add headerhandler sample.  client/server.

------------------------------------------------------------------------
r1164 | nahi | 2004-01-20 22:34:05 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb

* make SOAPHeader a child of SOAPStruct, not SOAPArray.

------------------------------------------------------------------------
r1163 | nahi | 2004-01-20 22:32:33 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb

* add headerhandler support.

------------------------------------------------------------------------
r1162 | nahi | 2004-01-20 22:29:31 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb

* bug fixes for SOAPHeader handling.

------------------------------------------------------------------------
r1161 | nahi | 2004-01-20 22:23:49 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/header/handlerset.rb

* add HandlerSet#include?

------------------------------------------------------------------------
r1160 | nahi | 2004-01-20 22:23:15 +0900 (Tue, 20 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/header/simplehandler.rb

* initialize did not call super.

------------------------------------------------------------------------
r1159 | nahi | 2004-01-18 18:45:29 +0900 (Sun, 18 Jan 2004) | 2 lines
Changed paths:
   A /trunk/test/wsdl/soap
   A /trunk/test/wsdl/soap/soapbodyparts.wsdl
   A /trunk/test/wsdl/soap/test_soapbodyparts.rb

* tests for parts order and parts restriction.

------------------------------------------------------------------------
r1158 | nahi | 2004-01-18 18:28:24 +0900 (Sun, 18 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* follow parts attribute of soap:body element in WSDL.

------------------------------------------------------------------------
r1157 | nahi | 2004-01-18 18:23:46 +0900 (Sun, 18 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/operation.rb

* support parts attribute of soap:body element.

------------------------------------------------------------------------
r1156 | nahi | 2004-01-18 18:23:08 +0900 (Sun, 18 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/schema.rb

* raise more friendly warning about simpleType (not supported for now).

------------------------------------------------------------------------
r1155 | nahi | 2004-01-16 00:16:05 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/install.rb

* add new directory

------------------------------------------------------------------------
r1154 | nahi | 2004-01-16 00:15:23 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   A /trunk/sample/soap/authheader
   A /trunk/sample/soap/authheader/client.rb
   A /trunk/sample/soap/authheader/server.rb

* header handler sample

------------------------------------------------------------------------
r1153 | nahi | 2004-01-16 00:13:11 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/xsd/qname.rb

* simplify

------------------------------------------------------------------------
r1152 | nahi | 2004-01-16 00:12:43 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

* key could not be a String (Symbol?)

------------------------------------------------------------------------
r1151 | nahi | 2004-01-16 00:12:19 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/proxy.rb

* add header handler support

------------------------------------------------------------------------
r1150 | nahi | 2004-01-16 00:11:35 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

* forgot to follow API change

------------------------------------------------------------------------
r1149 | nahi | 2004-01-16 00:10:50 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

* forgot to define: AttrMustUnderstandName

------------------------------------------------------------------------
r1148 | nahi | 2004-01-16 00:10:26 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/literalHandler.rb

* typo fixed.

------------------------------------------------------------------------
r1147 | nahi | 2004-01-16 00:09:56 +0900 (Fri, 16 Jan 2004) | 2 lines
Changed paths:
   A /trunk/lib/soap/header
   A /trunk/lib/soap/header/handler.rb
   A /trunk/lib/soap/header/handlerset.rb
   A /trunk/lib/soap/header/simplehandler.rb

* header handler implementation

------------------------------------------------------------------------
r1146 | nahi | 2004-01-09 01:13:37 +0900 (Fri, 09 Jan 2004) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

* devel-logger is not required under 1.8.

------------------------------------------------------------------------
r1145 | nahi | 2004-01-09 01:11:37 +0900 (Fri, 09 Jan 2004) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc2.rb

* add debug support.

------------------------------------------------------------------------
r1144 | nahi | 2004-01-08 16:47:52 +0900 (Thu, 08 Jan 2004) | 2 lines
Changed paths:
   M /trunk/test/wsdl/datetime/test_datetime.rb

* fixed a stupid testcase.

------------------------------------------------------------------------
r1143 | nahi | 2004-01-05 19:17:22 +0900 (Mon, 05 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* no ignorecase when type matching.

------------------------------------------------------------------------
r1142 | nahi | 2004-01-05 19:13:50 +0900 (Mon, 05 Jan 2004) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb

* deleted unused methods.

------------------------------------------------------------------------
r1141 | nahi | 2003-12-28 11:03:35 +0900 (Sun, 28 Dec 2003) | 6 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/xsd/test_xsd.rb

* lib/xsd/datatypes.rb: check the smallest positive non-zero single-precision
  float exactly instead of packing with "f".  [ruby-talk:88822]

* test/soap/test_basetype.rb, test/xsd/test_xsd.rb: use 1.402e-45, not 1.4e-45.
  1.4e-45 is smaller than 2 ** -149...

------------------------------------------------------------------------
r1139 | nahi | 2003-12-25 18:51:18 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

* for 1.5.2.

------------------------------------------------------------------------
r1138 | nahi | 2003-12-25 11:34:44 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mimemessage.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/wsdlDriver.rb

* Content-ID header might not exist.

------------------------------------------------------------------------
r1137 | nahi | 2003-12-25 11:34:05 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/ToDo

* updated.

------------------------------------------------------------------------
r1136 | nahi | 2003-12-25 11:32:21 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/client.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/soap/marshal/test_marshal.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/xsd/test_xsd.rb

* use "(-1.0 / (1.0 / 0.0))" instead of "-0.0".

------------------------------------------------------------------------
r1135 | nahi | 2003-12-25 11:31:31 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   A /trunk/test/interopR4
   A /trunk/test/interopR4/client.rb

* new file.

------------------------------------------------------------------------
r1134 | nahi | 2003-12-25 11:30:09 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/swa/test_file.rb

* debugging support.

------------------------------------------------------------------------
r1133 | nahi | 2003-12-25 11:28:44 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.rb

* add shutdown signal handler.

------------------------------------------------------------------------
r1132 | nahi | 2003-12-25 00:24:29 +0900 (Thu, 25 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mimemessage.rb

* parsing/generating bug fixed according to RFC.

------------------------------------------------------------------------
r1131 | nahi | 2003-12-23 22:01:31 +0900 (Tue, 23 Dec 2003) | 2 lines
Changed paths:
   A /trunk/test/soap/swa
   A /trunk/test/soap/swa/test_file.rb

* add SwA test.

------------------------------------------------------------------------
r1130 | nahi | 2003-12-23 22:01:06 +0900 (Tue, 23 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/test_property.rb

* remove duplicated test method.

------------------------------------------------------------------------
r1129 | nahi | 2003-12-23 22:00:27 +0900 (Tue, 23 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb

* follow Processor.marshal signature change.

------------------------------------------------------------------------
r1128 | nahi | 2003-12-23 22:00:00 +0900 (Tue, 23 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/xsd/test_noencoding.rb

rexml cannot handle euc-jp without iconv/uconv.

------------------------------------------------------------------------
r1127 | nahi | 2003-12-23 11:07:45 +0900 (Tue, 23 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/xsd/test_noencoding.rb

[ruby-talk:88650]

------------------------------------------------------------------------
r1126 | nahi | 2003-12-22 22:18:45 +0900 (Mon, 22 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/wsdlDriver.rb

* lib/soap{parser.rb,processor.rb,wsdlDriver.rb,rpc/proxy.rb,rpc/router.rb}:
  move MIME related implementation to proxy, driver and router.

------------------------------------------------------------------------
r1125 | nahi | 2003-12-22 22:17:38 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mimemessage.rb

* unspecified dependent library.

------------------------------------------------------------------------
r1124 | nahi | 2003-12-22 22:17:02 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* unused library.

------------------------------------------------------------------------
r1123 | nahi | 2003-12-22 22:16:27 +0900 (Mon, 22 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/attachment.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

* lib/soap/{attachment.rb,baseData.rb,encodingstyle/soapHandler.rb}: introduce
  SOAPExternalReference class as a referenct to SOAPEnvelope external content.

------------------------------------------------------------------------
r1122 | nahi | 2003-12-22 13:00:32 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   A /trunk/sample/soap/swa
   A /trunk/sample/soap/swa/client.rb
   A /trunk/sample/soap/swa/server.rb

* sample/soap/swa: SwA sample.

------------------------------------------------------------------------
r1121 | nahi | 2003-12-22 12:59:01 +0900 (Mon, 22 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb

* lib/soap/{element.rb,marshal.rb,parser.rb,processor.rb,streamHandler.rb,
  wsdlDriver.rb}: SwA support.

------------------------------------------------------------------------
r1120 | nahi | 2003-12-22 12:57:55 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

* lib/soap/generator.rb: follow SOAPReference#initialize signature change.

------------------------------------------------------------------------
r1119 | nahi | 2003-12-22 12:56:17 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* lib/soap/property.rb: typo fix.

------------------------------------------------------------------------
r1118 | nahi | 2003-12-22 12:55:22 +0900 (Mon, 22 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/soaplet.rb

* lib/soap/rpc/{cgistub.rb,driver.rb,element.rb,proxy.rb,router.rb,soaplet.rb}:
  SwA support and refactoring.

------------------------------------------------------------------------
r1117 | nahi | 2003-12-22 12:51:38 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

* lib/soap/encodingstyle/soapHandler.rb: SwA support.

------------------------------------------------------------------------
r1116 | nahi | 2003-12-22 12:50:37 +0900 (Mon, 22 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

* lib/soap/baseData.rb: SOAPReference#initialize gets referent object instead of
  reference id.

------------------------------------------------------------------------
r1115 | nahi | 2003-12-22 12:49:19 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   A /trunk/lib/soap/attachment.rb
   A /trunk/lib/soap/mimemessage.rb

* lib/soap/{attachment.rb,mimemessage.rb}: great SwA support code by Jamie Herre.

------------------------------------------------------------------------
r1114 | nahi | 2003-12-22 12:48:01 +0900 (Mon, 22 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb

* lib/soap/mapping/mapping.rb: follow SOAPReference#initialize signature change.

------------------------------------------------------------------------
r1113 | nahi | 2003-12-19 14:36:54 +0900 (Fri, 19 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* lib/soap/property.rb: tail recursion elimination.

------------------------------------------------------------------------
r1112 | nahi | 2003-12-18 23:23:21 +0900 (Thu, 18 Dec 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* lib/soap/property.rb: add property section.

* test/soap/test_property.rb: add test.

------------------------------------------------------------------------
r1111 | nahi | 2003-12-18 22:45:32 +0900 (Thu, 18 Dec 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* lib/soap/property.rb: load property file to existing property tree.

* test/soap/test_property.rb: add test.

------------------------------------------------------------------------
r1110 | nahi | 2003-12-14 22:35:49 +0900 (Sun, 14 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/test_streamhandler.rb

* comment fix.

------------------------------------------------------------------------
r1109 | nahi | 2003-12-08 23:34:17 +0900 (Mon, 08 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb
   M /trunk/test/wsdl/datetime/test_datetime.rb
   M /trunk/test/wsdl/raa/test_raa.rb

* add methods 'shutdown' and 'status' to SOAP::RPC::StandaloneServer as delegates to WEBrick.

------------------------------------------------------------------------
r1108 | nahi | 2003-12-06 14:12:18 +0900 (Sat, 06 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* check if the format is right.

------------------------------------------------------------------------
r1107 | nahi | 2003-12-06 14:11:47 +0900 (Sat, 06 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* support latest released http-access2.rb (this method is for latest unreleased
  (CVS) http-access2).

------------------------------------------------------------------------
r1106 | nahi | 2003-12-06 14:10:51 +0900 (Sat, 06 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

* upcased environment variable was not obtained.

------------------------------------------------------------------------
r1105 | nahi | 2003-12-05 21:53:29 +0900 (Fri, 05 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/test/soap/test_property.rb

* read property from file.

------------------------------------------------------------------------
r1104 | nahi | 2003-12-05 21:53:06 +0900 (Fri, 05 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/test/soap/test_streamhandler.rb

* follow http-access2 function.

------------------------------------------------------------------------
r1103 | nahi | 2003-12-04 22:44:09 +0900 (Thu, 04 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* read from file.

------------------------------------------------------------------------
r1102 | nahi | 2003-12-04 11:47:11 +0900 (Thu, 04 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/test/soap/test_streamhandler.rb

* change basic_auth property.  work as a property bag.

------------------------------------------------------------------------
r1101 | nahi | 2003-12-04 11:44:22 +0900 (Thu, 04 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* cascading lock.

------------------------------------------------------------------------
r1100 | nahi | 2003-12-04 00:12:17 +0900 (Thu, 04 Dec 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/datetime/test_datetime.rb

* no intention to test usec part here.

------------------------------------------------------------------------
r1099 | nahi | 2003-12-04 00:11:24 +0900 (Thu, 04 Dec 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* include Enumerable.

* add root hook.  prop.add_hook { |k, v| ... }

------------------------------------------------------------------------
r1098 | nahi | 2003-12-02 23:49:50 +0900 (Tue, 02 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb

* add XSD::Charset.encoding= interface.

------------------------------------------------------------------------
r1097 | nahi | 2003-12-02 23:49:11 +0900 (Tue, 02 Dec 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/test/soap/test_streamhandler.rb

* rename property "client.protocol.*" to "protocol.*".  it's for client, not
  needed to be noted.

------------------------------------------------------------------------
r1096 | nahi | 2003-12-02 16:23:13 +0900 (Tue, 02 Dec 2003) | 8 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/importer.rb
   A /trunk/test/soap/test_streamhandler.rb

* recover environment variable proxy setting feature.  you can specify http
  proxy with env http_proxy(ignore case), and unproxyed list with env
  no_proxy(dittto).  but bear in mind that these environment are only valid if
  env soap_use_proxy is turned 'on'.  so you must specify http_proxy like;
    bash> soap_use_proxy=on http_proxy=http://myproxy:8080 ruby myclient.rb
    csh > env soap_use_proxy=on http_proxy=http://myproxy:8080 ruby myclient.rb
  environment variables are checked only once when soap/soap.rb is loaded.

------------------------------------------------------------------------
r1095 | nahi | 2003-12-02 11:23:35 +0900 (Tue, 02 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* do not allow deleting key from locked property.

------------------------------------------------------------------------
r1094 | nahi | 2003-12-02 00:15:43 +0900 (Tue, 02 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* add http streamHandler options.

------------------------------------------------------------------------
r1093 | nahi | 2003-12-02 00:14:39 +0900 (Tue, 02 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* add fake interface to follow http-access2.

------------------------------------------------------------------------
r1092 | nahi | 2003-12-01 23:49:55 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* do not split key from property if locked.

------------------------------------------------------------------------
r1091 | nahi | 2003-12-01 21:35:43 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* wiredump_file_base was broken.

------------------------------------------------------------------------
r1090 | nahi | 2003-12-01 21:33:35 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* lock/unlock return self.

------------------------------------------------------------------------
r1089 | nahi | 2003-12-01 21:25:08 +0900 (Mon, 01 Dec 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb

* renamed property "client.streamhandler" to "client.protocol".

* delegate property key "client.protocol.http" to streamHandler.rb.

------------------------------------------------------------------------
r1088 | nahi | 2003-12-01 21:23:25 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* dereference a value(nil) when hooked.

------------------------------------------------------------------------
r1087 | nahi | 2003-12-01 14:22:39 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb

* introduce soap/property for optional parameter.  driver#options["..."]

------------------------------------------------------------------------
r1086 | nahi | 2003-12-01 14:21:28 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* refactoring: Extract Method.

------------------------------------------------------------------------
r1085 | nahi | 2003-12-01 00:25:43 +0900 (Mon, 01 Dec 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* add lock/unlock feature: avoid unexpected key reference by typo.

------------------------------------------------------------------------
r1084 | nahi | 2003-11-30 22:19:57 +0900 (Sun, 30 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   M /trunk/test/soap/test_property.rb

* add keys interface.

------------------------------------------------------------------------
r1083 | nahi | 2003-11-30 22:09:30 +0900 (Sun, 30 Nov 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/property.rb
   A /trunk/test/soap/test_property.rb

* raise friendly message if a key is already defined as a value.
* normalize name for hook arg.
* add test.

------------------------------------------------------------------------
r1082 | nahi | 2003-11-30 21:21:12 +0900 (Sun, 30 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* typo fixed.

------------------------------------------------------------------------
r1081 | nahi | 2003-11-30 21:13:02 +0900 (Sun, 30 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* car, *cdr = *ary;  Thanks to nobu.

------------------------------------------------------------------------
r1080 | nahi | 2003-11-30 20:55:12 +0900 (Sun, 30 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/property.rb

* add hook.  not tested..

------------------------------------------------------------------------
r1079 | nahi | 2003-11-30 17:29:06 +0900 (Sun, 30 Nov 2003) | 2 lines
Changed paths:
   A /trunk/lib/soap/property.rb

* property definition.

------------------------------------------------------------------------
r1078 | nahi | 2003-11-29 16:20:23 +0900 (Sat, 29 Nov 2003) | 2 lines
Changed paths:
   A /trunk/test/wsdl/test_fault.rb

* fault decoding test.

------------------------------------------------------------------------
r1077 | nahi | 2003-11-29 15:05:27 +0900 (Sat, 29 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

* refactoring top level node decoding with WSDL.

------------------------------------------------------------------------
r1076 | nahi | 2003-11-29 15:04:05 +0900 (Sat, 29 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb

* moving methods.

------------------------------------------------------------------------
r1075 | nahi | 2003-11-29 01:55:49 +0900 (Sat, 29 Nov 2003) | 2 lines
Changed paths:
   M /trunk/GPL
   M /trunk/RELEASE_en.html
   M /trunk/ToDo

* License changed.

------------------------------------------------------------------------
r1074 | nahi | 2003-11-29 01:55:18 +0900 (Sat, 29 Nov 2003) | 2 lines
Changed paths:
   A /trunk/test/xsd/noencoding.xml
   A /trunk/test/xsd/test_noencoding.rb

* add tests.

------------------------------------------------------------------------
r1073 | nahi | 2003-11-29 01:45:03 +0900 (Sat, 29 Nov 2003) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/amazon/wsdlDriver.rb

* for buggy server.

------------------------------------------------------------------------
r1072 | nahi | 2003-11-28 14:31:20 +0900 (Fri, 28 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* an oldtype man like (v + 0.5).to_i thing...  Use Rational#round instead.
  thanks to nokada-san aka PatchMonster.

------------------------------------------------------------------------
r1071 | nahi | 2003-11-28 14:22:01 +0900 (Fri, 28 Nov 2003) | 2 lines
Changed paths:
   A /trunk/test/wsdl/datetime
   A /trunk/test/wsdl/datetime/DatetimeService.rb
   A /trunk/test/wsdl/datetime/datetime.rb
   A /trunk/test/wsdl/datetime/datetime.wsdl
   A /trunk/test/wsdl/datetime/datetimeServant.rb
   A /trunk/test/wsdl/datetime/test_datetime.rb
   A /trunk/test/wsdl/map
   A /trunk/test/wsdl/map/map.wsdl
   A /trunk/test/wsdl/map/map.xml
   A /trunk/test/wsdl/map/test_map.rb

* add 2 tests.

------------------------------------------------------------------------
r1070 | nahi | 2003-11-28 14:21:09 +0900 (Fri, 28 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/raa/RAA.rb
   A /trunk/test/wsdl/raa/RAAServant.rb
   A /trunk/test/wsdl/raa/RAAService.rb
   M /trunk/test/wsdl/raa/README.txt
   M /trunk/test/wsdl/raa/test_raa.rb

* Map bug fix.

------------------------------------------------------------------------
r1069 | nahi | 2003-11-28 14:19:18 +0900 (Fri, 28 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb

* refactoring.

------------------------------------------------------------------------
r1068 | nahi | 2003-11-28 14:18:36 +0900 (Fri, 28 Nov 2003) | 4 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* dateTime precision bug fix (at least, I hope.)  bug of soap4r.
  XSDDateTimeImpl.to_time passed a Float to Time.localtime as usec and
  NUM2LONG(rb_num2long for Float) cases rounding error.

------------------------------------------------------------------------
r1067 | nahi | 2003-11-27 23:30:56 +0900 (Thu, 27 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

* delete unused properties.  misleading.

------------------------------------------------------------------------
r1066 | nahi | 2003-11-27 23:30:20 +0900 (Thu, 27 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

* decode unknown element according to self-defined type even if WSDL was given.

------------------------------------------------------------------------
r1065 | nahi | 2003-11-27 23:27:15 +0900 (Thu, 27 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/registry.rb

* Hash mapping support was broken.

------------------------------------------------------------------------
r1064 | nahi | 2003-11-27 23:25:41 +0900 (Thu, 27 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

* better output format.

------------------------------------------------------------------------
r1063 | nahi | 2003-11-27 23:23:34 +0900 (Thu, 27 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb

* unnamed-item array support was broken.  most typical usage is ApacheSOAP's
  Map which is mapped to Hash in Ruby.

------------------------------------------------------------------------
r1062 | nahi | 2003-11-27 23:16:42 +0900 (Thu, 27 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* Float#to_s uses scientific notation.  use sprintf("%.*f", ...) to avoid it.

------------------------------------------------------------------------
r1061 | nahi | 2003-11-26 22:20:29 +0900 (Wed, 26 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/xsd/test_xsd.rb

* keep secfrac String part.

------------------------------------------------------------------------
r1060 | nahi | 2003-11-25 15:12:07 +0900 (Tue, 25 Nov 2003) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/rnn/submit.rb

* typo fixed.

------------------------------------------------------------------------
r1059 | nahi | 2003-11-25 15:11:04 +0900 (Tue, 25 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/emptycomplextype.wsdl
   M /trunk/test/wsdl/test_emptycomplextype.rb

* simplify the test case.

------------------------------------------------------------------------
r1058 | nahi | 2003-11-25 15:07:45 +0900 (Tue, 25 Nov 2003) | 5 lines
Changed paths:
   M /trunk/COPYING
   A /trunk/GPL
   A /trunk/RUBYS
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/handler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/typeMap.rb
   M /trunk/lib/soap/mapping/wsdlRegistry.rb
   M /trunk/lib/soap/mapping.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/qname.rb
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/server.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/documentation.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/fault.rb
   M /trunk/lib/wsdl/soap/header.rb
   M /trunk/lib/wsdl/soap/headerfault.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/wsdl.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb
   M /trunk/lib/wsdl/xmlSchema/unique.rb
   M /trunk/lib/xsd/charset.rb
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/lib/xsd/datatypes1999.rb
   M /trunk/lib/xsd/iconvcharset.rb
   M /trunk/lib/xsd/namedelements.rb
   M /trunk/lib/xsd/ns.rb
   M /trunk/lib/xsd/qname.rb
   M /trunk/lib/xsd/xmlparser/parser.rb
   M /trunk/lib/xsd/xmlparser/rexmlparser.rb
   M /trunk/lib/xsd/xmlparser/xmlparser.rb
   M /trunk/lib/xsd/xmlparser/xmlscanner.rb
   M /trunk/lib/xsd/xmlparser.rb

* changed license; GPL2 -> Ruby's.

* lib/soap/rpc/driver.rb, lib/soap/wsdlDriver.rb: add interface to
  streamhandler.

------------------------------------------------------------------------
r1057 | nahi | 2003-11-21 00:34:36 +0900 (Fri, 21 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

Add https support.  Patched by Oliver M. Bolzer.

------------------------------------------------------------------------
r1056 | nahi | 2003-11-21 00:33:45 +0900 (Fri, 21 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Raise error if parse fails.

------------------------------------------------------------------------
r1055 | nahi | 2003-11-21 00:31:10 +0900 (Fri, 21 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/xmlparser/parser.rb

Set @charset nil by default.  Nil means 'follow encoding declaration in XML'.

------------------------------------------------------------------------
r1054 | nahi | 2003-11-21 00:30:16 +0900 (Fri, 21 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb

* Use cp932 under emx.  Patched by Siena. / SHINAGAWA, Norihide in
  [ruby-dev:21972]

------------------------------------------------------------------------
r1053 | nahi | 2003-11-21 00:28:46 +0900 (Fri, 21 Nov 2003) | 3 lines
Changed paths:
   M /trunk/sample/soap/digraph.rb
   M /trunk/sample/wsdl/amazon/wsdlDriver.rb
   M /trunk/sample/wsdl/googleSearch/sampleClient.rb
   M /trunk/sample/wsdl/googleSearch/wsdlDriver.rb
   M /trunk/test/wsdl/axisArray/test_axisarray.rb
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   M /trunk/test/wsdl/test_emptycomplextype.rb
   M /trunk/test/wsdl/test_multiplefault.rb
   M /trunk/test/xsd/test_xmlschemaparser.rb
   M /trunk/test/xsd/xmlschema.xml

* Use File.open(...) { |f| f.read } instead of File.open(...).read.
  [ruby-dev:21964]

------------------------------------------------------------------------
r1052 | nahi | 2003-11-16 23:09:09 +0900 (Sun, 16 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

Dump HTTP response message body by itself.

------------------------------------------------------------------------
r1051 | nahi | 2003-11-16 22:59:35 +0900 (Sun, 16 Nov 2003) | 2 lines
Changed paths:
   A /trunk/test/wsdl/axisArray
   A /trunk/test/wsdl/axisArray/axisArray.wsdl
   A /trunk/test/wsdl/axisArray/itemList.rb
   A /trunk/test/wsdl/axisArray/test_axisarray.rb

add tests for axis's array encoding.

------------------------------------------------------------------------
r1050 | nahi | 2003-11-16 12:12:51 +0900 (Sun, 16 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

show coding intention

------------------------------------------------------------------------
r1049 | nahi | 2003-11-16 12:12:20 +0900 (Sun, 16 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/element.rb

Illegal parameter order(unused method)

------------------------------------------------------------------------
r1048 | nahi | 2003-11-16 12:11:05 +0900 (Sun, 16 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/registry.rb

map SOAPStruct which has multi-accessors which name are the same, to an array.

------------------------------------------------------------------------
r1047 | nahi | 2003-11-15 12:52:02 +0900 (Sat, 15 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/wsdlDriver.rb

add driver#mandatorycharset interface to foce using charset for parsing
  response from buggy server.

------------------------------------------------------------------------
r1046 | nahi | 2003-11-15 12:42:09 +0900 (Sat, 15 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Content-type header without 'charset=' part means us-ascii in HTTP.

------------------------------------------------------------------------
r1045 | nahi | 2003-11-13 23:53:45 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

name of WSDL might be null?

------------------------------------------------------------------------
r1044 | nahi | 2003-11-13 23:52:41 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb

Support WSDL array definition with maxOccures="unbound".

------------------------------------------------------------------------
r1043 | nahi | 2003-11-13 23:51:55 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

Fix indent.

------------------------------------------------------------------------
r1042 | nahi | 2003-11-13 23:51:22 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/importer.rb

Depends wsdl/parser.rb

------------------------------------------------------------------------
r1041 | nahi | 2003-11-13 23:50:00 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/element.rb

Element name of response message could have the name other than 'return'.

------------------------------------------------------------------------
r1040 | nahi | 2003-11-13 23:48:34 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

Support Axis's halfway typed multi-ref array.

------------------------------------------------------------------------
r1039 | nahi | 2003-11-13 23:47:23 +0900 (Thu, 13 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb

Illegal path of wsdl2ruby.rb.

------------------------------------------------------------------------
r1038 | nahi | 2003-11-12 11:50:19 +0900 (Wed, 12 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   A /trunk/test/wsdl/multiplefault.wsdl
   A /trunk/test/wsdl/test_multiplefault.rb

* WSDL/1.1 allows plural fault definition in a operation.

------------------------------------------------------------------------
r1036 | nahi | 2003-11-08 16:27:45 +0900 (Sat, 08 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb

camelCase -> underline_concat conversion was not enough.

------------------------------------------------------------------------
r1035 | nahi | 2003-11-08 16:24:20 +0900 (Sat, 08 Nov 2003) | 2 lines
Changed paths:
   A /trunk/test/wsdl/raa
   A /trunk/test/wsdl/raa/RAA.rb
   A /trunk/test/wsdl/raa/README.txt
   A /trunk/test/wsdl/raa/raa.wsdl
   A /trunk/test/wsdl/raa/server.rb
   A /trunk/test/wsdl/raa/test_raa.rb

add RAA test: WSDL load, parse and exec.

------------------------------------------------------------------------
r1034 | nahi | 2003-11-08 01:44:34 +0900 (Sat, 08 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb

move ArrayTypeAttrName from wsdl/xmlSchema/data.rb to wsdl/data.rb.
[ruby-talk:84813]

------------------------------------------------------------------------
r1032 | nahi | 2003-11-03 00:49:17 +0900 (Mon, 03 Nov 2003) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/ToDo
   M /trunk/lib/soap/soap.rb

Version: 1.5.1

------------------------------------------------------------------------
r1031 | nahi | 2003-11-02 20:55:35 +0900 (Sun, 02 Nov 2003) | 2 lines
Changed paths:
   D /trunk/test/wsdlmarshal

remove duplicated tests.

------------------------------------------------------------------------
r1030 | nahi | 2003-11-02 20:53:35 +0900 (Sun, 02 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

better 1.6 support.

------------------------------------------------------------------------
r1029 | nahi | 2003-11-02 16:27:10 +0900 (Sun, 02 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb

* singleton class of false has TrueClass as ancestor under ruby/1.6.  no
  effective change under ruby/1.8.

------------------------------------------------------------------------
r1028 | nahi | 2003-11-02 16:18:54 +0900 (Sun, 02 Nov 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb

* Fix Class#allocate emulation code for ruby/1.6.  no effective change under
  ruby/1.8.

------------------------------------------------------------------------
r1027 | nahi | 2003-11-02 16:17:07 +0900 (Sun, 02 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

run test under ruby/1.6.

------------------------------------------------------------------------
r1026 | nahi | 2003-11-02 14:35:14 +0900 (Sun, 02 Nov 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb

modified Class#allocate fake code for 1.6.

------------------------------------------------------------------------
r1025 | nahi | 2003-11-02 14:30:38 +0900 (Sun, 02 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_digraph.rb

run under 1.6

------------------------------------------------------------------------
r1024 | nahi | 2003-11-01 01:44:12 +0900 (Sat, 01 Nov 2003) | 6 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb

mark marshalled basetype objects when allow_original_mapping is true.
multi-referencing basetype node is prohibited in SOAP/1.1 encoding but soap4r's
original ruby object mapping requires basetype to be marked to detect self
referencing loop. (o = 1; o.instance_eval { @iv = o })  soap4r's original
mapping is only used through soap/marshal API.

------------------------------------------------------------------------
r1023 | nahi | 2003-11-01 01:30:46 +0900 (Sat, 01 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

add tests for self referencing immutable objects.

------------------------------------------------------------------------
r1022 | nahi | 2003-11-01 01:26:07 +0900 (Sat, 01 Nov 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc_cgi.rb

fix test name.

------------------------------------------------------------------------
r1021 | nahi | 2003-10-30 23:16:43 +0900 (Thu, 30 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

illegal namespace assignment.

------------------------------------------------------------------------
r1020 | nahi | 2003-10-30 23:15:43 +0900 (Thu, 30 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

better XML pretty printing.

------------------------------------------------------------------------
r1019 | nahi | 2003-10-30 23:14:22 +0900 (Thu, 30 Oct 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

use URI::HTTP#request_uri instead of instance_eval('path_query').
[ruby-list:38575]

------------------------------------------------------------------------
r1018 | nahi | 2003-10-29 23:03:15 +0900 (Wed, 29 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb

Refactoring.

------------------------------------------------------------------------
r1017 | nahi | 2003-10-21 00:32:19 +0900 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb

Catch thread exception and terminate the test.

------------------------------------------------------------------------
r1016 | nahi | 2003-10-19 00:10:30 +0900 (Sun, 19 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.rb
   M /trunk/test/runner.rb
   M /trunk/test/soap/calc/server.rb
   M /trunk/test/soap/calc/server2.rb
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/helloworld/hw_s.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb

* change port# of tests.

------------------------------------------------------------------------
r1015 | nahi | 2003-10-19 00:09:45 +0900 (Sun, 19 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

* added various tests.

------------------------------------------------------------------------
r1014 | nahi | 2003-10-14 23:37:37 +0900 (Tue, 14 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

Refactoring.

------------------------------------------------------------------------
r1013 | nahi | 2003-10-14 01:08:02 +0900 (Tue, 14 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

* add tests of extends and ivars.

------------------------------------------------------------------------
r1012 | nahi | 2003-10-14 01:07:13 +0900 (Tue, 14 Oct 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   M /trunk/lib/soap/encodingstyle/handler.rb
   M /trunk/lib/soap/encodingstyle/literalHandler.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/marshal.rb

* changed SOAPGenerator interface to allow complex XML attribute (extraattr)
  encoding.

------------------------------------------------------------------------
r1011 | nahi | 2003-10-14 01:04:12 +0900 (Tue, 14 Oct 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* support ivars and extends marshalling with XML attribute.  this extensibility
  is the power of XML, which YAML does not have.

------------------------------------------------------------------------
r1010 | nahi | 2003-10-11 14:30:10 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/emptycomplextype.wsdl
   M /trunk/test/xsd/xmlschema.xml

* No need to introduce unused namespace.

------------------------------------------------------------------------
r1009 | nahi | 2003-10-11 13:52:06 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* DateTime#of is obsolete.  Use DateTime#offset.

------------------------------------------------------------------------
r1008 | nahi | 2003-10-11 13:51:04 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/namedelements.rb

* add delete interface.

------------------------------------------------------------------------
r1007 | nahi | 2003-10-11 13:50:15 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* small refactoring.

------------------------------------------------------------------------
r1006 | nahi | 2003-10-11 13:49:56 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

* Namespace of local scoped attribute (equals nil) must not be assigned.

------------------------------------------------------------------------
r1005 | nahi | 2003-10-11 13:49:05 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

Basetype's extraattr was ommitted.  Use this for Ruby object extend marshalling.

------------------------------------------------------------------------
r1004 | nahi | 2003-10-11 13:47:02 +0900 (Sat, 11 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* better support of Ruby object marshalling about extend and ivar.

------------------------------------------------------------------------
r1003 | nahi | 2003-10-10 00:21:38 +0900 (Fri, 10 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/standaloneServer.rb

Set default logging threshold to INFO.

------------------------------------------------------------------------
r1002 | nahi | 2003-10-10 00:19:52 +0900 (Fri, 10 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

Add tests about ivar and extend.

------------------------------------------------------------------------
r1001 | nahi | 2003-10-05 12:57:19 +0900 (Sun, 05 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/test/soap/marshal/test_marshal.rb

* Rational -> Decimal string bug fix.

------------------------------------------------------------------------
r1000 | nahi | 2003-10-05 01:14:42 +0900 (Sun, 05 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc_cgi.rb

Add Config::CONFIG["EXEECT"].

------------------------------------------------------------------------
r999 | nahi | 2003-10-04 17:42:13 +0900 (Sat, 04 Oct 2003) | 3 lines
Changed paths:
   M /trunk/test/runner.rb

* Follow Ruby's runner.
* Give TestSuite name.

------------------------------------------------------------------------
r998 | nahi | 2003-10-04 17:38:07 +0900 (Sat, 04 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* Follow http-access2 no_proxy support.

------------------------------------------------------------------------
r997 | nahi | 2003-10-04 13:18:25 +0900 (Sat, 04 Oct 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/marshal/test_wsdlmarshal.rb

No need to use fileutils.rb which is not in ruby/1.6.

------------------------------------------------------------------------
r996 | nahi | 2003-10-04 11:20:31 +0900 (Sat, 04 Oct 2003) | 5 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb

Add 'Status: ..' line by myself.  webrick/httpresponse.rb is for HTTP response,
  not for CGI response though these are almost the same except a few additional
  header field (e.g. Status).  I might not use httpresponse.rb for this
  purpose...

------------------------------------------------------------------------
r995 | nahi | 2003-10-04 00:02:48 +0900 (Sat, 04 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb

* refactoring.

------------------------------------------------------------------------
r994 | nahi | 2003-10-03 23:59:45 +0900 (Fri, 03 Oct 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

removed unused RCS id.

------------------------------------------------------------------------
r993 | nahi | 2003-10-02 00:13:26 +0900 (Thu, 02 Oct 2003) | 6 lines
Changed paths:
   M /trunk/lib/xsd/datatypes.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/xsd/test_xsd.rb

* lib/xsd/datatypes.rb(XSDFloat, XSDDouble): add +/- sign explicitly when
  stringified and embedded into XML instance.  Ruby's sprintf may format -0.0
  as "0.0" (no minus sign) depending on underlying C sprintf implementation.

* test/xsd/test_xsd.rb, test/soap/test_basetype.rb: follow above change.

------------------------------------------------------------------------
r992 | nahi | 2003-10-02 00:02:50 +0900 (Thu, 02 Oct 2003) | 3 lines
Changed paths:
   M /trunk/test/soap/calc/server.cgi
   M /trunk/test/soap/calc/test_calc_cgi.rb

* Give httpd config param "CGIInterpreter".  "/usr/bin/env ruby" thing does not
  work under non-Unix boxes.

------------------------------------------------------------------------
r991 | nahi | 2003-09-29 00:23:27 +0900 (Mon, 29 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb

Illegal constant reference.

------------------------------------------------------------------------
r990 | nahi | 2003-09-28 23:26:24 +0900 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/amazon/AmazonSearchDriver.rb

* generated by wsdl2ruby.rb from v3 WSDL.

------------------------------------------------------------------------
r989 | nahi | 2003-09-28 20:13:53 +0900 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/amazon/AmazonSearch.rb
   M /trunk/sample/wsdl/amazon/sampleClient.rb
   M /trunk/sample/wsdl/amazon/wsdlDriver.rb

* Update Amazon Web Service WSDL (v2 -> v3).

------------------------------------------------------------------------
r988 | nahi | 2003-09-28 20:11:59 +0900 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_digraph.rb

* close explicitly before unlink.

------------------------------------------------------------------------
r987 | nahi | 2003-09-28 17:38:22 +0900 (Sun, 28 Sep 2003) | 3 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb

* XSD::XSDString did not check its value space under $KCODE = "NONE" env for
  example where iconv module is not installed.

------------------------------------------------------------------------
r986 | nahi | 2003-09-28 17:35:47 +0900 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/xsd/test_xsd.rb

* Add tests for $KCODE = "NONE". (where ruby installed without iconv module)

------------------------------------------------------------------------
r985 | nahi | 2003-09-27 15:54:10 +0900 (Sat, 27 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/helloworld/hw_s.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb

* run silent.

------------------------------------------------------------------------
r984 | nahi | 2003-09-27 15:53:17 +0900 (Sat, 27 Sep 2003) | 5 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb

* lib/soap/rpc/cgistub.rb: make logging severity threshold higher.

* lib/soap/rpc/standaloneServer.rb: defer WEBrick server start to set logging
  severity threshold.

------------------------------------------------------------------------
r983 | nahi | 2003-09-27 03:54:56 +0900 (Sat, 27 Sep 2003) | 3 lines
Changed paths:
   M /trunk/test/soap/calc/test_calc.rb
   M /trunk/test/soap/calc/test_calc2.rb
   M /trunk/test/soap/calc/test_calc_cgi.rb
   M /trunk/test/soap/helloworld/test_helloworld.rb
   M /trunk/test/soap/marshal/test_digraph.rb
   M /trunk/test/soap/marshal/test_marshal.rb
   M /trunk/test/soap/marshal/test_struct.rb
   M /trunk/test/soap/test_basetype.rb
   M /trunk/test/soap/test_soapelement.rb
   M /trunk/test/wsdl/test_emptycomplextype.rb
   M /trunk/test/xsd/test_xmlschemaparser.rb
   M /trunk/test/xsd/test_xsd.rb

* test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module
  namespace.

------------------------------------------------------------------------
r982 | nahi | 2003-09-26 00:26:22 +0900 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
   M /trunk/install.rb

install rubylibdir not sitelibdir under 1.8.

------------------------------------------------------------------------
r981 | nahi | 2003-09-26 00:25:40 +0900 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

fix indentation.

------------------------------------------------------------------------
r980 | nahi | 2003-09-26 00:24:56 +0900 (Fri, 26 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb

log a log if log.

------------------------------------------------------------------------
r978 | nahi | 2003-09-25 00:38:14 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/wsdl/amazon/wsdlDriver.rb

Amazon Web service now does not require devtag.

------------------------------------------------------------------------
r977 | nahi | 2003-09-25 00:37:48 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/soap/icd/icd.rb

Illegal constant reference.

------------------------------------------------------------------------
r976 | nahi | 2003-09-25 00:37:22 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/soap/raa/iRAA.rb
   M /trunk/sample/soap/raa/soap4r.rb
   M /trunk/sample/wsdl/raa/raa.wsdl
   M /trunk/sample/wsdl/raa/soap4r.rb

0.0.1 -> 0.0.2

------------------------------------------------------------------------
r975 | nahi | 2003-09-25 00:36:35 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdl/test_emptycomplextype.rb
   M /trunk/test/xsd/test_xmlschemaparser.rb

Illegal filepath reference.

------------------------------------------------------------------------
r974 | nahi | 2003-09-25 00:35:56 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/soap/marshal/test_marshal.rb

$: treatment.

------------------------------------------------------------------------
r973 | nahi | 2003-09-25 00:35:22 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

Referenced old library.

------------------------------------------------------------------------
r972 | nahi | 2003-09-25 00:34:57 +0900 (Thu, 25 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingstyle/soapHandler.rb

Remove unused constant.

------------------------------------------------------------------------
r971 | nahi | 2003-09-24 22:56:38 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   M /trunk/install.rb

Add new install directory.

------------------------------------------------------------------------
r970 | nahi | 2003-09-24 22:54:47 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/standaloneServer.rb

Follow devel-logger.

------------------------------------------------------------------------
r969 | nahi | 2003-09-24 22:54:20 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

log if logdev given.

------------------------------------------------------------------------
r968 | nahi | 2003-09-24 22:53:55 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   D /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2base.wsdl

Remove.

------------------------------------------------------------------------
r967 | nahi | 2003-09-24 22:53:21 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   D /trunk/sample/Amazon

Removed.

------------------------------------------------------------------------
r966 | nahi | 2003-09-24 22:52:07 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   D /trunk/sample/Calc
   D /trunk/sample/Exchange
   D /trunk/sample/GoogleSearch
   D /trunk/sample/HelloWorld
   D /trunk/sample/ICD
   D /trunk/sample/NetDicV06
   D /trunk/sample/RAA
   D /trunk/sample/RNN
   D /trunk/sample/RWiki
   D /trunk/sample/SampleStruct
   D /trunk/sample/babelfish.rb
   D /trunk/sample/digraph.rb
   D /trunk/sample/hippo5tq.rb
   D /trunk/sample/hippo5tq2.rb
   D /trunk/sample/hippoClient.rb
   A /trunk/sample/soap
   A /trunk/sample/soap/babelfish.rb
   A /trunk/sample/soap/calc
   A /trunk/sample/soap/calc/calc.rb
   A /trunk/sample/soap/calc/calc2.rb
   A /trunk/sample/soap/calc/client.rb
   A /trunk/sample/soap/calc/client2.rb
   A /trunk/sample/soap/calc/httpd.rb
   A /trunk/sample/soap/calc/server.cgi
   A /trunk/sample/soap/calc/server.rb
   A /trunk/sample/soap/calc/server2.rb
   A /trunk/sample/soap/digraph.rb
   A /trunk/sample/soap/exchange
   A /trunk/sample/soap/exchange/client.rb
   A /trunk/sample/soap/exchange/exchange.rb
   A /trunk/sample/soap/exchange/httpd.rb
   A /trunk/sample/soap/exchange/server.cgi
   A /trunk/sample/soap/exchange/server.rb
   A /trunk/sample/soap/helloworld
   A /trunk/sample/soap/helloworld/hw_c.rb
   A /trunk/sample/soap/helloworld/hw_s.rb
   A /trunk/sample/soap/hippo5tq.rb
   A /trunk/sample/soap/hippo5tq2.rb
   A /trunk/sample/soap/hippoClient.rb
   A /trunk/sample/soap/icd
   A /trunk/sample/soap/icd/IICD.rb
   A /trunk/sample/soap/icd/icd.rb
   A /trunk/sample/soap/netDicV06
   A /trunk/sample/soap/netDicV06/INetDicV06.rb
   A /trunk/sample/soap/netDicV06/netDicV06.rb
   A /trunk/sample/soap/raa
   A /trunk/sample/soap/raa/SOAP__Lite.pl
   A /trunk/sample/soap/raa/hotpage.rb
   A /trunk/sample/soap/raa/iRAA.rb
   A /trunk/sample/soap/raa/pocketSOAP.js
   A /trunk/sample/soap/raa/raa-div.rb
   A /trunk/sample/soap/raa/soap4r.rb
   A /trunk/sample/soap/raa/xmlrpc4r.rb
   A /trunk/sample/soap/rwiki
   A /trunk/sample/soap/rwiki/rwikiClient.rb
   A /trunk/sample/soap/rwiki/rwikiServer.cgi
   A /trunk/sample/soap/sampleStruct
   A /trunk/sample/soap/sampleStruct/client.rb
   A /trunk/sample/soap/sampleStruct/httpd.rb
   A /trunk/sample/soap/sampleStruct/iSampleStruct.rb
   A /trunk/sample/soap/sampleStruct/sampleStruct.rb
   A /trunk/sample/soap/sampleStruct/server.cgi
   A /trunk/sample/soap/sampleStruct/server.rb
   A /trunk/sample/soap/whois.rb
   D /trunk/sample/whois.rb
   A /trunk/sample/wsdl
   A /trunk/sample/wsdl/amazon
   A /trunk/sample/wsdl/amazon/AmazonSearch.rb
   A /trunk/sample/wsdl/amazon/AmazonSearchDriver.rb
   A /trunk/sample/wsdl/amazon/sampleClient.rb
   A /trunk/sample/wsdl/amazon/wsdlDriver.rb
   A /trunk/sample/wsdl/googleSearch
   A /trunk/sample/wsdl/googleSearch/GoogleSearch.rb
   A /trunk/sample/wsdl/googleSearch/GoogleSearchDriver.rb
   A /trunk/sample/wsdl/googleSearch/README
   A /trunk/sample/wsdl/googleSearch/httpd.rb
   A /trunk/sample/wsdl/googleSearch/sampleClient.rb
   A /trunk/sample/wsdl/googleSearch/sjissearch.sh
   A /trunk/sample/wsdl/googleSearch/wsdlDriver.rb
   A /trunk/sample/wsdl/raa
   A /trunk/sample/wsdl/raa/raa.wsdl
   A /trunk/sample/wsdl/raa/soap4r.rb
   A /trunk/sample/wsdl/rnn
   A /trunk/sample/wsdl/rnn/client.rb
   A /trunk/sample/wsdl/rnn/post.rb
   A /trunk/sample/wsdl/rnn/rnn-hash.wsdl
   A /trunk/sample/wsdl/rnn/rnn.wsdl
   A /trunk/sample/wsdl/rnn/submit.rb

Sample restructure.

------------------------------------------------------------------------
r965 | nahi | 2003-09-24 22:29:43 +0900 (Wed, 24 Sep 2003) | 2 lines
Changed paths:
   D /trunk/test/Calc
   D /trunk/test/cmarshal.rb
   D /trunk/test/emptycomplextype.wsdl
   A /trunk/test/soap
   A /trunk/test/soap/calc
   A /trunk/test/soap/calc/calc.rb
   A /trunk/test/soap/calc/calc2.rb
   A /trunk/test/soap/calc/server.cgi
   A /trunk/test/soap/calc/server.rb
   A /trunk/test/soap/calc/server2.rb
   A /trunk/test/soap/calc/test_calc.rb
   A /trunk/test/soap/calc/test_calc2.rb
   A /trunk/test/soap/calc/test_calc_cgi.rb
   A /trunk/test/soap/helloworld
   A /trunk/test/soap/helloworld/hw_s.rb
   A /trunk/test/soap/helloworld/test_helloworld.rb
   A /trunk/test/soap/marshal
   A /trunk/test/soap/marshal/cmarshal.rb
   A /trunk/test/soap/marshal/test_digraph.rb
   A /trunk/test/soap/marshal/test_marshal.rb
   A /trunk/test/soap/marshal/test_struct.rb
   A /trunk/test/soap/test_basetype.rb
   A /trunk/test/soap/test_soapelement.rb
   D /trunk/test/test_basetype.rb
   D /trunk/test/test_digraph.rb
   D /trunk/test/test_emptycomplextype.rb
   D /trunk/test/test_hw.rb
   D /trunk/test/test_marshal.rb
   D /trunk/test/test_struct.rb
   D /trunk/test/test_xmlschemaparser.rb
   D /trunk/test/test_xsd.rb
   A /trunk/test/wsdl
   A /trunk/test/wsdl/emptycomplextype.wsdl
   A /trunk/test/wsdl/marshal
   A /trunk/test/wsdl/marshal/person.wsdl
   A /trunk/test/wsdl/marshal/person_org.rb
   A /trunk/test/wsdl/marshal/test_wsdlmarshal.rb
   A /trunk/test/wsdl/test_emptycomplextype.rb
   D /trunk/test/xmlschema.xml
   A /trunk/test/xsd
   A /trunk/test/xsd/test_xmlschemaparser.rb
   A /trunk/test/xsd/test_xsd.rb
   A /trunk/test/xsd/xmlschema.xml

Restructure test files.

------------------------------------------------------------------------
r964 | nahi | 2003-09-23 23:42:41 +0900 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb
   M /trunk/lib/xsd/iconvcharset.rb

Sync class name and file location.

------------------------------------------------------------------------
r963 | nahi | 2003-09-23 23:25:55 +0900 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   D /trunk/lib/soap/headerHandler.rb
   M /trunk/lib/soap/rpc/driver.rb

* removed headerHandler.rb.  It will be restored in lib/soap/header directory.

------------------------------------------------------------------------
r962 | nahi | 2003-09-23 23:23:30 +0900 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

foo.methods.include?(bar) -> foo.respond_to?(:bar)

------------------------------------------------------------------------
r961 | nahi | 2003-09-23 02:05:57 +0900 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb

Method warn is from ruby/1.8.

------------------------------------------------------------------------
r960 | nahi | 2003-09-23 01:08:29 +0900 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb

Follow directory hierarchy change of encodingstyle handlers.

------------------------------------------------------------------------
r959 | nahi | 2003-09-23 01:07:07 +0900 (Tue, 23 Sep 2003) | 2 lines
Changed paths:
   D /trunk/lib/soap/encodingStyleHandler.rb
   D /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   D /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   D /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   A /trunk/lib/soap/encodingstyle
   A /trunk/lib/soap/encodingstyle/aspDotNetHandler.rb
   A /trunk/lib/soap/encodingstyle/handler.rb
   A /trunk/lib/soap/encodingstyle/literalHandler.rb
   A /trunk/lib/soap/encodingstyle/soapHandler.rb

Make encodingstyle handlers to have their directory.

------------------------------------------------------------------------
r958 | nahi | 2003-09-21 11:53:28 +0900 (Sun, 21 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/Calc/test_calc_cgi.rb

Do not pass relative path to DocumentRoot.

------------------------------------------------------------------------
r957 | nahi | 2003-09-20 23:27:17 +0900 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
   D /trunk/lib/soap/rpc/server.rb

No longer used.

------------------------------------------------------------------------
r956 | nahi | 2003-09-20 23:26:14 +0900 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

Call HTTP#finish explicitly.

------------------------------------------------------------------------
r955 | nahi | 2003-09-20 22:46:06 +0900 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

module name typo.

------------------------------------------------------------------------
r954 | nahi | 2003-09-20 22:43:53 +0900 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/headerHandler.rb
   M /trunk/lib/soap/rpc/driver.rb

Add headerhandler interface.

------------------------------------------------------------------------
r953 | nahi | 2003-09-20 22:40:16 +0900 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
   A /trunk/test/Calc
   A /trunk/test/Calc/calc.rb
   A /trunk/test/Calc/calc2.rb
   A /trunk/test/Calc/server.cgi
   A /trunk/test/Calc/server.rb
   A /trunk/test/Calc/server2.rb
   A /trunk/test/Calc/test_calc.rb
   A /trunk/test/Calc/test_calc2.rb
   A /trunk/test/Calc/test_calc_cgi.rb
   D /trunk/test/test_calc.rb
   D /trunk/test/test_calc2.rb

Move Calc tests to Calc dir.

------------------------------------------------------------------------
r952 | nahi | 2003-09-20 22:38:07 +0900 (Sat, 20 Sep 2003) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb
   M /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   D /trunk/sample/Calc/server2.cgi
   M /trunk/sample/Exchange/client.rb
   M /trunk/sample/GoogleSearch/wsdlDriver.rb
   M /trunk/sample/HelloWorld/hw_s.rb
   M /trunk/sample/RAA/raa-div.rb
   M /trunk/sample/SampleStruct/client.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb
   M /trunk/test/interopR2/simonReg.rb
   M /trunk/test/sm11/server.rb

Follow devel-logger's change.

------------------------------------------------------------------------
r951 | nahi | 2003-09-20 22:35:20 +0900 (Sat, 20 Sep 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/rpc/cgistub.rb

* Follow devel-logger's change.

* Use webrick/httpresponse instead of http-access2/http.

------------------------------------------------------------------------
r950 | nahi | 2003-09-20 22:28:58 +0900 (Sat, 20 Sep 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/mapping/wsdlRegistry.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/definitions.rb
   D /trunk/lib/wsdl/namedElements.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/xsd/datatypes.rb
   A /trunk/lib/xsd/namedelements.rb

* move wsdl/namedElements.rb to xsd/namedelements.

* do not introduce XSD constants to toplevel.

------------------------------------------------------------------------
r948 | nahi | 2003-09-13 23:09:33 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/rubyStyle.css

Modify CSS a little.

------------------------------------------------------------------------
r947 | nahi | 2003-09-13 22:00:59 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/wsdlmarshal/test_wsdlmarshal.rb

Filename fixed.  Cygwin ignores case...

------------------------------------------------------------------------
r946 | nahi | 2003-09-13 21:59:08 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   D /trunk/test/interopR2/uconv.rb

Removed.

------------------------------------------------------------------------
r945 | nahi | 2003-09-13 21:58:29 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   A /trunk/test/wsdlmarshal
   A /trunk/test/wsdlmarshal/person.wsdl
   A /trunk/test/wsdlmarshal/person_org.rb
   A /trunk/test/wsdlmarshal/test_wsdlmarshal.rb

Add marshalling tests.

------------------------------------------------------------------------
r944 | nahi | 2003-09-13 21:57:55 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/soapbox/wsdlDriver.rb

Refer newer WSDL.

------------------------------------------------------------------------
r943 | nahi | 2003-09-13 21:57:36 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/ToDo
   M /trunk/sample/GoogleSearch/GoogleSearchService.rb

Update.

------------------------------------------------------------------------
r942 | nahi | 2003-09-13 21:55:04 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   A /trunk/sample/digraph.rb

Restore.

------------------------------------------------------------------------
r941 | nahi | 2003-09-13 21:48:54 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

Document for 1.5.0

------------------------------------------------------------------------
r940 | nahi | 2003-09-13 21:22:50 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/xsd/qname.rb

Use XSD::QName#dup_name to change element name.

------------------------------------------------------------------------
r939 | nahi | 2003-09-13 21:18:11 +0900 (Sat, 13 Sep 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/standaloneServer.rb

Do not exptect HTTPServer#run returns meaningful object.  Why did I join it?
  Thread?

------------------------------------------------------------------------
r938 | nahi | 2003-09-13 21:16:19 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/test_digraph.rb

Filename typo fixed.

------------------------------------------------------------------------
r937 | nahi | 2003-09-13 19:43:25 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/Calc/server.rb
   M /trunk/sample/Calc/server2.rb

Change to run as test.

------------------------------------------------------------------------
r936 | nahi | 2003-09-13 19:42:19 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/xmlparser/xmlscanner.rb

Illegal constance reference.

------------------------------------------------------------------------
r935 | nahi | 2003-09-13 19:41:33 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

SOAP spec allows unqualified element as a child of SOAP body element.

------------------------------------------------------------------------
r934 | nahi | 2003-09-13 19:40:51 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb

Nil guard.

------------------------------------------------------------------------
r933 | nahi | 2003-09-13 19:40:28 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/namedElements.rb

Add method to search with name only (without namespace).

------------------------------------------------------------------------
r932 | nahi | 2003-09-13 19:39:42 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/runner.rb

Run with UTF8.

------------------------------------------------------------------------
r931 | nahi | 2003-09-13 19:38:41 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientFrontier.rb

Debug comment.

------------------------------------------------------------------------
r930 | nahi | 2003-09-13 19:38:14 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/test_basetype.rb
   A /trunk/test/test_calc.rb
   A /trunk/test/test_calc2.rb
   M /trunk/test/test_emptycomplextype.rb
   A /trunk/test/test_hw.rb
   M /trunk/test/test_xmlschemaparser.rb

Add tests.

------------------------------------------------------------------------
r929 | nahi | 2003-09-13 13:55:50 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   A /trunk/sample/soapbox/SoapBoxWebServiceWithRawXML.wsdl

Add RawXML wsdl file.

------------------------------------------------------------------------
r928 | nahi | 2003-09-13 13:55:16 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/Calc/server.rb
   M /trunk/sample/Calc/server2.rb
   M /trunk/sample/Exchange/server.rb
   M /trunk/sample/HelloWorld/hw_s.rb
   M /trunk/sample/SampleStruct/server.rb

Use $0 == __FILE__ idiom to servers.

------------------------------------------------------------------------
r927 | nahi | 2003-09-13 13:36:46 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/test_marshal.rb

Comment out tests which hit known bugs.

------------------------------------------------------------------------
r926 | nahi | 2003-09-13 13:35:59 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/test/test_xsd.rb

* Run $KCODE = "UTF8"

------------------------------------------------------------------------
r925 | nahi | 2003-09-13 13:35:04 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   A /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2.wsdl
   M /trunk/test/interopR2/client.NetRemoting.rb
   M /trunk/test/interopR2/client.rb
   M /trunk/test/interopR2/client4S4C.rb
   M /trunk/test/interopR2/client4S4C2.rb
   M /trunk/test/interopR2/clientASP.NET.rb
   M /trunk/test/interopR2/clientApacheAxis.rb
   M /trunk/test/interopR2/clientApacheSOAP.rb
   M /trunk/test/interopR2/clientBEAWebLogic.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/clientCapeConnect.rb
   M /trunk/test/interopR2/clientDelphi.rb
   M /trunk/test/interopR2/clientEasySoap.rb
   M /trunk/test/interopR2/clientFrontier.rb
   M /trunk/test/interopR2/clientGLUE.rb
   M /trunk/test/interopR2/clientHP.rb
   M /trunk/test/interopR2/clientJAX-RPC.rb
   M /trunk/test/interopR2/clientJSOAP.rb
   M /trunk/test/interopR2/clientKafkaXSLT.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit2.0.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit3.0.rb
   M /trunk/test/interopR2/clientNuSOAP.rb
   M /trunk/test/interopR2/clientNuWave.rb
   M /trunk/test/interopR2/clientOpenLink.rb
   M /trunk/test/interopR2/clientOracle.rb
   M /trunk/test/interopR2/clientPEAR.rb
   M /trunk/test/interopR2/clientPhalanx.rb
   M /trunk/test/interopR2/clientSIMACE.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/interopR2/clientSOAP__Lite.rb
   M /trunk/test/interopR2/clientSQLData.rb
   M /trunk/test/interopR2/clientSilverStream.rb
   D /trunk/test/interopR2/clientSoapRMI.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/clientSun.rb
   M /trunk/test/interopR2/clientVWOpentalkSoap.rb
   M /trunk/test/interopR2/clientWASP.rb
   M /trunk/test/interopR2/clientWASPC.rb
   M /trunk/test/interopR2/clientWebMethods.rb
   M /trunk/test/interopR2/clientWhiteMesa.rb
   M /trunk/test/interopR2/clientWingfoot.rb
   M /trunk/test/interopR2/clientXMLBus.rb
   M /trunk/test/interopR2/clientXMLRPC-EPI.rb
   A /trunk/test/interopR2/clientXSOAP.rb
   M /trunk/test/interopR2/clientZSI.rb
   M /trunk/test/interopR2/clienteSOAP.rb
   M /trunk/test/interopR2/clientgSOAP.rb
   M /trunk/test/interopR2/clientkSOAP.rb
   A /trunk/test/interopR2/interopService.rb
   A /trunk/test/interopR2/rwikiInteropService.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/test.sh

Updated for 1.5.0.

------------------------------------------------------------------------
r924 | nahi | 2003-09-13 01:35:21 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

parse result might be nil.

------------------------------------------------------------------------
r923 | nahi | 2003-09-13 00:00:18 +0900 (Sat, 13 Sep 2003) | 2 lines
Changed paths:
   D /trunk/lib/soap/webrickServer.rb

Moved.

------------------------------------------------------------------------
r922 | nahi | 2003-09-12 23:59:22 +0900 (Fri, 12 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

Add soapaction attribute.

------------------------------------------------------------------------
r921 | nahi | 2003-09-12 23:58:54 +0900 (Fri, 12 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Set connect_timeout to 20sec.  60 sec. is too much.

------------------------------------------------------------------------
r920 | nahi | 2003-09-12 23:58:02 +0900 (Fri, 12 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb

Set httpproxy only if given.

------------------------------------------------------------------------
r919 | nahi | 2003-09-11 23:48:31 +0900 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/Amazon/sampleClient.rb
   M /trunk/sample/Calc/server.cgi
   M /trunk/sample/Calc/server2.cgi
   M /trunk/sample/Exchange/server.cgi
   M /trunk/sample/RWiki/rwikiServer.cgi
   M /trunk/sample/SampleStruct/client.rb
   M /trunk/sample/SampleStruct/iSampleStruct.rb
   M /trunk/sample/SampleStruct/server.cgi
   D /trunk/sample/digraph.rb
   D /trunk/sample/marshallingWithWSDL

* update

------------------------------------------------------------------------
r918 | nahi | 2003-09-11 23:47:25 +0900 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb

* follow the previous change.

------------------------------------------------------------------------
r917 | nahi | 2003-09-11 23:47:02 +0900 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/compat.rb
   A /trunk/lib/soap/rpc/cgistub.rb
   M /trunk/lib/soap/rpc/server.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb

* Move soap/cgistub. to soap/rpc/cgistub.rb

------------------------------------------------------------------------
r916 | nahi | 2003-09-11 23:45:55 +0900 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/standaloneServer.rb

* Use devel-logger.

------------------------------------------------------------------------
r915 | nahi | 2003-09-11 15:02:05 +0900 (Thu, 11 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

* singleton_methods(bool) is from 1.8.

------------------------------------------------------------------------
r914 | nahi | 2003-09-10 23:10:03 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb

* proxy support did not work.

------------------------------------------------------------------------
r913 | nahi | 2003-09-10 23:09:29 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb

* add setLogDev method for compatibility.

------------------------------------------------------------------------
r912 | nahi | 2003-09-10 23:08:40 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/wsdl/importer.rb

* check http-access2 version.

------------------------------------------------------------------------
r911 | nahi | 2003-09-10 23:08:14 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

* Follow qname change.

------------------------------------------------------------------------
r910 | nahi | 2003-09-10 01:24:54 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   A /trunk/sample/GoogleSearch/sjissearch.sh

SJIS sample.

------------------------------------------------------------------------
r909 | nahi | 2003-09-10 01:24:29 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   A /trunk/test/runner.rb
   M /trunk/test/test_xsd.rb

* use %q(...) instead of '...' to avoid CES confusion.

------------------------------------------------------------------------
r908 | nahi | 2003-09-10 01:23:32 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/Calc/client.rb
   M /trunk/sample/Calc/client2.rb
   M /trunk/sample/Exchange/client.rb

* add default argument.

------------------------------------------------------------------------
r907 | nahi | 2003-09-10 01:23:03 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/marshallingWithWSDL/marshal.rb

* follow WSDL4R change.

------------------------------------------------------------------------
r906 | nahi | 2003-09-10 01:22:28 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

* preparing 1.5.0.

------------------------------------------------------------------------
r905 | nahi | 2003-09-10 01:22:06 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

* element might be qualified/unqualified.

------------------------------------------------------------------------
r904 | nahi | 2003-09-10 01:21:30 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/importer.rb

* raise original exception if recovery also fails.

------------------------------------------------------------------------
r903 | nahi | 2003-09-10 01:21:04 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

* do not stop with unknown element.  only warns.

------------------------------------------------------------------------
r902 | nahi | 2003-09-10 01:19:25 +0900 (Wed, 10 Sep 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* document interface returns [header_element, body_object] instead of
  [header_element, body_element].

------------------------------------------------------------------------
r901 | nahi | 2003-09-10 01:18:27 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/wsdlRegistry.rb

* better support of document/literal.

------------------------------------------------------------------------
r900 | nahi | 2003-09-10 01:17:12 +0900 (Wed, 10 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb

* Add compatibility method to RPCRouter.

------------------------------------------------------------------------
r899 | nahi | 2003-09-08 23:52:22 +0900 (Mon, 08 Sep 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/compat.rb

* lib/soap/cgistub.rb: avoid loading compat library.

* lib/soap/compat.rb: remove debug code.

------------------------------------------------------------------------
r898 | nahi | 2003-09-08 01:13:37 +0900 (Mon, 08 Sep 2003) | 6 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/mapping/wsdlRegistry.rb
   M /trunk/lib/soap/wsdlDriver.rb

* lib/soap/mapping/wsdlRegistry.rb: element name should be qname.

* lib/soap/encodingStyleHandlerDynamic.rb: ditto.

* lib/soap/wsdlDriver.rb: typo.

------------------------------------------------------------------------
r897 | nahi | 2003-09-08 01:12:18 +0900 (Mon, 08 Sep 2003) | 4 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

* lib/wsdl/xmlSchema/element.rb: let local element to be unqualified.  right?

* lib/wsdl/soap/definition.rb: element name should be qname.

------------------------------------------------------------------------
r896 | nahi | 2003-09-07 20:28:26 +0900 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
   M /trunk/sample/soapbox/wsdlDriver.rb

* document style sample.

------------------------------------------------------------------------
r895 | nahi | 2003-09-07 20:27:40 +0900 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/namedElements.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/param.rb

* lib/wsdl/*: Add document style support.

------------------------------------------------------------------------
r894 | nahi | 2003-09-07 20:27:11 +0900 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/header.rb
   M /trunk/lib/wsdl/soap/operation.rb

* lib/wsdl/soap/*: Add document style support.

------------------------------------------------------------------------
r893 | nahi | 2003-09-07 20:26:30 +0900 (Sun, 07 Sep 2003) | 7 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

* lib/wsdl/xmlSchema/schema.rb: Fix bugs which is found during document style
  implementation.

* lib/wsdl/xmlSchema/element.rb: ditto.

* lib/wsdl/xmlSchema/complexType.rb: ditto.

------------------------------------------------------------------------
r892 | nahi | 2003-09-07 20:24:36 +0900 (Sun, 07 Sep 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

* lib/soap/wsdlDriver.rb: Add obj-to-element mapping function to support
  document style messaging.

------------------------------------------------------------------------
r891 | nahi | 2003-09-07 20:23:43 +0900 (Sun, 07 Sep 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb

* lib/soap/baseData.rb: SOAPElement is not a SOAPCompoundtype.

* lib/soap/element.rb: must_understand -> mustunderstand.

------------------------------------------------------------------------
r890 | nahi | 2003-09-07 20:21:56 +0900 (Sun, 07 Sep 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/proxy.rb

* lib/soap/rpc/proxy.rb: must_understand -> mustunderstand.

------------------------------------------------------------------------
r889 | nahi | 2003-09-07 20:21:21 +0900 (Sun, 07 Sep 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlRegistry.rb

* wsdlRegistry.rb: Removed obj2ele interface.  This method should not depend on
  RPC so I implemented it in wsdlDriver.rb.

------------------------------------------------------------------------
r888 | nahi | 2003-08-28 00:51:02 +0900 (Thu, 28 Aug 2003) | 2 lines
Changed paths:
   M /trunk/sample/soapbox/wsdlDriver.rb

Still does not work.

------------------------------------------------------------------------
r887 | nahi | 2003-08-28 00:50:39 +0900 (Thu, 28 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb

Definitions.

------------------------------------------------------------------------
r886 | nahi | 2003-08-28 00:49:27 +0900 (Thu, 28 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Remove debug code.

------------------------------------------------------------------------
r885 | nahi | 2003-08-28 00:48:35 +0900 (Thu, 28 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/wsdlRegistry.rb

Fixed copy&paste bug.

------------------------------------------------------------------------
r884 | nahi | 2003-08-27 00:00:17 +0900 (Wed, 27 Aug 2003) | 2 lines
Changed paths:
   M /trunk/install.rb

Add xsd/xmlparser

------------------------------------------------------------------------
r883 | nahi | 2003-08-26 23:59:38 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   A /trunk/test/emptycomplextype.wsdl
   A /trunk/test/test_emptycomplextype.rb
   A /trunk/test/test_xmlschemaparser.rb
   A /trunk/test/xmlschema.xml

added.

------------------------------------------------------------------------
r882 | nahi | 2003-08-26 23:52:42 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/GoogleSearchDriver.rb
   M /trunk/sample/WSDemo/client.rb
   M /trunk/sample/marshallingWithWSDL/marshal.rb

Follow previous changes.

------------------------------------------------------------------------
r881 | nahi | 2003-08-26 23:51:50 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   A /trunk/sample/soapbox/ContactsDataSet.xml
   D /trunk/sample/soapbox/RosterDataSet.xml
   M /trunk/sample/soapbox/SoapBoxWebService.wsdl
   M /trunk/sample/soapbox/wsdlDriver.rb

WSDL file was changed!

------------------------------------------------------------------------
r880 | nahi | 2003-08-26 23:50:50 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb

Add AttributeConstraintError exception.

------------------------------------------------------------------------
r879 | nahi | 2003-08-26 23:50:27 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/importer.rb

Proxy support bug fix.

------------------------------------------------------------------------
r878 | nahi | 2003-08-26 23:48:50 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/operation.rb

style="document" support.

------------------------------------------------------------------------
r877 | nahi | 2003-08-26 23:47:30 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPElement constructor signature change.

------------------------------------------------------------------------
r876 | nahi | 2003-08-26 23:46:59 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Extra attrs was not dumped if generate_explicit_type = false.

------------------------------------------------------------------------
r875 | nahi | 2003-08-26 23:45:15 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

bug fixed.  no one uses it...

------------------------------------------------------------------------
r874 | nahi | 2003-08-26 23:44:43 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Introduce WSDLDriver::Servant class and move WSDLDriver implementation into it.

------------------------------------------------------------------------
r873 | nahi | 2003-08-26 23:37:47 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/proxy.rb

Follow wsdlDriver.rb.

------------------------------------------------------------------------
r872 | nahi | 2003-08-26 23:37:14 +0900 (Tue, 26 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb
   A /trunk/lib/soap/mapping/wsdlRegistry.rb

Add wsdlRegistry.rb and move WSDLMappingRegistry into it.

------------------------------------------------------------------------
r871 | nahi | 2003-08-24 23:59:14 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

use wsdl/importer.  run without http-access2.

------------------------------------------------------------------------
r870 | nahi | 2003-08-24 23:58:01 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

follow lib/wsdl change.

------------------------------------------------------------------------
r869 | nahi | 2003-08-24 23:57:33 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/fault.rb
   M /trunk/lib/wsdl/soap/header.rb
   M /trunk/lib/wsdl/soap/headerfault.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

introduce OperationInfo class.

------------------------------------------------------------------------
r868 | nahi | 2003-08-24 14:11:48 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/documentation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlSchema/sequence.rb
   A /trunk/lib/wsdl/xmlSchema/unique.rb

Add wsdl/xmlSchema/unique.rb

------------------------------------------------------------------------
r867 | nahi | 2003-08-24 14:10:36 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/xsd/charset.rb
   A /trunk/lib/xsd/iconvcharset.rb

add Iconv.safe_iconv.  incomplete.

------------------------------------------------------------------------
r866 | nahi | 2003-08-24 11:39:09 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   A /trunk/sample/soapbox
   A /trunk/sample/soapbox/ExceptionDataSet.xml
   A /trunk/sample/soapbox/MessageDataSet.xml
   A /trunk/sample/soapbox/RosterDataSet.xml
   A /trunk/sample/soapbox/SoapBoxWebService.wsdl
   A /trunk/sample/soapbox/wsdlDriver.rb

still does not work.  style='literal' must be supported.

------------------------------------------------------------------------
r865 | nahi | 2003-08-24 10:23:45 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/xsd/xmlparser/parser.rb

change exception hierarchy.

------------------------------------------------------------------------
r864 | nahi | 2003-08-24 10:23:33 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb

follow wsdl/xmlSchema/* change.

------------------------------------------------------------------------
r863 | nahi | 2003-08-24 10:22:45 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/soap/definitions.rb

imported schema could be a XML schema, not WSDL schema.

------------------------------------------------------------------------
r862 | nahi | 2003-08-24 10:22:01 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/xmlSchema/all.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   A /trunk/lib/wsdl/xmlSchema/choice.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   A /trunk/lib/wsdl/xmlSchema/sequence.rb

introduce classes for all/sequence/choice element.

------------------------------------------------------------------------
r861 | nahi | 2003-08-24 01:59:52 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/parser.rb

parse 'id' attr.

------------------------------------------------------------------------
r860 | nahi | 2003-08-24 00:50:12 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/documentation.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/importer.rb
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/fault.rb
   M /trunk/lib/wsdl/soap/header.rb
   M /trunk/lib/wsdl/soap/headerfault.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/xsd/xmlparser/xmlscanner.rb

Clear responsibility about exception.

------------------------------------------------------------------------
r859 | nahi | 2003-08-24 00:46:44 +0900 (Sun, 24 Aug 2003) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/xmlSchema/parser.rb

Add XMLSchema parser.

------------------------------------------------------------------------
r858 | nahi | 2003-08-23 23:08:16 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   D /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   D /trunk/lib/soap/rexmlparser.rb
   D /trunk/lib/soap/saxdriver.rb
   D /trunk/lib/soap/xmlparser.rb
   D /trunk/lib/soap/xmlscanner.rb
   M /trunk/lib/wsdl/importer.rb
   D /trunk/lib/wsdl/nqxmlparser.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   D /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   D /trunk/lib/wsdl/xmlparser.rb
   D /trunk/lib/wsdl/xmlscanner.rb
   A /trunk/lib/xsd/xmlparser
   A /trunk/lib/xsd/xmlparser/parser.rb
   A /trunk/lib/xsd/xmlparser/rexmlparser.rb
   A /trunk/lib/xsd/xmlparser/xmlparser.rb
   A /trunk/lib/xsd/xmlparser/xmlscanner.rb
   A /trunk/lib/xsd/xmlparser.rb

Refactoring: XML parser wrapper libs to xsd/xmlparser/*

------------------------------------------------------------------------
r857 | nahi | 2003-08-23 18:34:21 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/xsd/ns.rb

Let XSD::NS thread-safe.

------------------------------------------------------------------------
r856 | nahi | 2003-08-23 13:27:49 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/wsdl/import.rb
   A /trunk/lib/wsdl/importer.rb

Add wsdl/importer.rb.

------------------------------------------------------------------------
r855 | nahi | 2003-08-23 13:27:11 +0900 (Sat, 23 Aug 2003) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

do not parse 'http://foo' as a qname.  heulistic...
  <http:foo xmlns:http="urn:myhttp" http:bar="http://baz" />

------------------------------------------------------------------------
r854 | nahi | 2003-08-23 12:16:50 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

dump warn message to STDERR.

------------------------------------------------------------------------
r853 | nahi | 2003-08-23 12:16:16 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/import.rb

In previous change, add support of net/http client.

------------------------------------------------------------------------
r852 | nahi | 2003-08-23 12:05:21 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/data.rb
   A /trunk/lib/wsdl/soap/fault.rb
   A /trunk/lib/wsdl/soap/header.rb
   A /trunk/lib/wsdl/soap/headerfault.rb
   M /trunk/lib/wsdl/soap/operation.rb

Add soap:binding elements.

------------------------------------------------------------------------
r851 | nahi | 2003-08-23 12:05:09 +0900 (Sat, 23 Aug 2003) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/xmlSchema/any.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

Add xsd:any element.

------------------------------------------------------------------------
r850 | nahi | 2003-08-22 00:41:47 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   A /trunk/test/interopR2/client.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/interopResultBase.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

test/interopR2/client.rb: rewritten client with test/unit.

------------------------------------------------------------------------
r849 | nahi | 2003-08-22 00:36:52 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/rpc/rpc.rb

Recover RPC::ServerException from compat.rb.

------------------------------------------------------------------------
r848 | nahi | 2003-08-22 00:17:44 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/compat.rb

Remove debug code.

------------------------------------------------------------------------
r847 | nahi | 2003-08-22 00:16:41 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb
   M /trunk/install.rb
   M /trunk/sample/Exchange/exchange.rb
   M /trunk/sample/GoogleSearch/GoogleSearchDriver.rb
   M /trunk/sample/HelloWorld/hw_s.rb
   M /trunk/sample/RAA/iRAA.rb
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/sample/marshallingWithWSDL/marshal.rb

Follow module structure change.

------------------------------------------------------------------------
r846 | nahi | 2003-08-22 00:15:35 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   A /trunk/lib/xsd
   A /trunk/lib/xsd/charset.rb
   A /trunk/lib/xsd/datatypes.rb
   A /trunk/lib/xsd/datatypes1999.rb
   A /trunk/lib/xsd/ns.rb
   A /trunk/lib/xsd/qname.rb

Add xsd module for XML Schema datatype.

------------------------------------------------------------------------
r845 | nahi | 2003-08-22 00:15:00 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   A /trunk/lib/soap/mapping.rb

Unintentional remove.

------------------------------------------------------------------------
r844 | nahi | 2003-08-22 00:13:47 +0900 (Fri, 22 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/charset.rb
   A /trunk/lib/soap/compat.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandler.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/headerHandler.rb
   M /trunk/lib/soap/mapping/registry.rb
   A /trunk/lib/soap/mapping/typeMap.rb
   D /trunk/lib/soap/mapping.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/qname.rb
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/saxdriver.rb
   M /trunk/lib/soap/server.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/streamHandler.rb
   D /trunk/lib/soap/typeMap.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/soap/xmlparser.rb
   M /trunk/lib/soap/xmlscanner.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/wsdl.rb

Move compatibility modules to soap/comapt.rb

------------------------------------------------------------------------
r843 | nahi | 2003-08-14 23:04:36 +0900 (Thu, 14 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Add iconv support.

------------------------------------------------------------------------
r842 | nahi | 2003-08-13 21:54:13 +0900 (Wed, 13 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandler.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/headerHandler.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/qname.rb
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/server.rb
   M /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/saxdriver.rb
   M /trunk/lib/soap/server.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/typeMap.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/soap/xmlparser.rb
   M /trunk/lib/soap/xmlscanner.rb
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/documentation.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/namedElements.rb
   M /trunk/lib/wsdl/nqxmlparser.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/wsdl.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlparser.rb
   M /trunk/lib/wsdl/xmlscanner.rb

copyright comment.

------------------------------------------------------------------------
r841 | nahi | 2003-08-13 21:53:05 +0900 (Wed, 13 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

Illegal singleton check.

------------------------------------------------------------------------
r840 | nahi | 2003-08-13 21:51:54 +0900 (Wed, 13 Aug 2003) | 2 lines
Changed paths:
   A /trunk/test/cmarshal.rb
   A /trunk/test/test_digraph.rb
   A /trunk/test/test_marshal.rb

Add tests.

------------------------------------------------------------------------
r839 | nahi | 2003-08-04 00:05:26 +0900 (Mon, 04 Aug 2003) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/documentation.rb

Add.

------------------------------------------------------------------------
r838 | nahi | 2003-08-03 23:54:39 +0900 (Sun, 03 Aug 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   D /trunk/uninstall.rb

Remove uninstaller.

------------------------------------------------------------------------
r837 | nahi | 2003-08-03 23:52:57 +0900 (Sun, 03 Aug 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/GoogleSearch.rb
   M /trunk/sample/GoogleSearch/GoogleSearchDriver.rb
   M /trunk/sample/GoogleSearch/GoogleSearchServant.rb
   D /trunk/sample/GoogleSearch/GoogleSearchService.cgi
   M /trunk/sample/GoogleSearch/GoogleSearchService.rb
   M /trunk/sample/GoogleSearch/GoogleSearchServiceClient.rb
   M /trunk/sample/GoogleSearch/README
   D /trunk/sample/GoogleSearch/httpd.rb
   A /trunk/sample/GoogleSearch/sampleClient.rb

Refresh sample files.

------------------------------------------------------------------------
r836 | nahi | 2003-08-03 23:30:14 +0900 (Sun, 03 Aug 2003) | 3 lines
Changed paths:
   M /trunk/sample/Amazon/AmazonSearch.rb
   A /trunk/sample/Amazon/sampleClient.rb

* sample/Amazon/sampleClient.rb: sample client which uses Driver generated from
  WSDL file.  wsdlDriver.rb uses WSDL file directory (slow).

------------------------------------------------------------------------
r835 | nahi | 2003-08-03 23:28:40 +0900 (Sun, 03 Aug 2003) | 5 lines
Changed paths:
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   D /trunk/lib/wsdl/soap/webrickStubCreator.rb

* wsdl/soap/classDefCreator.rb: simplify.
* wsdl/soap/clientSkeltonCreator.rb: ditto.
* wsdl/soap/driverCreator.rb: ditto.
* wsdl/soap/webrickStubCreator.rb: removed.  WEBrick is supported by default.

------------------------------------------------------------------------
r834 | nahi | 2003-08-03 21:21:18 +0900 (Sun, 03 Aug 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/server.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/wsdlDriver.rb

Add aliases for soap4r/1.4.8.1 compatibility.  Samples in soap4r/1.4.8.1 should
  work.

------------------------------------------------------------------------
r833 | nahi | 2003-08-03 19:19:51 +0900 (Sun, 03 Aug 2003) | 2 lines
Changed paths:
   A /trunk/sample/HelloWorld
   A /trunk/sample/HelloWorld/hw_c.rb
   A /trunk/sample/HelloWorld/hw_s.rb

HelloWorld sample.

------------------------------------------------------------------------
r832 | nahi | 2003-08-03 19:11:47 +0900 (Sun, 03 Aug 2003) | 5 lines
Changed paths:
   M /trunk/ToDo
   M /trunk/bin/wsdl2ruby.rb
   M /trunk/install.rb
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandler.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/headerHandler.rb
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/mapping/registry.rb
   M /trunk/lib/soap/mapping/rubytypeFactory.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/rpc/driver.rb
   M /trunk/lib/soap/rpc/element.rb
   M /trunk/lib/soap/rpc/proxy.rb
   M /trunk/lib/soap/rpc/router.rb
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/server.rb
   A /trunk/lib/soap/rpc/soaplet.rb
   M /trunk/lib/soap/rpc/standaloneServer.rb
   M /trunk/lib/soap/saxdriver.rb
   M /trunk/lib/soap/soap.rb
   D /trunk/lib/soap/soaplet.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/wsdlDriver.rb
   M /trunk/lib/soap/xmlparser.rb
   M /trunk/lib/soap/xmlscanner.rb
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/namedElements.rb
   M /trunk/lib/wsdl/nqxmlparser.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/soap/webrickStubCreator.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/wsdl.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb
   M /trunk/lib/wsdl/xmlparser.rb
   M /trunk/lib/wsdl/xmlscanner.rb
   A /trunk/sample/Amazon/AmazonSearch.rb
   M /trunk/sample/Amazon/wsdlDriver.rb
   M /trunk/sample/Calc/calc.rb
   M /trunk/sample/Calc/calc2.rb
   M /trunk/sample/Calc/client.rb
   M /trunk/sample/Calc/client2.rb
   A /trunk/sample/Calc/httpd.rb
   M /trunk/sample/Calc/server.cgi
   M /trunk/sample/Calc/server.rb
   M /trunk/sample/Calc/server2.cgi
   M /trunk/sample/Calc/server2.rb
   M /trunk/sample/Exchange/client.rb
   M /trunk/sample/Exchange/exchange.rb
   A /trunk/sample/Exchange/httpd.rb
   D /trunk/sample/Exchange/iExchange.rb
   M /trunk/sample/Exchange/server.cgi
   M /trunk/sample/Exchange/server.rb
   M /trunk/sample/GoogleSearch/wsdlDriver.rb
   M /trunk/sample/ICD/IICD.rb
   M /trunk/sample/ICD/icd.rb
   A /trunk/sample/NetDicV06
   A /trunk/sample/NetDicV06/INetDicV06.rb
   A /trunk/sample/NetDicV06/netDicV06.rb
   D /trunk/sample/RAA/RAA.rb
   M /trunk/sample/RAA/SOAP__Lite.pl
   M /trunk/sample/RAA/iRAA.rb
   M /trunk/sample/RAA/pocketSOAP.js
   M /trunk/sample/RAA/raa-div.rb
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/sample/RAA/wsdl/soap4r.rb
   M /trunk/sample/RAA/xmlrpc4r.rb
   M /trunk/sample/RNN/client.rb
   M /trunk/sample/RNN/post.rb
   M /trunk/sample/RWiki/rwikiClient.rb
   M /trunk/sample/RWiki/rwikiServer.cgi
   M /trunk/sample/SampleStruct/client.rb
   A /trunk/sample/SampleStruct/httpd.rb
   M /trunk/sample/SampleStruct/sampleStruct.rb
   M /trunk/sample/SampleStruct/server.cgi
   M /trunk/sample/SampleStruct/server.rb
   M /trunk/sample/apacheClient.rb
   M /trunk/sample/babelfish.rb
   M /trunk/sample/digraph.rb
   M /trunk/sample/marshallingWithWSDL/marshal.rb
   D /trunk/sample/webrick
   M /trunk/sample/whois.rb
   D /trunk/test/baseType_ut.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/interopResultBase.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb
   D /trunk/test/struct.rb
   A /trunk/test/test_basetype.rb
   A /trunk/test/test_struct.rb
   A /trunk/test/test_xsd.rb
   D /trunk/test/xsd_ut.rb

* *.rb: change coding convention.
  - camelCase -> non_camel_case
  - foo( bar ) -> foo(bar)
  - foo[ bar ] -> foo[bar]

------------------------------------------------------------------------
r831 | nahi | 2003-06-21 09:41:46 +0900 (Sat, 21 Jun 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Many warnings raised under 1.8, caused by illegal references like XSD::XSDInt
  in typeMap.rb.  Soap4r defined toplevel::XSDInt.  Define XSD* classes in XSD
  module and introduce it to toplevel.

------------------------------------------------------------------------
r830 | nahi | 2003-06-01 14:29:42 +0900 (Sun, 01 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/soaplet.rb
   M /trunk/lib/soap/streamHandler.rb

Follow http-access2's signature change.

------------------------------------------------------------------------
r829 | nahi | 2003-06-01 14:29:12 +0900 (Sun, 01 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/rpc.rb
   M /trunk/lib/soap/rpc/server.rb

Add RPC.retrieveDefinedMethod.

------------------------------------------------------------------------
r828 | nahi | 2003-06-01 14:28:50 +0900 (Sun, 01 Jun 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/standaloneServer.rb

Revert signature change for 1.4.8 compatible.

------------------------------------------------------------------------
r827 | nahi | 2003-06-01 14:18:45 +0900 (Sun, 01 Jun 2003) | 2 lines
Changed paths:
   M /trunk/sample/Calc/client.rb
   M /trunk/sample/Calc/client2.rb

Follows method name changes.

------------------------------------------------------------------------
r826 | nahi | 2003-05-31 00:03:55 +0900 (Sat, 31 May 2003) | 2 lines
Changed paths:
   A /trunk/lib/soap/soaplet.rb
   M /trunk/lib/soap/standaloneServer.rb
   A /trunk/lib/soap/webrickServer.rb

Add another server implementation based on WEBrick.

------------------------------------------------------------------------
r825 | nahi | 2003-05-30 23:35:21 +0900 (Fri, 30 May 2003) | 3 lines
Changed paths:
   A /trunk/lib/soap/netHttpClient.rb
   M /trunk/lib/soap/streamHandler.rb

Added netHttpClient which wraps net/http and offers http-access2 compatible
  interface.

------------------------------------------------------------------------
r824 | nahi | 2003-05-30 23:34:12 +0900 (Fri, 30 May 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/server.rb

Small refactoring.

------------------------------------------------------------------------
r823 | nahi | 2003-05-15 00:04:20 +0900 (Thu, 15 May 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/wsdl/rexmlparser.rb

REXML processor version check is no longer needed.

------------------------------------------------------------------------
r822 | nahi | 2003-04-27 21:00:54 +0900 (Sun, 27 Apr 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/wsdl.rb

Add required lib.

------------------------------------------------------------------------
r821 | nahi | 2003-03-31 23:47:57 +0900 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/server.rb

Updated.

------------------------------------------------------------------------
r820 | nahi | 2003-03-31 23:44:59 +0900 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /trunk/_installedFiles.rb

Use ruby's version string as a part of repository filename.

------------------------------------------------------------------------
r819 | nahi | 2003-03-31 23:44:35 +0900 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /trunk/install.rb

Add directories.

------------------------------------------------------------------------
r818 | nahi | 2003-03-31 23:42:33 +0900 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Follow WSDL parser interface.

------------------------------------------------------------------------
r817 | nahi | 2003-03-31 23:42:16 +0900 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

Check closing element name.

------------------------------------------------------------------------
r816 | nahi | 2003-03-29 01:26:23 +0900 (Sat, 29 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/wsdl.rb

Added 'documentation' element support.  Thanks to Volkmann.

------------------------------------------------------------------------
r815 | nahi | 2003-03-26 23:20:41 +0900 (Wed, 26 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

A little format change.

------------------------------------------------------------------------
r814 | nahi | 2003-03-26 23:20:17 +0900 (Wed, 26 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandler.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Follow changes of generator.rb prety print.

------------------------------------------------------------------------
r813 | nahi | 2003-03-26 23:19:36 +0900 (Wed, 26 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

Prety print XML instance (optional)

------------------------------------------------------------------------
r812 | nahi | 2003-03-26 23:17:01 +0900 (Wed, 26 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb

Add default mapping for DateTime.

------------------------------------------------------------------------
r811 | nahi | 2003-03-23 23:50:19 +0900 (Sun, 23 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/generator.rb

Omit namespace definitions when !generateEncodeType. [ruby-talk:67311]

------------------------------------------------------------------------
r810 | nahi | 2003-03-23 23:49:28 +0900 (Sun, 23 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Refactoring: gather name assigning function to generator.rb.

------------------------------------------------------------------------
r809 | nahi | 2003-03-22 12:07:24 +0900 (Sat, 22 Mar 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/mapping/mapping.rb
   M /trunk/lib/soap/rpc/element.rb

Avoid warning 'character class has `-' without escape' of ruby/1.8.
  [ruby-dev:19869]

------------------------------------------------------------------------
r808 | nahi | 2003-03-21 21:10:00 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/test/xsd_ut.rb

Follow changes.

------------------------------------------------------------------------
r807 | nahi | 2003-03-21 20:56:07 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/sample/Calc/client2.rb

Follow signature change of addMethodAs.

------------------------------------------------------------------------
r806 | nahi | 2003-03-21 20:53:34 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   A /trunk/sample/marshallingWithWSDL
   A /trunk/sample/marshallingWithWSDL/marshal.rb
   A /trunk/sample/marshallingWithWSDL/person.wsdl

Sample.

------------------------------------------------------------------------
r805 | nahi | 2003-03-21 20:52:10 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   A /trunk/sample/Amazon
   A /trunk/sample/Amazon/wsdlDriver.rb

Search Amazon and dump salesrank.

------------------------------------------------------------------------
r804 | nahi | 2003-03-21 10:56:53 +0900 (Fri, 21 Mar 2003) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

Define @@typeName and @@typeNamespace in Ruby's class definition generated
  from WSDL.

------------------------------------------------------------------------
r803 | nahi | 2003-03-21 10:55:18 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

XML encoding: Definition in a stream (like HTTP) has a priority.

------------------------------------------------------------------------
r802 | nahi | 2003-03-21 10:53:52 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Follow recent changes.

------------------------------------------------------------------------
r801 | nahi | 2003-03-21 10:53:32 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/registry.rb

Simplify WSDLMappingRegistry#initialize signature.

------------------------------------------------------------------------
r800 | nahi | 2003-03-21 10:53:00 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/rubytypeFactory.rb

Follow previous change.

------------------------------------------------------------------------
r799 | nahi | 2003-03-21 10:52:36 +0900 (Fri, 21 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mapping/factory.rb
   M /trunk/lib/soap/mapping/mapping.rb

Move getClassType and getObjType from Factory to Mapping module.

------------------------------------------------------------------------
r798 | nahi | 2003-03-19 00:13:00 +0900 (Wed, 19 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Add require dependency.

------------------------------------------------------------------------
r797 | nahi | 2003-03-19 00:12:15 +0900 (Wed, 19 Mar 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb

Change implementation to use soap/rpc/standaloneServer.rb.
  appName is ignored.

------------------------------------------------------------------------
r796 | nahi | 2003-03-19 00:11:03 +0900 (Wed, 19 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Module name changed.

------------------------------------------------------------------------
r795 | nahi | 2003-03-19 00:10:46 +0900 (Wed, 19 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lib/soap/rpc/standaloneServer.rb

Moved from soap/server.rb

------------------------------------------------------------------------
r794 | nahi | 2003-03-19 00:09:27 +0900 (Wed, 19 Mar 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpc/element.rb

Check element name to match NCName.  e.g. alive? is not allowed.  Thanks to
  Brian Candler.

------------------------------------------------------------------------
r793 | nahi | 2003-03-19 00:08:29 +0900 (Wed, 19 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/driver.rb

Change parameter order of addMethodAs

------------------------------------------------------------------------
r792 | nahi | 2003-03-19 00:07:25 +0900 (Wed, 19 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpc/server.rb

Silent logging by default.

------------------------------------------------------------------------
r791 | nahi | 2003-03-16 20:17:19 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   A /trunk/lib/soap/mapping.rb

Anchor point.

------------------------------------------------------------------------
r790 | nahi | 2003-03-16 20:16:12 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/headerHandler.rb

Remove default handler.  CAUTION: not tested.

------------------------------------------------------------------------
r789 | nahi | 2003-03-16 20:15:30 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/wsdlDriver.rb

Follow class hierarchy change.

------------------------------------------------------------------------
r788 | nahi | 2003-03-16 20:14:32 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/generator.rb

A little performance tuning.

------------------------------------------------------------------------
r787 | nahi | 2003-03-16 20:13:46 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Use for idx in ... instead of Integer#upto.

------------------------------------------------------------------------
r786 | nahi | 2003-03-16 20:13:02 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/server.rb

Move to rpc/* or mapping/*.  Add constant definitions for backward compatibility.

------------------------------------------------------------------------
r785 | nahi | 2003-03-16 20:06:40 +0900 (Sun, 16 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

Remove xmlscan/0.1.x support.

------------------------------------------------------------------------
r784 | nahi | 2003-03-16 19:43:32 +0900 (Sun, 16 Mar 2003) | 6 lines
Changed paths:
   A /trunk/lib/soap/mapping
   A /trunk/lib/soap/mapping/factory.rb
   A /trunk/lib/soap/mapping/mapping.rb
   A /trunk/lib/soap/mapping/registry.rb
   A /trunk/lib/soap/mapping/rubytypeFactory.rb

Move files.
  mappingRegistry.rb -> mapping/factory.rb            common factory definition.
                     -> mapping/mapping.rb            common mapping definition.
                     -> mapping/registry.rb           registry.
                     -> mapping/rubytypeFactory.rb    factory for rubytype.

------------------------------------------------------------------------
r783 | nahi | 2003-03-16 19:41:01 +0900 (Sun, 16 Mar 2003) | 8 lines
Changed paths:
   A /trunk/lib/soap/rpc
   A /trunk/lib/soap/rpc/driver.rb
   A /trunk/lib/soap/rpc/element.rb
   A /trunk/lib/soap/rpc/proxy.rb
   A /trunk/lib/soap/rpc/router.rb
   A /trunk/lib/soap/rpc/rpc.rb
   A /trunk/lib/soap/rpc/server.rb

Move files.
  driver.rb -> rpc/driver.rb            with simplifying initialize interface.
  mappingRegistry.rb -> rpc/element.rb      RPC related element definition.
                     -> rpc/rpc.rb          common definition.
  server.rb -> rpc/server.rb
  proxy.rb -> rpc/proxy.rb
  rpcRouter.rb -> rpc/router.rb

------------------------------------------------------------------------
r782 | nahi | 2003-03-03 23:43:08 +0900 (Mon, 03 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Refactoring.

------------------------------------------------------------------------
r781 | nahi | 2003-03-03 23:31:59 +0900 (Mon, 03 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

to_time did not set usec.

------------------------------------------------------------------------
r780 | nahi | 2003-03-02 19:53:23 +0900 (Sun, 02 Mar 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Avoid warning in Ruby/1.8

------------------------------------------------------------------------
r779 | nahi | 2003-03-02 19:52:55 +0900 (Sun, 02 Mar 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb

Follow signature change of MappingRegistry.

------------------------------------------------------------------------
r778 | nahi | 2003-03-02 19:48:33 +0900 (Sun, 02 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

Refactoring.

------------------------------------------------------------------------
r777 | nahi | 2003-03-02 19:48:19 +0900 (Sun, 02 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

For pretty print.

------------------------------------------------------------------------
r776 | nahi | 2003-03-02 19:47:40 +0900 (Sun, 02 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb

Follow signature change of MappingRegistry.

------------------------------------------------------------------------
r775 | nahi | 2003-03-02 19:46:38 +0900 (Sun, 02 Mar 2003) | 5 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

parseNS returns attributes except xmlns.

Regards to previous commit log, the must item is AMarshal,
  not soap4r of course. :)

------------------------------------------------------------------------
r774 | nahi | 2003-03-02 19:44:14 +0900 (Sun, 02 Mar 2003) | 6 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/rpcUtils.rb

Rewrote RubytypeFactory to support more Ruby objects.  Tests in
  AMarshal(http://cvs.m17n.org/~akr/amarshal/) much helped it.  Thanks very
  much to Tanaka Akira-san.

  If you are doing marshalling/unmarshalling in Ruby, it's a must code to check.

------------------------------------------------------------------------
r773 | nahi | 2003-03-02 19:38:44 +0900 (Sun, 02 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Add extraAttrs attribute to add attributes to XML instance.

------------------------------------------------------------------------
r772 | nahi | 2003-03-01 22:19:48 +0900 (Sat, 01 Mar 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb

Add Driver#resetStream to reset aStreamHandler.
Reset aStreamHandler when setting endpointUrl, httpProxy and wireDumpDev.
  Thanks to Takaku-san.

------------------------------------------------------------------------
r771 | nahi | 2003-03-01 22:18:20 +0900 (Sat, 01 Mar 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Add HTTPPostStreamHandler#reset to reset HTTPAccess2::Client.

------------------------------------------------------------------------
r770 | nahi | 2003-02-17 23:42:02 +0900 (Mon, 17 Feb 2003) | 5 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandler.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Move generateEncodeType and decodeComplexTypes attributes to
  encodeStyleHandler.rb.  encodingStyleHandlerASPDotNet.rb was broken in
  soap4r/1.4.8.1.  [ruby-talk:64837]
  Thanks to Christopher D. Keller.

------------------------------------------------------------------------
r769 | nahi | 2003-02-15 00:31:03 +0900 (Sat, 15 Feb 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Follow http-access2 (recovered previous behaviour)

------------------------------------------------------------------------
r768 | nahi | 2003-01-28 01:09:03 +0900 (Tue, 28 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/processor.rb

Marshal accepts IO as an output device like Marshal#dump.

------------------------------------------------------------------------
r766 | nahi | 2003-01-18 12:10:37 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operationBinding.rb

Operation name must follow WSDL spec.

------------------------------------------------------------------------
r764 | nahi | 2003-01-18 02:44:49 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/ToDo

Update

------------------------------------------------------------------------
r763 | nahi | 2003-01-18 02:43:49 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/README

Add comment

------------------------------------------------------------------------
r762 | nahi | 2003-01-18 02:43:20 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

For 1.4.8

------------------------------------------------------------------------
r761 | nahi | 2003-01-18 02:17:17 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

Load WSDL from the Net with http-access2

------------------------------------------------------------------------
r760 | nahi | 2003-01-18 01:57:46 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/GoogleSearch.rb
   M /trunk/sample/GoogleSearch/GoogleSearchDriver.rb
   M /trunk/sample/GoogleSearch/GoogleSearchServant.rb
   M /trunk/sample/GoogleSearch/GoogleSearchService.rb
   M /trunk/sample/GoogleSearch/GoogleSearchServiceClient.rb

Updated.

------------------------------------------------------------------------
r759 | nahi | 2003-01-18 01:52:42 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/wsdlDriver.rb

Omit log.

------------------------------------------------------------------------
r758 | nahi | 2003-01-18 01:51:47 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   A /trunk/sample/GoogleSearch/wsdlDriver.rb

Access Google Web Service with WSDL.

------------------------------------------------------------------------
r757 | nahi | 2003-01-18 00:41:44 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientBEAWebLogic.rb
   A /trunk/test/interopR2/clientKafkaXSLT.rb
   A /trunk/test/interopR2/clientOracle.rb
   A /trunk/test/interopR2/clientSun.rb
   A /trunk/test/interopR2/clientWingfoot.rb

New test.

------------------------------------------------------------------------
r756 | nahi | 2003-01-18 00:40:10 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientASP.NET.rb
   M /trunk/test/interopR2/clientApacheAxis.rb
   M /trunk/test/interopR2/clientJSOAP.rb
   M /trunk/test/interopR2/clientSoapRMI.rb
   M /trunk/test/interopR2/clientWASPC.rb
   M /trunk/test/interopR2/test.sh

Test updated.

------------------------------------------------------------------------
r755 | nahi | 2003-01-18 00:35:59 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

Support capitalized parameter name.

------------------------------------------------------------------------
r754 | nahi | 2003-01-18 00:32:24 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

attr_reader -> attr_accessor

------------------------------------------------------------------------
r753 | nahi | 2003-01-18 00:31:38 +0900 (Sat, 18 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/element.rb

Ruby's Array does not have 'includes?' instance method.  Reported by Tim.
  Thanks.

------------------------------------------------------------------------
r752 | nahi | 2003-01-18 00:30:27 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Type attribute of Array element may not defined. (MS series)

------------------------------------------------------------------------
r751 | nahi | 2003-01-18 00:29:53 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Avoid instance_eval if possible.

------------------------------------------------------------------------
r750 | nahi | 2003-01-18 00:29:19 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

A parser may not know about the encodingStyle which is specified by another end.

------------------------------------------------------------------------
r749 | nahi | 2003-01-18 00:28:35 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/wsdlDriver.rb

Wrapper method definition changed.

------------------------------------------------------------------------
r748 | nahi | 2003-01-18 00:26:22 +0900 (Sat, 18 Jan 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

Rewrite.

------------------------------------------------------------------------
r747 | nahi | 2003-01-17 00:35:46 +0900 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/webrick/soaplet.rb

Refer ::SOAP::MediaType definition instead of inlining it in a string.

------------------------------------------------------------------------
r746 | nahi | 2003-01-17 00:33:14 +0900 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
   M /trunk/test/baseType_ut.rb

Following.

------------------------------------------------------------------------
r745 | nahi | 2003-01-17 00:01:00 +0900 (Fri, 17 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Charset label conversion bug fix.

------------------------------------------------------------------------
r744 | nahi | 2003-01-16 22:39:28 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Typo fixed.

------------------------------------------------------------------------
r743 | nahi | 2003-01-16 22:38:29 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/interopResultBase.rb

Follow mappingRegistry format change.

------------------------------------------------------------------------
r742 | nahi | 2003-01-16 22:36:34 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   A /trunk/test/interopR2/uconv.rb

For emulating uconv-less environment.

------------------------------------------------------------------------
r741 | nahi | 2003-01-16 22:35:23 +0900 (Thu, 16 Jan 2003) | 3 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Object#type -> Object#class
Explicit type declaration for M-D array.

------------------------------------------------------------------------
r740 | nahi | 2003-01-16 22:34:12 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.rb

Explicit type declaration for M-D array.

------------------------------------------------------------------------
r739 | nahi | 2003-01-16 22:23:58 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/webrick/exchangeClient.rb
   M /trunk/sample/webrick/httpd.rb
   M /trunk/sample/webrick/sampleStructClient.rb

Testing port # did not match.

------------------------------------------------------------------------
r738 | nahi | 2003-01-16 22:20:24 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/webrick/soaplet.rb

Handle charset.

------------------------------------------------------------------------
r737 | nahi | 2003-01-16 22:05:38 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

Let charset to be nil by default.

------------------------------------------------------------------------
r736 | nahi | 2003-01-16 22:04:54 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/xmlscanner.rb

Follow SOAP4R's parser.

------------------------------------------------------------------------
r735 | nahi | 2003-01-16 22:03:43 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Overridable response MediaType. (not tested)

------------------------------------------------------------------------
r734 | nahi | 2003-01-16 22:01:32 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Remove redefined method.

------------------------------------------------------------------------
r733 | nahi | 2003-01-16 22:01:00 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rexmlparser.rb

Charset conversion bug fixed.

------------------------------------------------------------------------
r732 | nahi | 2003-01-16 22:00:43 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

(C) 2003

------------------------------------------------------------------------
r731 | nahi | 2003-01-16 22:00:07 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Remove useless dup of request SOAP string.

------------------------------------------------------------------------
r730 | nahi | 2003-01-16 21:59:41 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version 1.4.8

------------------------------------------------------------------------
r729 | nahi | 2003-01-16 21:59:29 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

Omit unused handlers.

------------------------------------------------------------------------
r728 | nahi | 2003-01-16 00:52:34 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/nqxmlparser.rb
   M /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/xmlscanner.rb

Follow parsers of SOAP4R.

------------------------------------------------------------------------
r727 | nahi | 2003-01-16 00:52:05 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/rexmlparser.rb

Do not set charset if $KCODE = NONE

------------------------------------------------------------------------
r726 | nahi | 2003-01-16 00:51:38 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

Do not set charset if $KCODE = NONE.

------------------------------------------------------------------------
r725 | nahi | 2003-01-16 00:49:26 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/README

Add wsdl.rb

------------------------------------------------------------------------
r724 | nahi | 2003-01-16 00:25:12 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/GoogleSearch/GoogleSearch.rb
   M /trunk/sample/GoogleSearch/GoogleSearchDriver.rb
   M /trunk/sample/GoogleSearch/GoogleSearchServant.rb
   M /trunk/sample/GoogleSearch/GoogleSearchService.rb
   M /trunk/sample/GoogleSearch/GoogleSearchServiceClient.rb

Update generated files.

------------------------------------------------------------------------
r723 | nahi | 2003-01-16 00:21:20 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlparser.rb
   M /trunk/lib/wsdl/xmlscanner.rb

xmlscan/0.1 support.

------------------------------------------------------------------------
r722 | nahi | 2003-01-16 00:19:52 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Merge changes of wsdlDriver.rb

------------------------------------------------------------------------
r721 | nahi | 2003-01-16 00:18:39 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Remove actor attribute.  Not used for now.

------------------------------------------------------------------------
r720 | nahi | 2003-01-16 00:17:38 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

xmlscan/0.1 support.  Use $KCODE.

------------------------------------------------------------------------
r719 | nahi | 2003-01-16 00:12:46 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/RAA/soap4r.rb

Remove httpProxy parameter.  Set via http_proxy or HTTP_PROXY env.

------------------------------------------------------------------------
r718 | nahi | 2003-01-16 00:11:51 +0900 (Thu, 16 Jan 2003) | 2 lines
Changed paths:
   A /trunk/sample/RAA/wsdl
   A /trunk/sample/RAA/wsdl/soap4r.rb

WSDLDriver sample.

------------------------------------------------------------------------
r717 | nahi | 2003-01-15 23:35:03 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/RAA/iRAA.rb

Follow soap4r's change.

------------------------------------------------------------------------
r716 | nahi | 2003-01-15 23:34:44 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/RAA/RAA.rb

Add setHttpProxy to set httpProxy.

------------------------------------------------------------------------
r715 | nahi | 2003-01-15 22:08:57 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/sample/RAA/soap4r.rb

pp is not used.

------------------------------------------------------------------------
r714 | nahi | 2003-01-15 22:07:24 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   A /trunk/sample/RNN
   A /trunk/sample/RNN/client.rb
   A /trunk/sample/RNN/post.rb

RNN SOAP interface sample.

------------------------------------------------------------------------
r713 | nahi | 2003-01-15 21:45:20 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlparser.rb

Fixed comment.

------------------------------------------------------------------------
r712 | nahi | 2003-01-15 21:44:46 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb

Use wrapper method instead of instance variable.

------------------------------------------------------------------------
r711 | nahi | 2003-01-15 21:41:59 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Add foolproof checks.

------------------------------------------------------------------------
r710 | nahi | 2003-01-15 21:41:18 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb

Grammar error.

------------------------------------------------------------------------
r709 | nahi | 2003-01-15 21:40:26 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Add QName of anySimpleType.

------------------------------------------------------------------------
r708 | nahi | 2003-01-15 21:39:50 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Add require 'soap/soap' for Exception.

------------------------------------------------------------------------
r707 | nahi | 2003-01-15 21:39:01 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Handle anySimpleType correctly.

------------------------------------------------------------------------
r706 | nahi | 2003-01-15 21:38:29 +0900 (Wed, 15 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Remove useless dispatch to StreamHandler.

------------------------------------------------------------------------
r705 | nahi | 2003-01-12 23:39:02 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/namespace.rb

Add assignedTag? method.

------------------------------------------------------------------------
r704 | nahi | 2003-01-12 23:38:23 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

Remove needless parser class.

------------------------------------------------------------------------
r703 | nahi | 2003-01-12 23:37:41 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Add ParserError exception class.

------------------------------------------------------------------------
r702 | nahi | 2003-01-12 23:37:07 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/xmlscanner.rb

Fixed constant reference problem.

------------------------------------------------------------------------
r701 | nahi | 2003-01-12 23:30:34 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb

Remove useless exception handling.

------------------------------------------------------------------------
r700 | nahi | 2003-01-12 23:30:13 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/nqxmlparser.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/xmlparser.rb
   M /trunk/lib/wsdl/xmlscanner.rb

Follow parser in SOAP4R.

------------------------------------------------------------------------
r699 | nahi | 2003-01-12 23:29:28 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Add entry point to parse.

------------------------------------------------------------------------
r698 | nahi | 2003-01-12 22:58:38 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

Use soap/typeMap.

------------------------------------------------------------------------
r697 | nahi | 2003-01-12 14:45:19 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

Required non-existing file.  Fixed.
Add --force option to override existing file.

------------------------------------------------------------------------
r696 | nahi | 2003-01-12 12:15:25 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/saxdriver.rb

Remove charset declaration.
CAUTION: saxdriver.rb is not tested.  Use xmlparser instead of it.

------------------------------------------------------------------------
r695 | nahi | 2003-01-12 12:14:24 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/standaloneServer.rb

Remove adjustKCode dependency.  Pass charset explicitly to router.

------------------------------------------------------------------------
r694 | nahi | 2003-01-12 12:12:37 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Remove xmlDecl definition part.  It moved to generator.rb

------------------------------------------------------------------------
r693 | nahi | 2003-01-12 12:11:33 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

Follow charset.rb change.

------------------------------------------------------------------------
r692 | nahi | 2003-01-12 12:11:06 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

Use xmlscan/0.2.x.  xmlscan/0.1.x support might be needed before releasing it.

------------------------------------------------------------------------
r691 | nahi | 2003-01-12 12:09:59 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/rexmlparser.rb

Try to use REXML/2.5.x encoding support.  REXML/2.5.x requires uconv module to
  enable this function.

------------------------------------------------------------------------
r690 | nahi | 2003-01-12 12:08:43 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlparser.rb

Use xml/encoding_ja.rb.  This version is checked with 0.6.5.

------------------------------------------------------------------------
r689 | nahi | 2003-01-12 11:59:53 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/server.rb

Follow rpcRouter.rb change.

------------------------------------------------------------------------
r688 | nahi | 2003-01-12 11:59:12 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Pass charset to parser and generator.

------------------------------------------------------------------------
r687 | nahi | 2003-01-12 11:58:26 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/wsdlDriver.rb

Remove 'adjustKCode' function.  Pass charset to parser instead of it.

------------------------------------------------------------------------
r686 | nahi | 2003-01-12 11:57:34 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Class#type -> Class#class.
Pass charset to StreamHandler

------------------------------------------------------------------------
r685 | nahi | 2003-01-12 11:55:13 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Add attributes; charset, defaultEncodingStyle, decodeComplexTypes and
  allowUnqualifiedElement.

------------------------------------------------------------------------
r684 | nahi | 2003-01-12 11:51:05 +0900 (Sun, 12 Jan 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

Add attributes; charset, defaultEncodingStyle and generateEncodeType.
  noEncodeType -> generateEncodeType
Dump xmlDecl instead of processor.

------------------------------------------------------------------------
r683 | nahi | 2003-01-12 11:49:50 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Add charset attribute.  Convert encoding of text with this charset.

------------------------------------------------------------------------
r682 | nahi | 2003-01-12 11:20:33 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandler.rb

Add charset attribute.
Remove defaultEncodingStyleHandler attribute.  It's not thread safe.

------------------------------------------------------------------------
r681 | nahi | 2003-01-12 11:19:04 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Add charset attribute.
Detect env variable http_proxy or HTTP_PROXY as a http proxy server.

------------------------------------------------------------------------
r680 | nahi | 2003-01-12 11:17:27 +0900 (Sun, 12 Jan 2003) | 2 lines
Changed paths:
   M /trunk/lib/soap/qname.rb

Class#type -> Class#class.

------------------------------------------------------------------------
r679 | nahi | 2003-01-12 11:16:57 +0900 (Sun, 12 Jan 2003) | 3 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Class#type -> Class#class.
Do not use class variable @@typeNamespace.

------------------------------------------------------------------------
r678 | nahi | 2003-01-12 11:16:08 +0900 (Sun, 12 Jan 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Remove xmlInstanceEncoding attribute.  It's not thread safe.
Charset.codeConv raises when no converter found.  It only returned the source
  string without warning.

------------------------------------------------------------------------
r677 | nahi | 2003-01-12 11:13:37 +0900 (Sun, 12 Jan 2003) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Avoid implicit use String as a regexp source.
Float("1.4e") may fail on some libc environment.  Try again with "1.4e0" if it
  fails.

------------------------------------------------------------------------
r676 | nahi | 2002-11-02 23:59:52 +0900 (Sat, 02 Nov 2002) | 2 lines
Changed paths:
   M /trunk/_installedFiles.rb
   M /trunk/sample/webrick/soaplet.rb

Use Object#class instead of Object#type.

------------------------------------------------------------------------
r675 | nahi | 2002-10-11 20:41:54 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/wsdl/wsdl.rb

Versions.

------------------------------------------------------------------------
r674 | nahi | 2002-10-11 20:40:40 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/types.rb

Added multiple schema elements in type element.

------------------------------------------------------------------------
r673 | nahi | 2002-10-11 20:40:01 +0900 (Fri, 11 Oct 2002) | 4 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Type fixed; children -> child.
Changed Definition#complexTypes => Definition#collectComplexTypes.  This method
  does too much thing to call as only an accessor.

------------------------------------------------------------------------
r672 | nahi | 2002-10-11 20:38:36 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb

Added a definition of SOAPException element.

------------------------------------------------------------------------
r671 | nahi | 2002-10-11 20:37:45 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

Added support of local complexType definition.

------------------------------------------------------------------------
r670 | nahi | 2002-10-11 20:36:19 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/typeMap.rb

AnyType -> AnySimpleType

------------------------------------------------------------------------
r669 | nahi | 2002-10-11 20:35:28 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Clear type of request method.

------------------------------------------------------------------------
r668 | nahi | 2002-10-11 20:34:40 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb

Added exit after shutting down the server.

------------------------------------------------------------------------
r667 | nahi | 2002-10-11 20:32:54 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Remove empty lines.

------------------------------------------------------------------------
r666 | nahi | 2002-10-11 20:31:40 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Split SOAPEnvelope related parsing code from decodeTag.

------------------------------------------------------------------------
r665 | nahi | 2002-10-11 20:22:52 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/namespace.rb

Fixed a bug in exceptional code.  Boy, check path coverage when you change...

------------------------------------------------------------------------
r664 | nahi | 2002-10-11 20:15:16 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Refactoring of WSDL based mapping.

------------------------------------------------------------------------
r663 | nahi | 2002-10-11 20:06:08 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Follows encodingStyleHandlerDynamic.rb.  Not tested yet.

------------------------------------------------------------------------
r662 | nahi | 2002-10-11 20:05:42 +0900 (Fri, 11 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

WSDL based decoding did not work.  It was called only at first...

------------------------------------------------------------------------
r661 | nahi | 2002-10-11 20:03:57 +0900 (Fri, 11 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Changed self.decode interface.  decode( ns, name ) => decode( elementName ).
  elementName here equals to ns.parse( name ).

------------------------------------------------------------------------
r660 | nahi | 2002-10-11 20:02:52 +0900 (Fri, 11 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb

Added XSD::XSDAnySimpleType for xsd:anySimpleTyp and replase former XSDAnyType
  with it.  Then, added the new XSDAnyType for xsd:anyType.

------------------------------------------------------------------------
r659 | nahi | 2002-10-07 23:45:21 +0900 (Mon, 07 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

Changed XML processor detection order;
  xmlscan, XMLParser, REXML, NQXML

------------------------------------------------------------------------
r658 | nahi | 2002-10-07 23:44:51 +0900 (Mon, 07 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlscanner.rb

Follows xmlscan/1.0rc2.

------------------------------------------------------------------------
r657 | nahi | 2002-10-07 23:43:28 +0900 (Mon, 07 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Added some shortcuts and following.

------------------------------------------------------------------------
r656 | nahi | 2002-10-07 23:42:33 +0900 (Mon, 07 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/data.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Collect QName definitions in data.rb

------------------------------------------------------------------------
r655 | nahi | 2002-10-07 23:41:50 +0900 (Mon, 07 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb

Changed all, sequence and choice handling.  It must be a type of content.
  Content contains other contents, elements, and attributes.

------------------------------------------------------------------------
r654 | nahi | 2002-10-07 23:33:54 +0900 (Mon, 07 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/element.rb

Removed local complexType support.  It must be needed, but not significant
  for RPC usage.  I'll support it in the future.

------------------------------------------------------------------------
r653 | nahi | 2002-10-07 23:31:07 +0900 (Mon, 07 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Changed XML processor detection order;
  xmlscan, XMLParser, REXML, NQXML

------------------------------------------------------------------------
r652 | nahi | 2002-10-07 23:30:30 +0900 (Mon, 07 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/soap.rb

Moved RPCRoutingError from SOAP::RPCUtils module to SOAP module.  Must be SOAP
  public to Ruby object mapping.

------------------------------------------------------------------------
r651 | nahi | 2002-10-07 23:28:49 +0900 (Mon, 07 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Added endpointUrl accessor.

------------------------------------------------------------------------
r650 | nahi | 2002-10-07 23:28:26 +0900 (Mon, 07 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Added endpointUrl mutation interface.

------------------------------------------------------------------------
r649 | nahi | 2002-10-07 22:37:54 +0900 (Mon, 07 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

Follows xmlscan/1.0rc2.

------------------------------------------------------------------------
r648 | nahi | 2002-10-06 22:38:26 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/parser.rb

Added postParse interface to Info.

------------------------------------------------------------------------
r647 | nahi | 2002-10-06 22:32:17 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/definitions.rb

Changed fault type creating method.

------------------------------------------------------------------------
r646 | nahi | 2002-10-06 22:29:51 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb

Relax check condition for SOAPArray.

------------------------------------------------------------------------
r645 | nahi | 2002-10-06 22:29:09 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Refactoring ComplexType#addElement.

------------------------------------------------------------------------
r644 | nahi | 2002-10-06 22:28:31 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/attribute.rb

Added some accessors for the future work.

------------------------------------------------------------------------
r643 | nahi | 2002-10-06 10:49:22 +0900 (Sun, 06 Oct 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/wsdlDriver.rb

Multi-ref serialization bug:  RPC parameters which refers same object were
  serialized independently.  Fixed.

------------------------------------------------------------------------
r642 | nahi | 2002-10-06 10:46:42 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Added SOAPArray#to_a.

------------------------------------------------------------------------
r641 | nahi | 2002-10-06 10:46:03 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/port.rb

Added message name to input/output parameter map.

------------------------------------------------------------------------
r640 | nahi | 2002-10-06 10:45:38 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb

Moved getComplexTypesWithMessage to wsdl/soap/definition.rb

------------------------------------------------------------------------
r639 | nahi | 2002-10-06 10:44:53 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/definitions.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Added complexType for 'soapenc:Array'

------------------------------------------------------------------------
r638 | nahi | 2002-10-06 10:44:03 +0900 (Sun, 06 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

Changed Content#element from {} to [[]].

------------------------------------------------------------------------
r637 | nahi | 2002-10-05 03:15:28 +0900 (Sat, 05 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/complexType.rb

Simplify.

------------------------------------------------------------------------
r636 | nahi | 2002-10-05 03:14:56 +0900 (Sat, 05 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Added support elements and attributes.

------------------------------------------------------------------------
r635 | nahi | 2002-10-05 03:13:38 +0900 (Sat, 05 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operationBinding.rb

Operation name of RPC shoud be taken from operation element itself.

------------------------------------------------------------------------
r634 | nahi | 2002-10-05 03:12:12 +0900 (Sat, 05 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Reads WSDL via HTTP when given string begins with 'http'

------------------------------------------------------------------------
r633 | nahi | 2002-10-05 03:11:48 +0900 (Sat, 05 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Fixed reference complexTypes of WSDLMappingRegistry.

------------------------------------------------------------------------
r632 | nahi | 2002-10-05 03:11:01 +0900 (Sat, 05 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   A /trunk/lib/soap/typeMap.rb

TypeMap has moved to typeMap.rb

------------------------------------------------------------------------
r631 | nahi | 2002-10-04 23:00:59 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/port.rb

Refactoring.  Moved some code from port.rb to operationBinding.rb

------------------------------------------------------------------------
r630 | nahi | 2002-10-04 22:59:59 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/server.rb

Formatting.

------------------------------------------------------------------------
r629 | nahi | 2002-10-04 22:59:46 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/wsdlDriver.rb

Accessing @opt is MT-unsafe.  Fixed.

------------------------------------------------------------------------
r628 | nahi | 2002-10-04 22:59:06 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb

Follow XMLSchemaDatatypes.rb

------------------------------------------------------------------------
r627 | nahi | 2002-10-04 01:21:55 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb

addElement shortcut.

------------------------------------------------------------------------
r626 | nahi | 2002-10-04 01:21:31 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/data.rb
   A /trunk/lib/wsdl/soap/definitions.rb

Separate soap related definitions from wsdl/definition.rb

------------------------------------------------------------------------
r625 | nahi | 2002-10-04 01:19:55 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/soap.rb

WSDLDriver supports decoding Envelope, Header, Body and Fault.

------------------------------------------------------------------------
r624 | nahi | 2002-10-04 01:18:44 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

Follow qname and parser change.

------------------------------------------------------------------------
r623 | nahi | 2002-10-04 01:17:48 +0900 (Fri, 04 Oct 2002) | 2 lines
Changed paths:
   M /trunk/_installedFiles.rb

Gets dir path parameter to save/load.

------------------------------------------------------------------------
r622 | nahi | 2002-10-02 00:48:42 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/port.rb

Added operationMap interface.

------------------------------------------------------------------------
r621 | nahi | 2002-10-02 00:48:01 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb

Changed [] -> NamedElements in namedElements.rb

------------------------------------------------------------------------
r620 | nahi | 2002-10-02 00:47:08 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb

Added shortcut methods.

------------------------------------------------------------------------
r619 | nahi | 2002-10-02 00:46:15 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb

Added getComplexTypesWithMessages.

------------------------------------------------------------------------
r618 | nahi | 2002-10-02 00:45:33 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/namedElements.rb

Introduced cache.

------------------------------------------------------------------------
r617 | nahi | 2002-10-02 00:43:39 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   A /trunk/lib/wsdl/soap/complexType.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb

Added complexType.rb and simplifies related logics of other files.

------------------------------------------------------------------------
r616 | nahi | 2002-10-02 00:42:34 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb

Refactoring around dumping of method definition.

------------------------------------------------------------------------
r615 | nahi | 2002-10-02 00:38:57 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/content.rb

Changed elements [] -> {}

------------------------------------------------------------------------
r614 | nahi | 2002-10-02 00:38:08 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

Added accessors.

------------------------------------------------------------------------
r613 | nahi | 2002-10-02 00:37:32 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/wsdlDriver.rb

Added WSDL decoding (halfway).

------------------------------------------------------------------------
r612 | nahi | 2002-10-02 00:34:04 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Added proxy accessor.

------------------------------------------------------------------------
r611 | nahi | 2002-10-02 00:33:14 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/rpcUtils.rb
   A /trunk/lib/soap/wsdlDriver.rb

Added WSDL support to encode.

------------------------------------------------------------------------
r610 | nahi | 2002-10-02 00:31:25 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb

Added an option to typeless elements.

------------------------------------------------------------------------
r609 | nahi | 2002-10-02 00:30:03 +0900 (Wed, 02 Oct 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Added accessor of NSDBase#type

------------------------------------------------------------------------
r608 | nahi | 2002-09-30 01:17:49 +0900 (Mon, 30 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Moved type mapper to mappingRegistry.rb.

------------------------------------------------------------------------
r607 | nahi | 2002-09-26 23:50:17 +0900 (Thu, 26 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcUtils.rb

Changed parameter order of paramDef (compatible to 1.4.6 or earlier).

------------------------------------------------------------------------
r606 | nahi | 2002-09-26 23:49:47 +0900 (Thu, 26 Sep 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Define method with specified parameter;
  def foo( *param ) -> def foo( p1, p2 )

------------------------------------------------------------------------
r605 | nahi | 2002-09-24 22:05:18 +0900 (Tue, 24 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/mappingRegistry.rb

Fixed a bug when using SOAP4R without uconv module.

------------------------------------------------------------------------
r604 | nahi | 2002-09-24 22:03:47 +0900 (Tue, 24 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/qname.rb

Added QName#parse for future use.

------------------------------------------------------------------------
r603 | nahi | 2002-09-24 22:03:25 +0900 (Tue, 24 Sep 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/proxy.rb

Raise EmptyResponseError when receiving empty response.
  Hmm.  This spec is for RPC.  How does it do under messaging?

------------------------------------------------------------------------
r602 | nahi | 2002-09-23 23:02:34 +0900 (Mon, 23 Sep 2002) | 2 lines
Changed paths:
   A /trunk/lib/soap/qname.rb

Forgot to add.

------------------------------------------------------------------------
r601 | nahi | 2002-09-23 22:53:09 +0900 (Mon, 23 Sep 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/message.rb
   D /trunk/lib/wsdl/name.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/address.rb
   M /trunk/lib/wsdl/soap/binding.rb
   M /trunk/lib/wsdl/soap/body.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/data.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/operation.rb
   M /trunk/lib/wsdl/types.rb
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/complexContent.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb
   M /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Moved QName definition in wsdl package (wsdl/name) to soap package (soap/qname)
  and applied all related changes.

------------------------------------------------------------------------
r600 | nahi | 2002-09-23 02:09:24 +0900 (Mon, 23 Sep 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/processor.rb

Changed Literal definitions.
Added type collection interface; NSDBase.types

------------------------------------------------------------------------
r599 | nahi | 2002-09-23 02:08:51 +0900 (Mon, 23 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

ParamDef format change; Added class(type) information.

------------------------------------------------------------------------
r598 | nahi | 2002-09-23 02:04:44 +0900 (Mon, 23 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/name.rb

Added eql? and hash definition.

------------------------------------------------------------------------
r597 | nahi | 2002-09-23 02:04:14 +0900 (Mon, 23 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/soap/webrickStubCreator.rb

Dump class(type) information in Driver definition.

------------------------------------------------------------------------
r596 | nahi | 2002-09-22 15:42:19 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/xmlSchema/complexType.rb
   M /trunk/lib/wsdl/xmlSchema/element.rb

Added anonymous complex type support.

------------------------------------------------------------------------
r595 | nahi | 2002-09-22 15:41:55 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Collect and define types used in other type.

------------------------------------------------------------------------
r594 | nahi | 2002-09-22 15:41:02 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb

Added support of multi-dimensional array.

------------------------------------------------------------------------
r593 | nahi | 2002-09-22 15:39:12 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/attribute.rb
   M /trunk/lib/wsdl/xmlSchema/content.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Error handling of unknown element is a responsibility of WSDLParser.

------------------------------------------------------------------------
r592 | nahi | 2002-09-22 04:07:39 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/import.rb

Importing from File.

------------------------------------------------------------------------
r591 | nahi | 2002-09-22 04:05:39 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/binding.rb
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/import.rb
   M /trunk/lib/wsdl/info.rb
   M /trunk/lib/wsdl/message.rb
   M /trunk/lib/wsdl/name.rb
   M /trunk/lib/wsdl/namedElements.rb
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/operationBinding.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/parser.rb
   M /trunk/lib/wsdl/part.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb
   M /trunk/lib/wsdl/service.rb
   M /trunk/lib/wsdl/soap/cgiStubCreator.rb
   M /trunk/lib/wsdl/soap/classDefCreator.rb
   M /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   M /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   M /trunk/lib/wsdl/soap/webrickStubCreator.rb
   M /trunk/lib/wsdl/types.rb

Support importing WSDL file from the internet.  Refactoring of definitions, too.

------------------------------------------------------------------------
r590 | nahi | 2002-09-22 04:02:49 +0900 (Sun, 22 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/xmlSchema/data.rb
   A /trunk/lib/wsdl/xmlSchema/import.rb
   M /trunk/lib/wsdl/xmlSchema/schema.rb

Added import element.

------------------------------------------------------------------------
r589 | nahi | 2002-09-21 22:08:10 +0900 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/nqxmlparser.rb
   M /trunk/lib/wsdl/parser.rb
   A /trunk/lib/wsdl/rexmlparser.rb
   M /trunk/lib/wsdl/xmlparser.rb
   A /trunk/lib/wsdl/xmlscanner.rb

Added support XML processors.

------------------------------------------------------------------------
r588 | nahi | 2002-09-21 20:19:16 +0900 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Changed XML processor detection code.  Step by step -> loop.

------------------------------------------------------------------------
r587 | nahi | 2002-09-21 20:18:26 +0900 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlscanner.rb

charsetStrBackup did not work.  Fixed.

------------------------------------------------------------------------
r586 | nahi | 2002-09-21 02:13:03 +0900 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb
   A /trunk/lib/soap/xmlscanner.rb

Added XMLScan support.

------------------------------------------------------------------------
r585 | nahi | 2002-09-21 02:10:00 +0900 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   M /trunk/install.rb
   M /trunk/uninstall.rb

Supports installing/uninstalling from other dir.

------------------------------------------------------------------------
r584 | nahi | 2002-09-21 02:09:11 +0900 (Sat, 21 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

Instance variable was not initialized.  Fixed.

------------------------------------------------------------------------
r582 | nahi | 2002-09-20 00:45:16 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

For 1.4.7

------------------------------------------------------------------------
r581 | nahi | 2002-09-20 00:19:46 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/ToDo

Modified.

------------------------------------------------------------------------
r580 | nahi | 2002-09-20 00:18:33 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   D /trunk/lib/soap/nqxmlDocument.rb

Not used.

------------------------------------------------------------------------
r579 | nahi | 2002-09-20 00:16:02 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb
   A /trunk/test/interopR2/clientJAX-RPC.rb
   M /trunk/test/interopR2/clientVWOpentalkSoap.rb
   A /trunk/test/interopR2/clientWebMethods.rb
   M /trunk/test/interopR2/server.rb
   M /trunk/test/interopR2/test.sh

Added some tests.

------------------------------------------------------------------------
r578 | nahi | 2002-09-20 00:10:15 +0900 (Fri, 20 Sep 2002) | 3 lines
Changed paths:
   M /trunk/bin/wsdl2ruby.rb

Use getoptlong.
Added several creators.

------------------------------------------------------------------------
r577 | nahi | 2002-09-20 00:09:34 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/httpd.rb

Follow WEBrick's httpd.rb manner.

------------------------------------------------------------------------
r576 | nahi | 2002-09-20 00:08:43 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   A /trunk/sample/GoogleSearch
   A /trunk/sample/GoogleSearch/GoogleSearch.rb
   A /trunk/sample/GoogleSearch/GoogleSearchDriver.rb
   A /trunk/sample/GoogleSearch/GoogleSearchServant.rb
   A /trunk/sample/GoogleSearch/GoogleSearchService.cgi
   A /trunk/sample/GoogleSearch/GoogleSearchService.rb
   A /trunk/sample/GoogleSearch/GoogleSearchServiceClient.rb
   A /trunk/sample/GoogleSearch/README
   A /trunk/sample/GoogleSearch/httpd.rb

Sample generated files from Google WSDL file.

------------------------------------------------------------------------
r575 | nahi | 2002-09-20 00:04:19 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/definitions.rb
   M /trunk/lib/wsdl/namedElements.rb
   M /trunk/lib/wsdl/param.rb
   M /trunk/lib/wsdl/port.rb
   M /trunk/lib/wsdl/portType.rb

Added several shortcut methods.

------------------------------------------------------------------------
r574 | nahi | 2002-09-20 00:03:48 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   D /trunk/lib/wsdl/soap/stubCreator.rb

Splitted.

------------------------------------------------------------------------
r573 | nahi | 2002-09-20 00:03:28 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/soap/cgiStubCreator.rb
   A /trunk/lib/wsdl/soap/clientSkeltonCreator.rb
   M /trunk/lib/wsdl/soap/driverCreator.rb
   M /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb
   A /trunk/lib/wsdl/soap/methodDefCreatorSupport.rb
   A /trunk/lib/wsdl/soap/servantSkeltonCreator.rb
   A /trunk/lib/wsdl/soap/standaloneServerStubCreator.rb
   A /trunk/lib/wsdl/soap/webrickStubCreator.rb

Refactoring creators.

------------------------------------------------------------------------
r572 | nahi | 2002-09-20 00:02:45 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/data.rb

Added wsdl/name.

------------------------------------------------------------------------
r571 | nahi | 2002-09-20 00:02:18 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/classDefCreator.rb

Merged with ../xmlSchema/classDefCreator.rb

------------------------------------------------------------------------
r570 | nahi | 2002-09-20 00:01:14 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   D /trunk/lib/wsdl/xmlSchema/classDefCreator.rb

Move to ../soap/ package.

------------------------------------------------------------------------
r569 | nahi | 2002-09-20 00:00:19 +0900 (Fri, 20 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/stubCreator.rb

Modified.

------------------------------------------------------------------------
r568 | nahi | 2002-09-19 01:20:48 +0900 (Thu, 19 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Removed 'p debug' code.

------------------------------------------------------------------------
r567 | nahi | 2002-09-19 01:20:21 +0900 (Thu, 19 Sep 2002) | 2 lines
Changed paths:
   A /trunk/bin
   A /trunk/bin/wsdl2ruby.rb

Creating stub/driver code from WSDL.

------------------------------------------------------------------------
r566 | nahi | 2002-09-19 00:26:40 +0900 (Thu, 19 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/operation.rb
   M /trunk/lib/wsdl/soap/methodDefCreator.rb

Added 'parameterOrder' attribute of 'operation' element.

------------------------------------------------------------------------
r565 | nahi | 2002-09-18 23:59:32 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/data.rb
   M /trunk/lib/wsdl/import.rb

For now, importing schema from other resource is not supported.

------------------------------------------------------------------------
r564 | nahi | 2002-09-18 23:58:53 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/wsdl/parser.rb

Added import element support.

------------------------------------------------------------------------
r563 | nahi | 2002-09-18 23:58:24 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   A /trunk/lib/wsdl/import.rb

<import/>

------------------------------------------------------------------------
r562 | nahi | 2002-09-18 22:51:08 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/test/sm11/client.rb
   M /trunk/test/sm11/servant.rb

Explicit type cast.

------------------------------------------------------------------------
r561 | nahi | 2002-09-18 22:50:31 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/test/baseType_ut.rb
   M /trunk/test/xsd_ut.rb

Follow changes of XMLSchemaDatatypes.rb

------------------------------------------------------------------------
r560 | nahi | 2002-09-18 22:48:39 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Let's go 1.4.7

------------------------------------------------------------------------
r559 | nahi | 2002-09-18 22:48:23 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Use Class#<= instead of obj.type.ancestors.include?

------------------------------------------------------------------------
r558 | nahi | 2002-09-18 22:47:39 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Fixed a bug of year < 0 handling.  B.C. 1 => -0001

------------------------------------------------------------------------
r557 | nahi | 2002-09-18 02:18:29 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/install.rb
   M /trunk/uninstall.rb

Added WSDL4R installation.

------------------------------------------------------------------------
r556 | nahi | 2002-09-18 02:01:22 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   A /trunk/test/sm11
   A /trunk/test/sm11/classDef.rb
   A /trunk/test/sm11/client.rb
   A /trunk/test/sm11/driver.rb
   A /trunk/test/sm11/servant.rb
   A /trunk/test/sm11/server.rb

sm11java tests.

------------------------------------------------------------------------
r555 | nahi | 2002-09-18 02:00:04 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/test/baseType_ut.rb

Added a test for DateTime.

------------------------------------------------------------------------
r554 | nahi | 2002-09-18 01:59:08 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/soaplet.rb

Added an accessor for application scope router.

------------------------------------------------------------------------
r553 | nahi | 2002-09-18 01:58:30 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/httpd.rb
   A /trunk/sample/webrick/webrick.rb

Diet.

------------------------------------------------------------------------
r552 | nahi | 2002-09-18 01:57:02 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   A /trunk/lib/wsdl
   A /trunk/lib/wsdl/binding.rb
   A /trunk/lib/wsdl/data.rb
   A /trunk/lib/wsdl/definitions.rb
   A /trunk/lib/wsdl/info.rb
   A /trunk/lib/wsdl/message.rb
   A /trunk/lib/wsdl/name.rb
   A /trunk/lib/wsdl/namedElements.rb
   A /trunk/lib/wsdl/operation.rb
   A /trunk/lib/wsdl/operationBinding.rb
   A /trunk/lib/wsdl/param.rb
   A /trunk/lib/wsdl/parser.rb
   A /trunk/lib/wsdl/part.rb
   A /trunk/lib/wsdl/port.rb
   A /trunk/lib/wsdl/portType.rb
   A /trunk/lib/wsdl/service.rb
   A /trunk/lib/wsdl/soap
   A /trunk/lib/wsdl/soap/address.rb
   A /trunk/lib/wsdl/soap/binding.rb
   A /trunk/lib/wsdl/soap/body.rb
   A /trunk/lib/wsdl/soap/classDefCreator.rb
   A /trunk/lib/wsdl/soap/data.rb
   A /trunk/lib/wsdl/soap/driverCreator.rb
   A /trunk/lib/wsdl/soap/mappingRegistryCreator.rb
   A /trunk/lib/wsdl/soap/methodDefCreator.rb
   A /trunk/lib/wsdl/soap/operation.rb
   A /trunk/lib/wsdl/soap/stubCreator.rb
   A /trunk/lib/wsdl/types.rb
   A /trunk/lib/wsdl/wsdl.rb
   A /trunk/lib/wsdl/xmlSchema
   A /trunk/lib/wsdl/xmlSchema/attribute.rb
   A /trunk/lib/wsdl/xmlSchema/classDefCreator.rb
   A /trunk/lib/wsdl/xmlSchema/complexContent.rb
   A /trunk/lib/wsdl/xmlSchema/complexType.rb
   A /trunk/lib/wsdl/xmlSchema/content.rb
   A /trunk/lib/wsdl/xmlSchema/data.rb
   A /trunk/lib/wsdl/xmlSchema/element.rb
   A /trunk/lib/wsdl/xmlSchema/schema.rb
   A /trunk/lib/wsdl/xmlparser.rb

Initial implementation of WSDL4R.

------------------------------------------------------------------------
r551 | nahi | 2002-09-18 01:55:33 +0900 (Wed, 18 Sep 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/proxy.rb

::Float(double precision float in Ruby) is mapped to xsd:double now.
It was mapped to xsd:float.

------------------------------------------------------------------------
r550 | nahi | 2002-09-18 01:53:49 +0900 (Wed, 18 Sep 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

typo in previous cvs log.  'is not used' -> 'was not used'
Now, rpcRouter uses custom mappingRegistry correctly.

------------------------------------------------------------------------
r549 | nahi | 2002-09-18 01:52:54 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Fixed a bug of exception serialization.  Custam mappingRegistry is not used.

------------------------------------------------------------------------
r548 | nahi | 2002-09-18 01:51:56 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/rpcUtils.rb

Moved RPCUtils.exception2soap from driver.rb to rpcUtils.rb

------------------------------------------------------------------------
r547 | nahi | 2002-09-18 01:50:45 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb

Revmoed default logging threshold.

------------------------------------------------------------------------
r546 | nahi | 2002-09-18 01:50:26 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Fixed a bug of regex for MediaType parsing.

------------------------------------------------------------------------
r545 | nahi | 2002-09-18 01:49:54 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Added soapenc:short.

------------------------------------------------------------------------
r544 | nahi | 2002-09-18 01:49:15 +0900 (Wed, 18 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Added xsd:short.

------------------------------------------------------------------------
r543 | nahi | 2002-09-07 16:30:46 +0900 (Sat, 07 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Refactoring error...  Forgot to add @ to instance variable.

------------------------------------------------------------------------
r542 | nahi | 2002-09-07 16:19:23 +0900 (Sat, 07 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/streamHandler.rb

Merged media-type related functions to StreamHandler.

------------------------------------------------------------------------
r541 | nahi | 2002-09-07 12:16:58 +0900 (Sat, 07 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/streamHandler.rb

Follows new http-access2 (not released yet...)

------------------------------------------------------------------------
r540 | nahi | 2002-09-07 11:25:07 +0900 (Sat, 07 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Returned nil when a laben is not found in Map.  'NONE' should be returned.  Fixed.

------------------------------------------------------------------------
r539 | nahi | 2002-09-07 11:18:34 +0900 (Sat, 07 Sep 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

getCharsetStr: Allow nil parameter.

------------------------------------------------------------------------
r538 | nahi | 2002-06-29 12:38:22 +0900 (Sat, 29 Jun 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/streamHandler.rb

Added some comments.

------------------------------------------------------------------------
r537 | nahi | 2002-06-29 12:37:52 +0900 (Sat, 29 Jun 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Changed class order.

------------------------------------------------------------------------
r535 | nahi | 2002-05-25 10:57:34 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   A /trunk/ToDo

ToDo file.

------------------------------------------------------------------------
r534 | nahi | 2002-05-25 10:54:45 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

for 1.4.5

------------------------------------------------------------------------
r533 | nahi | 2002-05-25 09:39:47 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/soap.rb

Version: 1.4.5

------------------------------------------------------------------------
r532 | nahi | 2002-05-25 01:07:04 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   A /trunk/test/baseType_ut.rb
   A /trunk/test/struct.rb
   M /trunk/test/xsd_ut.rb

Added some tests.

------------------------------------------------------------------------
r531 | nahi | 2002-05-25 01:06:11 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   M /trunk/sample/Calc/client.rb
   M /trunk/sample/Calc/client2.rb
   A /trunk/sample/Calc/server.cgi
   M /trunk/sample/Calc/server.rb
   A /trunk/sample/Calc/server2.cgi
   M /trunk/sample/Exchange/client.rb
   A /trunk/sample/Exchange/server.cgi
   M /trunk/sample/RAA/soap4r.rb
   A /trunk/sample/SampleStruct/server.cgi

Added CGI sample.

------------------------------------------------------------------------
r530 | nahi | 2002-05-25 00:04:18 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Remove method_missing.  This method is problematic.  No need now.

------------------------------------------------------------------------
r529 | nahi | 2002-05-25 00:03:40 +0900 (Sat, 25 May 2002) | 18 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Changed class variable access.
  class << self
    def foo
      @@foo
    end
  end

  fails to access class var @@foo under 1.6.7 (2002-03-01).
  No problem occurs under 1.6.7 (2002-05-23).  Hmm.

  Changed to

  def self.foo
    @@foo
  end

  style.

------------------------------------------------------------------------
r528 | nahi | 2002-05-25 00:01:18 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Follow constant name changes of XMLSchemaDatatypes.rb and baseData.rb.

------------------------------------------------------------------------
r527 | nahi | 2002-05-25 00:00:26 +0900 (Sat, 25 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Added new types to SOAP Data Model <-> XML instance map.

------------------------------------------------------------------------
r526 | nahi | 2002-05-24 23:59:21 +0900 (Fri, 24 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/baseData.rb

Changed constant: gYear -> GYear.

------------------------------------------------------------------------
r525 | nahi | 2002-05-24 00:48:29 +0900 (Fri, 24 May 2002) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientNuWave.rb

New endpoint.

------------------------------------------------------------------------
r524 | nahi | 2002-05-23 22:45:27 +0900 (Thu, 23 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Dump what parser is used when $DEBUG.

------------------------------------------------------------------------
r523 | nahi | 2002-05-23 22:45:10 +0900 (Thu, 23 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

Use NQXMLLightWeightParser instead of NQXMLStreamingParser.

------------------------------------------------------------------------
r522 | nahi | 2002-05-23 00:34:49 +0900 (Thu, 23 May 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDFloat: Add '0' if given str ends with 'E'.  Float( "-1.4E" ) might fail on
  some system.

------------------------------------------------------------------------
r521 | nahi | 2002-05-23 00:06:39 +0900 (Thu, 23 May 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Changed msg for negative test case.

------------------------------------------------------------------------
r520 | nahi | 2002-05-22 23:38:29 +0900 (Wed, 22 May 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.rb

Added method echoXSD* for primitive datatypes in XSD.

------------------------------------------------------------------------
r519 | nahi | 2002-05-22 23:37:58 +0900 (Wed, 22 May 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Added many test cases.

------------------------------------------------------------------------
r518 | nahi | 2002-05-22 23:32:38 +0900 (Wed, 22 May 2002) | 2 lines
Changed paths:
   M /trunk/test/xsd_ut.rb

Added negative test cases.

------------------------------------------------------------------------
r517 | nahi | 2002-05-22 23:30:15 +0900 (Wed, 22 May 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Exception raised from server side could not be mapped to specific exception.
  Fixed.

------------------------------------------------------------------------
r516 | nahi | 2002-05-22 23:27:05 +0900 (Wed, 22 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Allow XSD::* classes to encode.

------------------------------------------------------------------------
r515 | nahi | 2002-05-22 23:25:34 +0900 (Wed, 22 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Added lexical checkding for Float, HexBinary and Base64Binary.

------------------------------------------------------------------------
r514 | nahi | 2002-05-21 21:25:24 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Added mapping of new types.

------------------------------------------------------------------------
r513 | nahi | 2002-05-21 21:25:10 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Changed order of literal definitions.

------------------------------------------------------------------------
r512 | nahi | 2002-05-21 21:10:57 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Allow mapping of map-undefined type.

------------------------------------------------------------------------
r511 | nahi | 2002-05-21 21:02:13 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Changed order of class definitions.  Follow XMLSchemaDatatypes.rb

------------------------------------------------------------------------
r510 | nahi | 2002-05-21 00:16:16 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Check year 0000 of a dateTime.  It is prohibited.

------------------------------------------------------------------------
r509 | nahi | 2002-05-21 00:15:25 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Refactoring to avoid *_eval.

------------------------------------------------------------------------
r508 | nahi | 2002-05-21 00:14:51 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Just a indentation change.

------------------------------------------------------------------------
r507 | nahi | 2002-05-21 00:13:19 +0900 (Tue, 21 May 2002) | 2 lines
Changed paths:
   M /trunk/test/xsd_ut.rb

Changed order of test methods: follow XMLSchemaDatatypes.rb

------------------------------------------------------------------------
r506 | nahi | 2002-05-20 01:41:16 +0900 (Mon, 20 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Reduced warnings.

------------------------------------------------------------------------
r505 | nahi | 2002-05-20 01:03:59 +0900 (Mon, 20 May 2002) | 2 lines
Changed paths:
   M /trunk/test/xsd_ut.rb

Added tests for all primitive types.

------------------------------------------------------------------------
r504 | nahi | 2002-05-20 01:03:31 +0900 (Mon, 20 May 2002) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Changed to_s representations of single float and double float.
  Thanks to gotoken.
Changed class order in the source.  Diff must be large...

------------------------------------------------------------------------
r503 | nahi | 2002-05-19 15:22:18 +0900 (Sun, 19 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Fixed UTF8 regexp bug (twoBytes).

------------------------------------------------------------------------
r502 | nahi | 2002-05-18 20:14:02 +0900 (Sat, 18 May 2002) | 3 lines
Changed paths:
   A /trunk/test/xsd_ut.rb

UT for XMLSchemaDatatypes.rb.
  Some tests should be written.

------------------------------------------------------------------------
r501 | nahi | 2002-05-18 12:44:15 +0900 (Sat, 18 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

@data should be nil if type of aXSD is nil.

------------------------------------------------------------------------
r500 | nahi | 2002-05-18 12:12:40 +0900 (Sat, 18 May 2002) | 9 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Follow date/3.2: date2.rb => date.rb.
Added duration, gYearMonth, gYear, gMonthDay, gDay, gMonth, anyURI and QName
  datetype.  All primitive datatypes in XML Schema Part 2 section 3.2 except
  NOTAION are supported.
  Though QName support is still poor...
Modified XSDDataTime, XSDDate and XSDTime implementation.  These use a DataTime
  as a data holder.
All added and modified datatypes are not tested.  I'm writing ut now...

------------------------------------------------------------------------
r499 | nahi | 2002-05-16 22:02:47 +0900 (Thu, 16 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Regexp options support under ruby/1.6.

------------------------------------------------------------------------
r498 | nahi | 2002-05-16 01:13:03 +0900 (Thu, 16 May 2002) | 14 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Supports cyclic Range such as;
  class Foo
    attr_accessor :foo
    def succ; end
    def <=>( rhs ); end
  end

  o1 = Foo.new
  o2 = Foo.new
  r = o1..o2
  o1.foo = r

  p SOAPMarshal.load( SOAPMarshal.dump( r ))

------------------------------------------------------------------------
r497 | nahi | 2002-05-11 11:28:03 +0900 (Sat, 11 May 2002) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientVWOpentalkSoap.rb

Added.

------------------------------------------------------------------------
r496 | nahi | 2002-05-09 22:48:18 +0900 (Thu, 09 May 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Added a test of character reference.

------------------------------------------------------------------------
r495 | nahi | 2002-05-09 22:46:14 +0900 (Thu, 09 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Alias ::SOAPMarshal to ::SOAP::Marshal.

------------------------------------------------------------------------
r494 | nahi | 2002-05-09 22:45:45 +0900 (Thu, 09 May 2002) | 6 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Added Range marshalling support.
Supports some instance variable of ruby standard class.  But it is still
  imcomplete.  Instance variable of Array, Hash, String, Float and Bignum are
  not supported because of restriction of SOAP encoding format.
Refactoring.

------------------------------------------------------------------------
r493 | nahi | 2002-05-09 00:21:15 +0900 (Thu, 09 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Added SOAPRawString class.

------------------------------------------------------------------------
r492 | nahi | 2002-05-09 00:18:56 +0900 (Thu, 09 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Modified createEmptyObject for ruby/1.6.

------------------------------------------------------------------------
r491 | nahi | 2002-05-09 00:16:18 +0900 (Thu, 09 May 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Added Marshal.load and Marshal.dump as aliases to Marshal.unmarshal and
  Marshal.unmarshal.

------------------------------------------------------------------------
r490 | nahi | 2002-05-09 00:15:14 +0900 (Thu, 09 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb

SIGHUP -> SIGINT.  mswin32 ruby does not have SIGHUP.

------------------------------------------------------------------------
r489 | nahi | 2002-05-08 23:42:47 +0900 (Wed, 08 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/rexmlparser.rb

Uconv module must not required here.  It's a responsibility of charset.rb.

------------------------------------------------------------------------
r487 | nahi | 2002-05-07 14:02:33 +0900 (Tue, 07 May 2002) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

Doc for 1.4.4.1

------------------------------------------------------------------------
r486 | nahi | 2002-05-07 14:00:18 +0900 (Tue, 07 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

It should raise LoadError when NQXML is not installed.

------------------------------------------------------------------------
r485 | nahi | 2002-05-06 18:03:18 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   D /trunk/test/interopR2/clientSOAPx4.rb
   D /trunk/test/interopR2/clientTclSOAP.rb

Removed.

------------------------------------------------------------------------
r483 | nahi | 2002-05-06 18:01:50 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   A /trunk/sample/WSDemo/client.rb
   D /trunk/sample/WSDemo/iSeminarService.rb
   A /trunk/sample/WSDemo/iSubscribeService.rb
   D /trunk/sample/WSDemo/subscription.rb

Filename changed.

------------------------------------------------------------------------
r482 | nahi | 2002-05-06 17:58:33 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

document for 1.4.4

------------------------------------------------------------------------
r481 | nahi | 2002-05-06 17:58:15 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/soaplet.rb

A router must be created for each request under request scope.  Fixed.

------------------------------------------------------------------------
r480 | nahi | 2002-05-06 17:16:46 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/client4S4C.rb
   M /trunk/test/interopR2/clientApacheAxis.rb
   M /trunk/test/interopR2/clientApacheSOAP.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/clientCapeConnect.rb
   M /trunk/test/interopR2/clientDelphi.rb
   M /trunk/test/interopR2/clientFrontier.rb
   M /trunk/test/interopR2/clientGLUE.rb
   M /trunk/test/interopR2/clientNuSOAP.rb
   M /trunk/test/interopR2/clientOpenLink.rb
   M /trunk/test/interopR2/clientPEAR.rb
   M /trunk/test/interopR2/clientSIMACE.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/interopR2/clientSOAP__Lite.rb
   M /trunk/test/interopR2/clientSQLData.rb
   M /trunk/test/interopR2/clientSoapRMI.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/clientWASP.rb
   M /trunk/test/interopR2/clientXMLBus.rb
   M /trunk/test/interopR2/clienteSOAP.rb
   M /trunk/test/interopR2/clientgSOAP.rb
   M /trunk/test/interopR2/clientkSOAP.rb

Added echoMap test for some servers.

------------------------------------------------------------------------
r479 | nahi | 2002-05-06 15:34:32 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version: 1.4.4

------------------------------------------------------------------------
r478 | nahi | 2002-05-06 15:33:40 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Refactoring createParser.

------------------------------------------------------------------------
r477 | nahi | 2002-05-06 02:53:24 +0900 (Mon, 06 May 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/xmlparser.rb

Modified parserFactory interface.
Simplified parserFactory loader.

------------------------------------------------------------------------
r476 | nahi | 2002-05-06 00:06:44 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb

Follow change of Processor interface.

------------------------------------------------------------------------
r475 | nahi | 2002-05-06 00:06:13 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/standaloneServer.rb

Follow change of defaultParser interface.

------------------------------------------------------------------------
r474 | nahi | 2002-05-06 00:05:07 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

SOAP parser + XML processor was MT-unsafe.  Fixed.

------------------------------------------------------------------------
r473 | nahi | 2002-05-06 00:04:01 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandler.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb

Use class variable and changed defaultParser interface.

------------------------------------------------------------------------
r472 | nahi | 2002-05-06 00:02:31 +0900 (Mon, 06 May 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Removed useless argument.

------------------------------------------------------------------------
r471 | nahi | 2002-05-03 02:56:54 +0900 (Fri, 03 May 2002) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

date.rb in standard library and date2/3 conflicts because date2.rb is a
  successor of date.rb and not designed for dual use. (such as someone requires
  date.rb and another requires date2.rb).  Added a workaround for this.

------------------------------------------------------------------------
r470 | nahi | 2002-04-21 22:16:46 +0900 (Sun, 21 Apr 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/test.sh

Removed unreachable endpoints.

------------------------------------------------------------------------
r469 | nahi | 2002-04-21 21:43:49 +0900 (Sun, 21 Apr 2002) | 6 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDataTime: Thanks to Funaba-san.
  Simplify TZ adjust code.
  Changed variable name usec to sec_frac.  It's not a micro sec so name usec is
  misleading.
XSDTime: Fixed bugs in usec part.

------------------------------------------------------------------------
r468 | nahi | 2002-04-21 21:13:09 +0900 (Sun, 21 Apr 2002) | 2 lines
Changed paths:
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/test/interopR2/clientBase.rb

Changed DateTime.new3 to DateTime.new.  Thanks to Funaba-san.

------------------------------------------------------------------------
r467 | nahi | 2002-04-21 21:03:45 +0900 (Sun, 21 Apr 2002) | 2 lines
Changed paths:
   D /trunk/test/interop

Removed old test scripts.  See interopR2 in the same dir.

------------------------------------------------------------------------
r466 | nahi | 2002-04-21 19:47:17 +0900 (Sun, 21 Apr 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb

CR-LF normalization is a resposibility of XML processor.  Removed.

------------------------------------------------------------------------
r465 | nahi | 2002-04-21 19:43:57 +0900 (Sun, 21 Apr 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/client4S4C.rb
   A /trunk/test/interopR2/client4S4C2.rb
   M /trunk/test/interopR2/clientBase.rb
   A /trunk/test/interopR2/clientCapeConnect.rb
   M /trunk/test/interopR2/clientGLUE.rb
   A /trunk/test/interopR2/clientHP.rb
   A /trunk/test/interopR2/clientJSOAP.rb
   M /trunk/test/interopR2/clientMSSOAPToolkit3.0.rb
   A /trunk/test/interopR2/clientNuSOAP.rb
   A /trunk/test/interopR2/clientPEAR.rb
   A /trunk/test/interopR2/clientSilverStream.rb
   M /trunk/test/interopR2/clientkSOAP.rb
   A /trunk/test/interopR2/test.sh

Added test clients of new endpoints.

------------------------------------------------------------------------
r464 | nahi | 2002-04-21 15:25:28 +0900 (Sun, 21 Apr 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/exchange.rb
   M /trunk/sample/webrick/exchangeClient.rb
   M /trunk/sample/webrick/httpd.rb
   M /trunk/sample/webrick/soaplet.rb

Servant object can have request scope now.

------------------------------------------------------------------------
r463 | nahi | 2002-04-18 01:08:57 +0900 (Thu, 18 Apr 2002) | 2 lines
Changed paths:
   A /trunk/sample/RAA/SOAP__Lite.pl
   A /trunk/test/interop/clientSOAP__Lite.rb
   A /trunk/test/interopR2/clientSOAP__Lite.rb

Renamed.

------------------------------------------------------------------------
r461 | nahi | 2002-04-10 19:43:41 +0900 (Wed, 10 Apr 2002) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

for 1.4.3

------------------------------------------------------------------------
r460 | nahi | 2002-04-10 00:27:16 +0900 (Wed, 10 Apr 2002) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.rb

Added comments to describe how to user NQXML and REXML.

------------------------------------------------------------------------
r459 | nahi | 2002-04-10 00:25:08 +0900 (Wed, 10 Apr 2002) | 3 lines
Changed paths:
   M /trunk/RELEASE_en.html
   D /trunk/RELEASE_ja.html

Removed Japanese doc.
Added description about samples to RELEASE_en.html.

------------------------------------------------------------------------
r458 | nahi | 2002-04-10 00:22:53 +0900 (Wed, 10 Apr 2002) | 2 lines
Changed paths:
   A /trunk/_installedFiles.rb
   M /trunk/install.rb
   A /trunk/uninstall.rb

Added uninstaller.

------------------------------------------------------------------------
r457 | nahi | 2002-04-08 23:32:50 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   M /trunk/sample/ICD/icd.rb
   M /trunk/sample/RAA/RAA.rb
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/sample/babelfish.rb
   M /trunk/sample/whois.rb

Use environment variable HTTP_PROXY or http_proxy for http proxy.

------------------------------------------------------------------------
r456 | nahi | 2002-04-08 23:31:51 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   D /trunk/sample/babelfishVelociGen.rb
   D /trunk/sample/whois2.rb

Removed unreachable services.

------------------------------------------------------------------------
r455 | nahi | 2002-04-08 23:27:44 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   M /trunk/sample/RAA/xmlrpc4r.rb

Added example line to access via http proxy.

------------------------------------------------------------------------
r454 | nahi | 2002-04-08 01:12:04 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/server.rb

Add 'addMethodAs' interface to both server side and client side.

------------------------------------------------------------------------
r453 | nahi | 2002-04-08 01:09:53 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version = '1.4.3'

------------------------------------------------------------------------
r452 | nahi | 2002-04-08 01:04:35 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/httpd.rb

Removed :ServerName.

------------------------------------------------------------------------
r451 | nahi | 2002-04-08 01:04:10 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/exchangeClient.rb
   M /trunk/sample/webrick/iSampleStruct.rb
   M /trunk/sample/webrick/sampleStruct.rb
   M /trunk/sample/webrick/sampleStructClient.rb

Sample usage of logging interface.

------------------------------------------------------------------------
r450 | nahi | 2002-04-08 00:59:42 +0900 (Mon, 08 Apr 2002) | 2 lines
Changed paths:
   A /trunk/sample/Calc
   A /trunk/sample/Calc/calc.rb
   A /trunk/sample/Calc/calc2.rb
   A /trunk/sample/Calc/client.rb
   A /trunk/sample/Calc/client2.rb
   A /trunk/sample/Calc/server.rb
   A /trunk/sample/Calc/server2.rb
   A /trunk/sample/Exchange
   A /trunk/sample/Exchange/client.rb
   A /trunk/sample/Exchange/exchange.rb
   A /trunk/sample/Exchange/iExchange.rb
   A /trunk/sample/Exchange/server.rb
   A /trunk/sample/SampleStruct
   A /trunk/sample/SampleStruct/client.rb
   A /trunk/sample/SampleStruct/iSampleStruct.rb
   A /trunk/sample/SampleStruct/sampleStruct.rb
   A /trunk/sample/SampleStruct/server.rb

Added 3 samples.

------------------------------------------------------------------------
r449 | nahi | 2002-04-01 00:07:32 +0900 (Mon, 01 Apr 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlparser.rb

Set charset to 'UTF8' by default.

------------------------------------------------------------------------
r448 | nahi | 2002-03-31 23:16:48 +0900 (Sun, 31 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/xmlparser.rb

Tested SOAPBuilders implementations and fixed more bug around charset...

------------------------------------------------------------------------
r447 | nahi | 2002-03-31 20:59:21 +0900 (Sun, 31 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Response charset still had a bug.  (Hope to be) fixed.

------------------------------------------------------------------------
r446 | nahi | 2002-03-31 20:44:11 +0900 (Sun, 31 Mar 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Fixed charset setting bug.  I must use body#charset instead of
  header#bodyCharset.

------------------------------------------------------------------------
r445 | nahi | 2002-03-31 20:01:28 +0900 (Sun, 31 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Fixed a bug in Struct unmarshaller.

------------------------------------------------------------------------
r444 | nahi | 2002-03-31 20:00:51 +0900 (Sun, 31 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/standaloneServer.rb

Set 'charset=' to content-type when sending back a SOAPFault.

------------------------------------------------------------------------
r443 | nahi | 2002-03-29 01:15:26 +0900 (Fri, 29 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/rpcUtils.rb

Avoid warning.

------------------------------------------------------------------------
r442 | nahi | 2002-03-27 00:59:46 +0900 (Wed, 27 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Avoid using exception in soap2obj.

------------------------------------------------------------------------
r441 | nahi | 2002-03-27 00:58:11 +0900 (Wed, 27 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/rpcUtils.rb

Reduce warning.

------------------------------------------------------------------------
r440 | nahi | 2002-03-26 01:51:23 +0900 (Tue, 26 Mar 2002) | 6 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/standaloneServer.rb
   M /trunk/lib/soap/xmlparser.rb

Changed String encoding handling.
  Ruby object: $KCODE.
  SOAP Data Model: utf-8 if uconv module is installed, $KCODE if not.
  XML instance: Client side use utf-8 if uconv module is installed, $KCODE if
    not.  Server side try to adjust the request encoding.

------------------------------------------------------------------------
r439 | nahi | 2002-03-25 01:07:31 +0900 (Mon, 25 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Use regexp instead of NKF.guess to check if the given String is EUC/SJIS or not.

------------------------------------------------------------------------
r438 | nahi | 2002-03-23 02:33:24 +0900 (Sat, 23 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/standaloneServer.rb

A little change to automatic KCode conversion.

------------------------------------------------------------------------
r437 | nahi | 2002-03-21 02:45:31 +0900 (Thu, 21 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb

Rescue ArgumentError(Unrecognized signal) for mswin32 ruby.

------------------------------------------------------------------------
r436 | nahi | 2002-03-21 02:40:01 +0900 (Thu, 21 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   A /trunk/lib/soap/rexmlparser.rb
   M /trunk/lib/soap/saxdriver.rb
   M /trunk/lib/soap/xmlparser.rb

Added REXML parser.

------------------------------------------------------------------------
r435 | nahi | 2002-03-20 00:26:39 +0900 (Wed, 20 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Following newdate/0.3

------------------------------------------------------------------------
r434 | nahi | 2002-03-14 22:27:58 +0900 (Thu, 14 Mar 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Added constant Log as a canonical name of Devel::Logger for backward
  compatibility of devel-logger.

------------------------------------------------------------------------
r433 | nahi | 2002-03-09 09:56:53 +0900 (Sat, 09 Mar 2002) | 2 lines
Changed paths:
   D /trunk/sample/RAA/soap4rApp.rb

Removed.

------------------------------------------------------------------------
r432 | nahi | 2002-03-09 02:43:38 +0900 (Sat, 09 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/test/interopR2/clientBase.rb

Use date.rb in RAA:newdate instead of date3.rb in RAA:date2

------------------------------------------------------------------------
r431 | nahi | 2002-03-08 23:41:10 +0900 (Fri, 08 Mar 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Use date.rb in RAA:newdate instead of date3.rb in RAA:date2.

------------------------------------------------------------------------
r430 | nahi | 2002-02-25 01:44:32 +0900 (Mon, 25 Feb 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/mappingRegistry.rb

DateTimeFactory: Check if XSDDateTime's fr2 is zero when converting it to a
  Time.  If it is not zero, it is converted to Date.

------------------------------------------------------------------------
r429 | nahi | 2002-02-25 00:47:46 +0900 (Mon, 25 Feb 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Use DateTimeFactory to try to convert a XSDDateTime to a Time.

------------------------------------------------------------------------
r428 | nahi | 2002-02-25 00:47:18 +0900 (Mon, 25 Feb 2002) | 4 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Added DateTimeFactory_ to convert a XSDDateTime to a Time object.  Normally,
  a XSDDateTime object is converted to Date for interoperability.  But in the
  Ruby world, you might want to take a Time object.

------------------------------------------------------------------------
r427 | nahi | 2002-02-25 00:45:22 +0900 (Mon, 25 Feb 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Added XSDDateTimeToTime module to extract a Time object from XSDDateTime,
  XSDDate and XSDTime.

------------------------------------------------------------------------
r426 | nahi | 2002-02-17 16:18:34 +0900 (Sun, 17 Feb 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Check SOAPNQXMLParser is loaded or not.

------------------------------------------------------------------------
r425 | nahi | 2002-02-17 16:17:38 +0900 (Sun, 17 Feb 2002) | 2 lines
Changed paths:
   M /trunk/install.rb

Refactoring.

------------------------------------------------------------------------
r424 | nahi | 2002-02-17 00:55:37 +0900 (Sun, 17 Feb 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Modified indentation.

------------------------------------------------------------------------
r423 | nahi | 2002-02-17 00:55:13 +0900 (Sun, 17 Feb 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/server.rb

Following Devel::Logger

------------------------------------------------------------------------
r422 | nahi | 2002-02-17 00:54:55 +0900 (Sun, 17 Feb 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Following Devel::Logger.

------------------------------------------------------------------------
r421 | nahi | 2002-02-17 00:54:36 +0900 (Sun, 17 Feb 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Parsedate is not used.  Removed.

------------------------------------------------------------------------
r420 | nahi | 2002-02-15 01:20:55 +0900 (Fri, 15 Feb 2002) | 3 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

From Ruby/1.7, ruby eventually cannot find this constant in above style.
  Added a quick hack to avoid this trouble.  It should be resolved at some time.

------------------------------------------------------------------------
r419 | nahi | 2002-02-11 02:57:06 +0900 (Mon, 11 Feb 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/exchange.rb
   M /trunk/sample/webrick/exchangeClient.rb
   M /trunk/sample/webrick/httpd.rb
   A /trunk/sample/webrick/iExchange.rb
   A /trunk/sample/webrick/iSampleStruct.rb
   A /trunk/sample/webrick/sampleStruct.rb
   A /trunk/sample/webrick/sampleStructClient.rb

Added sampleStruct service.

------------------------------------------------------------------------
r418 | nahi | 2002-02-11 02:41:21 +0900 (Mon, 11 Feb 2002) | 2 lines
Changed paths:
   M /trunk/sample/webrick/soaplet.rb

Support WEBrick/1.1.3 or later.

------------------------------------------------------------------------
r417 | nahi | 2002-02-11 02:39:53 +0900 (Mon, 11 Feb 2002) | 2 lines
Changed paths:
   A /trunk/sample/RAA/RAA.rb
   M /trunk/sample/RAA/iRAA.rb
   M /trunk/sample/RAA/soap4r.rb

Separate iRAA.rb into RAA.rb and iRAA.rb.

------------------------------------------------------------------------
r416 | nahi | 2002-02-11 02:39:06 +0900 (Mon, 11 Feb 2002) | 3 lines
Changed paths:
   A /trunk/sample/RAA/hotpage.rb
   A /trunk/sample/RAA/raa-div.rb

Added RAA XML Interfaces and Div sample.  Go http://rrr.jin.gr.jp/div and see
  the demonstration.

------------------------------------------------------------------------
r415 | nahi | 2002-02-11 01:55:01 +0900 (Mon, 11 Feb 2002) | 4 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Foo = Struct.new(:foo) and Foo = Struct.new("Foo", :foo) could not be
  unmarshalled collectly.  All members were unmarshalled as nil.  Fixed.
  Thanks to PragDave for reporting this bug.

------------------------------------------------------------------------
r414 | nakahiro | 2002-01-25 23:54:10 +0900 (Fri, 25 Jan 2002) | 2 lines
Changed paths:
   M /trunk/install.rb

Removed uri.

------------------------------------------------------------------------
r413 | nakahiro | 2002-01-25 23:52:46 +0900 (Fri, 25 Jan 2002) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/server.rb
   M /trunk/lib/soap/streamHandler.rb

Application => Devel::Logger

------------------------------------------------------------------------
r412 | nakahiro | 2001-12-28 16:23:45 +0900 (Fri, 28 Dec 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/clientGLUE.rb
   M /trunk/test/interopR2/clientOpenLink.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/clientgSOAP.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

Fixed.

------------------------------------------------------------------------
r410 | nakahiro | 2001-12-28 12:52:04 +0900 (Fri, 28 Dec 2001) | 2 lines
Changed paths:
   M /trunk/sample/webrick/httpd.rb

Added BindAddress.

------------------------------------------------------------------------
r409 | nakahiro | 2001-12-28 12:51:28 +0900 (Fri, 28 Dec 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/simonReg.rb

Changed URL.

------------------------------------------------------------------------
r408 | nakahiro | 2001-12-28 12:51:17 +0900 (Fri, 28 Dec 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

Added PolyMorph test.

------------------------------------------------------------------------
r407 | nakahiro | 2001-12-28 12:50:30 +0900 (Fri, 28 Dec 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Docs for 1.4.2

------------------------------------------------------------------------
r406 | nakahiro | 2001-12-21 23:42:51 +0900 (Fri, 21 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Following mappingRegistry.rb's change.

------------------------------------------------------------------------
r405 | nakahiro | 2001-12-21 23:42:22 +0900 (Fri, 21 Dec 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Reduce number of factories.
Use anyType for Struct.

------------------------------------------------------------------------
r404 | nakahiro | 2001-12-21 13:02:06 +0900 (Fri, 21 Dec 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

obj2soap maps xsd:anyType to RPCUtils::Object but soap2obj mapped
  RPCUtils::Object to common struct.  Fixed.  RPcUtils::Object is mapped to
  xsd:anyType.

------------------------------------------------------------------------
r403 | nakahiro | 2001-12-18 17:05:52 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Unmapped class bug fixed.

------------------------------------------------------------------------
r402 | nakahiro | 2001-12-18 12:03:56 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Refactoring about Factory's name and changed applying order of factories.

------------------------------------------------------------------------
r401 | nakahiro | 2001-12-18 12:02:36 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/server.rb

Added addServant.

------------------------------------------------------------------------
r400 | nakahiro | 2001-12-18 12:02:24 +0900 (Tue, 18 Dec 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Use SOAPMethod::IN instead of 'in'.
Add SOAPMethodRequest.createRequest to create an instance with params.

------------------------------------------------------------------------
r399 | nakahiro | 2001-12-18 12:01:08 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Use SOAPMethod::IN instead of 'in'.

------------------------------------------------------------------------
r398 | nakahiro | 2001-12-18 12:00:43 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

[0] -> rootNode

------------------------------------------------------------------------
r397 | nakahiro | 2001-12-18 12:00:15 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Save if body.response == nil

------------------------------------------------------------------------
r396 | nakahiro | 2001-12-18 11:59:58 +0900 (Tue, 18 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Set parent.

------------------------------------------------------------------------
r395 | nakahiro | 2001-12-13 21:37:18 +0900 (Thu, 13 Dec 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Added an option to raise NameError when unknown Struct.  The option is set
  'false' by default so that same behaviour as before.

------------------------------------------------------------------------
r394 | nakahiro | 2001-12-13 13:07:17 +0900 (Thu, 13 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Removed comments.

------------------------------------------------------------------------
r393 | nakahiro | 2001-12-13 10:54:43 +0900 (Thu, 13 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Map ::Object directly.

------------------------------------------------------------------------
r392 | nakahiro | 2001-12-12 22:55:48 +0900 (Wed, 12 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Add Rubytype support: Regexp, Class, Module and Symbol.

------------------------------------------------------------------------
r391 | nakahiro | 2001-12-11 19:23:28 +0900 (Tue, 11 Dec 2001) | 2 lines
Changed paths:
   A /trunk/sample/webrick
   A /trunk/sample/webrick/exchange.rb
   A /trunk/sample/webrick/exchangeClient.rb
   A /trunk/sample/webrick/httpd.rb
   A /trunk/sample/webrick/soaplet.rb

Added samples for WEBrick.

------------------------------------------------------------------------
r390 | nakahiro | 2001-12-11 19:23:07 +0900 (Tue, 11 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Illegal decoding of a position-less element after position-ed element.  Fixed.

------------------------------------------------------------------------
r389 | nakahiro | 2001-12-11 19:10:31 +0900 (Tue, 11 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Start 1.4.2

------------------------------------------------------------------------
r387 | nakahiro | 2001-12-07 18:42:57 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Docs for 1.4.1

------------------------------------------------------------------------
r386 | nakahiro | 2001-12-07 18:16:53 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/server.rb

Remove $KCODE.

------------------------------------------------------------------------
r385 | nakahiro | 2001-12-07 18:15:28 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/sample/ICD/icd.rb

Added sample.

------------------------------------------------------------------------
r384 | nakahiro | 2001-12-07 18:07:24 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/soap.rb

Following SOAPStruct's change.

------------------------------------------------------------------------
r383 | nakahiro | 2001-12-07 18:07:01 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

LiteralEncodingNamespace is moved under SOAP module.

------------------------------------------------------------------------
r382 | nakahiro | 2001-12-07 18:06:23 +0900 (Fri, 07 Dec 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/streamHandler.rb

Fixed charset handling.  Illegal charset was set when automatic XML processor
  detecting.

------------------------------------------------------------------------
r381 | nakahiro | 2001-12-07 18:05:10 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Removed unused code(self.decode).

------------------------------------------------------------------------
r380 | nakahiro | 2001-12-07 17:52:18 +0900 (Fri, 07 Dec 2001) | 5 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

instance_eval in SOAPStruct#add for adding accessor illegaly overrode important
  methods for SOAP4R such as name, name= and so on.  Removed this instance_eval
  and rewrote other codes which did depend the code.  Thanks to MNeumann for
  reporting it and giving a suggestion to fix it.

------------------------------------------------------------------------
r379 | nakahiro | 2001-12-07 13:34:01 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/mappingRegistry.rb

Instance_eval usage.

------------------------------------------------------------------------
r378 | nakahiro | 2001-12-07 13:28:44 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Illegal constant access.  Fixed.

------------------------------------------------------------------------
r377 | nakahiro | 2001-12-07 13:28:04 +0900 (Fri, 07 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Default of root is false, not 0.

------------------------------------------------------------------------
r375 | nakahiro | 2001-12-05 13:09:45 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.cgi

Fixed.

------------------------------------------------------------------------
r374 | nakahiro | 2001-12-05 13:09:20 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Docs for 1.4

------------------------------------------------------------------------
r372 | nakahiro | 2001-12-05 12:59:39 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Forgot to save default soapAction.

------------------------------------------------------------------------
r370 | nakahiro | 2001-12-05 11:28:32 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/client4S4C.rb
   M /trunk/test/interopR2/clientBase.rb
   A /trunk/test/interopR2/clientDelphi.rb
   A /trunk/test/interopR2/clientFrontier.rb
   A /trunk/test/interopR2/clientMSSOAPToolkit3.0.rb
   A /trunk/test/interopR2/clientOpenLink.rb
   A /trunk/test/interopR2/clientPhalanx.rb
   M /trunk/test/interopR2/clientSIMACE.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/interopR2/clientSQLData.rb
   M /trunk/test/interopR2/clientTclSOAP.rb
   A /trunk/test/interopR2/clientWASP.rb
   A /trunk/test/interopR2/clientWASPC.rb
   M /trunk/test/interopR2/clientXMLRPC-EPI.rb
   M /trunk/test/interopR2/clientZSI.rb
   M /trunk/test/interopR2/clienteSOAP.rb
   A /trunk/test/interopR2/clientgSOAP.rb
   M /trunk/test/interopR2/clientkSOAP.rb
   A /trunk/test/interopR2/interopResultBase.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

Added test servers.

------------------------------------------------------------------------
r369 | nakahiro | 2001-12-05 11:13:49 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   A /trunk/sample/ICD
   A /trunk/sample/ICD/IICD.rb
   A /trunk/sample/ICD/icd.rb
   A /trunk/sample/RWiki
   A /trunk/sample/RWiki/rwikiClient.rb
   A /trunk/sample/RWiki/rwikiServer.cgi
   A /trunk/sample/WSDemo
   A /trunk/sample/WSDemo/iSeminarService.rb
   A /trunk/sample/WSDemo/server.rb
   A /trunk/sample/WSDemo/subscription.rb
   A /trunk/sample/babelfish.rb
   A /trunk/sample/babelfishVelociGen.rb
   A /trunk/sample/digraph.rb
   A /trunk/sample/hippo5tq.rb

Added some samples.

------------------------------------------------------------------------
r368 | nakahiro | 2001-12-05 11:06:10 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb
   M /trunk/lib/soap/streamHandler.rb

Returns ConnectionData.

------------------------------------------------------------------------
r367 | nakahiro | 2001-12-05 11:05:47 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/proxy.rb

Added 'invoke' method for messaging.

------------------------------------------------------------------------
r366 | nakahiro | 2001-12-05 11:05:05 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/generator.rb

Added SOAPElement encoding support.

------------------------------------------------------------------------
r365 | nakahiro | 2001-12-05 11:04:37 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Changed SOAPHeaderItem interface for easy use.

------------------------------------------------------------------------
r364 | nakahiro | 2001-12-05 11:03:00 +0900 (Wed, 05 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Added SOAPElement for literal encoding.

------------------------------------------------------------------------
r363 | nakahiro | 2001-12-03 12:26:25 +0900 (Mon, 03 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/standaloneServer.rb

Rescue any kind of exception.

------------------------------------------------------------------------
r362 | nakahiro | 2001-12-03 12:24:51 +0900 (Mon, 03 Dec 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/headerHandler.rb
   M /trunk/lib/soap/namespace.rb

Try to add header functions.

------------------------------------------------------------------------
r361 | nakahiro | 2001-12-03 12:24:31 +0900 (Mon, 03 Dec 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/soap.rb

Content of SOAPFault detail element is set in the exception which is thrown
  from SOAP Node to client application.

------------------------------------------------------------------------
r360 | nakahiro | 2001-12-03 12:18:09 +0900 (Mon, 03 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/parser.rb

Renamed encoding.rb to encodingStyleHandler.rb

------------------------------------------------------------------------
r359 | nakahiro | 2001-12-03 12:17:37 +0900 (Mon, 03 Dec 2001) | 5 lines
Changed paths:
   D /trunk/lib/soap/encoding.rb
   A /trunk/lib/soap/encodingStyleHandler.rb
   A /trunk/lib/soap/encodingStyleHandlerASPDotNet.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Renamed encoding.rb to encodingStyleHandler.rb.
Added ASP.NET encoding handler.  ASP.NET seems to use literal encoding (by
  default) but it is easier with this encodingStyleHandler to access the
  service which is built with ASP.NET.

------------------------------------------------------------------------
r358 | nakahiro | 2001-12-03 12:14:09 +0900 (Mon, 03 Dec 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Bug in rounding double float to single float.  Fixed.

------------------------------------------------------------------------
r357 | nakahiro | 2001-11-30 20:39:29 +0900 (Fri, 30 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Added encodingStyleHandlerASPDotNet.

------------------------------------------------------------------------
r356 | nakahiro | 2001-11-30 20:38:50 +0900 (Fri, 30 Nov 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Marshalling with Envelope and Body.  To marshal multi-ref'd object, Body is
  needed.
  CAUTION: Not compatible between former implementation.

------------------------------------------------------------------------
r355 | nakahiro | 2001-11-30 20:36:26 +0900 (Fri, 30 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/rpcUtils.rb

Fixed encodingStyle handling bug while encoding.

------------------------------------------------------------------------
r354 | nakahiro | 2001-11-30 20:31:52 +0900 (Fri, 30 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/generator.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/proxy.rb

Added defaultEncodingStyle attr.

------------------------------------------------------------------------
r353 | nakahiro | 2001-11-30 20:28:13 +0900 (Fri, 30 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Removed unused methods.

------------------------------------------------------------------------
r352 | nakahiro | 2001-11-26 20:48:33 +0900 (Mon, 26 Nov 2001) | 3 lines
Changed paths:
   A /trunk/lib/soap/generator.rb
   A /trunk/lib/soap/mappingRegistry.rb

generator.rb: Original encoder.
mappingRegistry.rb: Devided from rpcUtils.rb.

------------------------------------------------------------------------
r351 | nakahiro | 2001-11-26 20:47:59 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

For easy read.

------------------------------------------------------------------------
r350 | nakahiro | 2001-11-26 20:46:34 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Seems to work?

------------------------------------------------------------------------
r349 | nakahiro | 2001-11-26 20:45:40 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Returns 0 to CGI server.

------------------------------------------------------------------------
r348 | nakahiro | 2001-11-26 13:20:34 +0900 (Mon, 26 Nov 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added SOAPMethod(Request|Respose) which are derived from SOAPMethod.
Remove MappingRegistry functions from this file and create the new module.

------------------------------------------------------------------------
r347 | nakahiro | 2001-11-26 13:18:06 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Encoding by itself, not using NQXML's tree object model.

------------------------------------------------------------------------
r346 | nakahiro | 2001-11-26 13:16:44 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Changed encoding interface that are called from SOAPGenerator#generate.

------------------------------------------------------------------------
r345 | nakahiro | 2001-11-26 13:15:17 +0900 (Mon, 26 Nov 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Removed SOAP encoding functions.  EncondingStyleHandler should decide how to
  encode SOAP data model. (ie. ASP.NET seems to have its own encoding style.)

------------------------------------------------------------------------
r344 | nakahiro | 2001-11-26 13:10:39 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Added NS.reset.

------------------------------------------------------------------------
r343 | nakahiro | 2001-11-26 13:09:38 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Following Processor interfaces change.

------------------------------------------------------------------------
r342 | nakahiro | 2001-11-26 13:08:35 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/namespace.rb

Remove unused lib.

------------------------------------------------------------------------
r341 | nakahiro | 2001-11-26 13:08:04 +0900 (Mon, 26 Nov 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb

Changed Processor.(un|)marshal interface.  An instance of NS for
  parsing/generating XML instance is prepared in parser/generator.

------------------------------------------------------------------------
r340 | nakahiro | 2001-11-26 13:05:34 +0900 (Mon, 26 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Add namespace tags definition: env, xsi, xsd.

------------------------------------------------------------------------
r339 | nakahiro | 2001-11-22 19:38:37 +0900 (Thu, 22 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/namespace.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/soap.rb

Error class changed.

------------------------------------------------------------------------
r338 | nakahiro | 2001-11-22 19:37:54 +0900 (Thu, 22 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encoding.rb

Indent.

------------------------------------------------------------------------
r337 | nakahiro | 2001-11-22 19:37:17 +0900 (Thu, 22 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Added encodingStyle attr.

------------------------------------------------------------------------
r336 | nakahiro | 2001-11-14 15:49:32 +0900 (Wed, 14 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/proxy.rb

Keep changing to support literal encoding.

------------------------------------------------------------------------
r335 | nakahiro | 2001-11-14 15:49:07 +0900 (Wed, 14 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/encodingStyleHandlerLiteral.rb

Keep changing encodingStyleHandler to support literal encoding.

------------------------------------------------------------------------
r334 | nakahiro | 2001-11-14 15:48:31 +0900 (Wed, 14 Nov 2001) | 7 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/rpcUtils.rb

Changed element name escape.
    :: <=> \.\.
    [^a-zA-Z0-9_-] <=> \.[0-F][0-F]
  Limitation: Using SOAP4R's RPC function, you cannot use the name which
  contains '.' for method name, class/struct name, and accessor name.
  In Ruby world, it should not be a problem I believe.

------------------------------------------------------------------------
r333 | nakahiro | 2001-11-14 15:42:10 +0900 (Wed, 14 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Start to prepare 1.4

------------------------------------------------------------------------
r332 | nakahiro | 2001-11-07 13:55:53 +0900 (Wed, 07 Nov 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

Little modified.

------------------------------------------------------------------------
r331 | nakahiro | 2001-11-07 13:33:22 +0900 (Wed, 07 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   A /trunk/lib/soap/encodingStyleHandlerLiteral.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb

Add EncodingStyleHandlerLiteral and set it to default.

------------------------------------------------------------------------
r330 | nakahiro | 2001-11-06 18:18:54 +0900 (Tue, 06 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encoding.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Begging of moving encoding process from baseData to encoding*.

------------------------------------------------------------------------
r329 | nakahiro | 2001-11-06 18:07:13 +0900 (Tue, 06 Nov 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/standaloneServer.rb

Loggin interface change.

------------------------------------------------------------------------
r327 | nakahiro | 2001-10-04 11:58:42 +0900 (Thu, 04 Oct 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientGLUE.rb
   A /trunk/test/interopR2/clientSIMACE.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   A /trunk/test/interopR2/clientXMLBus.rb
   A /trunk/test/interopR2/clientXMLRPC-EPI.rb

Added some endpoints.

------------------------------------------------------------------------
r326 | nakahiro | 2001-10-04 11:56:15 +0900 (Thu, 04 Oct 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Documents for 1.3.8

------------------------------------------------------------------------
r325 | nakahiro | 2001-10-04 11:19:26 +0900 (Thu, 04 Oct 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientEasySoap.rb

*** empty log message ***

------------------------------------------------------------------------
r324 | nakahiro | 2001-10-04 11:18:30 +0900 (Thu, 04 Oct 2001) | 3 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Added some tests.
Added mappingRegistry parameter to RPC utility methods.

------------------------------------------------------------------------
r323 | nakahiro | 2001-10-04 11:01:31 +0900 (Thu, 04 Oct 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDFloat: Removed unnecessary unpacking.

------------------------------------------------------------------------
r322 | nakahiro | 2001-10-03 19:50:43 +0900 (Wed, 03 Oct 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDFloat: Creating float data from junk string such as "123.0junk" was
  converted to 0.0.  It should be avoided.  Fixed.
XSDFloat: Fixed double -> single rounding code.

------------------------------------------------------------------------
r321 | nakahiro | 2001-09-18 20:24:51 +0900 (Tue, 18 Sep 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Changed typename <=> NCName strategy.  '::' <=> '.'
Added mappingRegistry argument to interfaces for SOAP object creation.

------------------------------------------------------------------------
r320 | nakahiro | 2001-09-18 20:23:04 +0900 (Tue, 18 Sep 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Start of 1.3.8.
'(No faultstring)' when empty faultstring element.

------------------------------------------------------------------------
r319 | nakahiro | 2001-09-18 20:21:46 +0900 (Tue, 18 Sep 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/marshal.rb

Create NCName from typename.

------------------------------------------------------------------------
r318 | nakahiro | 2001-09-18 20:20:34 +0900 (Tue, 18 Sep 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/server.rb

Added mappingRegistry interface.  Thanks to MN.

------------------------------------------------------------------------
r316 | nakahiro | 2001-08-24 17:59:08 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientEasySoap.rb
   A /trunk/test/interopR2/clientMSSOAPToolkit2.0.rb
   A /trunk/test/interopR2/clientTclSOAP.rb

New entry.

------------------------------------------------------------------------
r315 | nakahiro | 2001-08-24 17:58:07 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

For 1.3.7

------------------------------------------------------------------------
r314 | nakahiro | 2001-08-24 17:48:45 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/install.rb

URb => URI

------------------------------------------------------------------------
r313 | nakahiro | 2001-08-24 16:36:08 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb

Added some definitions.

------------------------------------------------------------------------
r312 | nakahiro | 2001-08-24 16:35:52 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Added some tests.

------------------------------------------------------------------------
r311 | nakahiro | 2001-08-24 16:35:41 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.cgi

dup => clone.

------------------------------------------------------------------------
r310 | nakahiro | 2001-08-24 16:35:01 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added RPCUtils.ary2soap.

------------------------------------------------------------------------
r309 | nakahiro | 2001-08-24 16:34:37 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Fixed whitespace handling.

------------------------------------------------------------------------
r308 | nakahiro | 2001-08-24 16:33:38 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

All datatypes try to keep nil correctly.

------------------------------------------------------------------------
r307 | nakahiro | 2001-08-24 12:25:39 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Removed MPOST support.

------------------------------------------------------------------------
r306 | nakahiro | 2001-08-24 12:25:20 +0900 (Fri, 24 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDInt/Integer/Long: to_i -> Integer to detect format error.

------------------------------------------------------------------------
r305 | nakahiro | 2001-08-07 10:24:59 +0900 (Tue, 07 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

ditto.

------------------------------------------------------------------------
r304 | nakahiro | 2001-08-07 10:18:00 +0900 (Tue, 07 Aug 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientApacheSOAP.rb

echoMap

------------------------------------------------------------------------
r303 | nakahiro | 2001-08-07 10:17:21 +0900 (Tue, 07 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

Added NQXML/1.1.0 support.  A XMLDecl now recognized as a XMLDecl, not a PI.

------------------------------------------------------------------------
r302 | nakahiro | 2001-08-03 10:29:48 +0900 (Fri, 03 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Map(Hash): Let <item> untyped.

------------------------------------------------------------------------
r301 | nakahiro | 2001-08-03 10:29:19 +0900 (Fri, 03 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPStruct: Accept untyped struct.

------------------------------------------------------------------------
r300 | nakahiro | 2001-08-02 11:29:22 +0900 (Thu, 02 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Apache allows only 'item' in Map type.

------------------------------------------------------------------------
r299 | nakahiro | 2001-08-02 11:28:53 +0900 (Thu, 02 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Add object scope method to avoid invoking method_missing.

------------------------------------------------------------------------
r298 | nakahiro | 2001-08-01 15:43:56 +0900 (Wed, 01 Aug 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientSOAPx4.rb
   A /trunk/test/interopR2/clientSQLData.rb
   A /trunk/test/interopR2/clientSoapRMI.rb
   A /trunk/test/interopR2/clientZSI.rb
   A /trunk/test/interopR2/clienteSOAP.rb
   A /trunk/test/interopR2/clientkSOAP.rb

New entries.

------------------------------------------------------------------------
r297 | nakahiro | 2001-08-01 15:43:47 +0900 (Wed, 01 Aug 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientApacheAxis.rb
   M /trunk/test/interopR2/clientSOAP4R.rb

Added echoMap flag.

------------------------------------------------------------------------
r296 | nakahiro | 2001-08-01 15:42:33 +0900 (Wed, 01 Aug 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/server.cgi
   M /trunk/test/interopR2/server.rb

Added echoMap.

------------------------------------------------------------------------
r295 | nakahiro | 2001-08-01 15:41:13 +0900 (Wed, 01 Aug 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Added guard procedure.  Uconv.euc/sjistou8 now converts "\0" -> "".  To avoid
  this, check if a target string is surely EUC/SJIS or not.

------------------------------------------------------------------------
r294 | nakahiro | 2001-08-01 11:16:53 +0900 (Wed, 01 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version: 1.3.7

------------------------------------------------------------------------
r293 | nakahiro | 2001-08-01 11:16:40 +0900 (Wed, 01 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDateTime, XSDDate, XSDTime: Add trailing 'Z' to indicate UTC.

------------------------------------------------------------------------
r292 | nakahiro | 2001-08-01 11:15:51 +0900 (Wed, 01 Aug 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/server.rb

Fixed namescope problem.

------------------------------------------------------------------------
r290 | nakahiro | 2001-07-27 22:49:25 +0900 (Fri, 27 Jul 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Documents for 1.3.6

------------------------------------------------------------------------
r289 | nakahiro | 2001-07-27 22:21:50 +0900 (Fri, 27 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

ECONNRESET was not caught.  Fixed.

------------------------------------------------------------------------
r288 | nakahiro | 2001-07-27 20:23:25 +0900 (Fri, 27 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Added timeout support.

------------------------------------------------------------------------
r287 | nakahiro | 2001-07-26 13:21:47 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version: 1.3.6

------------------------------------------------------------------------
r286 | nakahiro | 2001-07-26 13:09:03 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/install.rb

Added http-access2.

------------------------------------------------------------------------
r285 | nakahiro | 2001-07-26 13:08:37 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Added prologue and epilogue interface.

------------------------------------------------------------------------
r284 | nakahiro | 2001-07-26 13:07:54 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/simonReg.rb

Added GUIDs for client.

------------------------------------------------------------------------
r283 | nakahiro | 2001-07-26 13:07:27 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/server.cgi
   A /trunk/test/interopR2/server.rb

Added server.rb.

------------------------------------------------------------------------
r282 | nakahiro | 2001-07-26 12:38:19 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2/client.NetRemoting.rb
   M /trunk/test/interopR2/client4S4C.rb
   M /trunk/test/interopR2/clientASP.NET.rb
   A /trunk/test/interopR2/clientApacheAxis.rb
   A /trunk/test/interopR2/clientApacheSOAP.rb
   M /trunk/test/interopR2/clientSOAP4R.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/clientWhiteMesa.rb

Added some tests.

------------------------------------------------------------------------
r281 | nakahiro | 2001-07-26 12:36:35 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Changed logging strategy.

------------------------------------------------------------------------
r280 | nakahiro | 2001-07-26 12:35:56 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb

Moved some testing methods from GroupB to Base.

------------------------------------------------------------------------
r279 | nakahiro | 2001-07-26 12:25:04 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Added Cache-control header.

------------------------------------------------------------------------
r278 | nakahiro | 2001-07-26 10:58:18 +0900 (Thu, 26 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/streamHandler.rb

Use http-access2 instead of original implementation.

------------------------------------------------------------------------
r277 | nakahiro | 2001-07-24 14:14:56 +0900 (Tue, 24 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlparser.rb

Type fixed.

------------------------------------------------------------------------
r276 | nakahiro | 2001-07-24 14:14:46 +0900 (Tue, 24 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/rpcUtils.rb

Added: SOAPHexBinary

------------------------------------------------------------------------
r275 | nakahiro | 2001-07-24 14:14:11 +0900 (Tue, 24 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPHexBinary: Added.
SOAPNil: Should not be xsd:nil but xsi:nil.

------------------------------------------------------------------------
r274 | nakahiro | 2001-07-24 14:13:28 +0900 (Tue, 24 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDHexBinary: Added.

------------------------------------------------------------------------
r273 | nakahiro | 2001-07-18 22:28:56 +0900 (Wed, 18 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

URb::Generic#path returns "" when abs_path is empty (http://foo).  Added to
  check this.

------------------------------------------------------------------------
r272 | nakahiro | 2001-07-18 22:26:20 +0900 (Wed, 18 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

'inout' param was not supported.  Fixed.

------------------------------------------------------------------------
r271 | nakahiro | 2001-07-18 22:25:50 +0900 (Wed, 18 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

'inout' param was not supported.  Fixed.  Thanks to MNeumann!

------------------------------------------------------------------------
r270 | nakahiro | 2001-07-18 22:25:04 +0900 (Wed, 18 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Illegal parsing of XMLDecl.  Fixed.

------------------------------------------------------------------------
r269 | nakahiro | 2001-07-18 22:23:58 +0900 (Wed, 18 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Removed http-access entry.

------------------------------------------------------------------------
r268 | nakahiro | 2001-07-18 22:23:36 +0900 (Wed, 18 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   A /trunk/lib/soap/server.rb
   A /trunk/lib/soap/standaloneServer.rb

Added StandaloneServer implementation.  Thanks to MNeumann!  Introduce new
  superclass Server and Let CGIStub and StandaloneServer derive it.

------------------------------------------------------------------------
r266 | nakahiro | 2001-07-14 20:19:40 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Documents for 1.3.5.

------------------------------------------------------------------------
r265 | nakahiro | 2001-07-14 19:44:12 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/install.rb

Added urb installation.

------------------------------------------------------------------------
r264 | nakahiro | 2001-07-14 19:43:54 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientBase.rb

Fixed a test.

------------------------------------------------------------------------
r263 | nakahiro | 2001-07-14 19:43:35 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb
   M /trunk/test/interopR2/clientSpray2001.rb
   M /trunk/test/interopR2/server.cgi

Fixed some tests.

------------------------------------------------------------------------
r262 | nakahiro | 2001-07-14 19:42:57 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb
   M /trunk/test/interopR2/simonReg.rb

Version: 1.3.5

------------------------------------------------------------------------
r261 | nakahiro | 2001-07-14 19:40:38 +0900 (Sat, 14 Jul 2001) | 4 lines
Changed paths:
   A /trunk/lib/soap/marshal.rb
   M /trunk/lib/soap/rpcUtils.rb

Parallelize of signatures of addMethod: proxy.rb <-> rpcRouter.rb,
  driver.rb <-> cgistub.rb
Added marshalling/unmarshalling Ruby's object using SOAP Encoding.

------------------------------------------------------------------------
r260 | nakahiro | 2001-07-14 19:39:29 +0900 (Sat, 14 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/rpcRouter.rb

Parallelize of signatures of addMethod: proxy.rb <-> rpcRouter.rb,
  driver.rb <-> cgistub.rb

------------------------------------------------------------------------
r259 | nakahiro | 2001-07-14 19:37:52 +0900 (Sat, 14 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb
   D /trunk/lib/soap/streamHandler_http-access.rb

Changed using URI library: uri -> urb.
Parse charset part of content-type.

------------------------------------------------------------------------
r258 | nakahiro | 2001-07-14 19:35:29 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Added automatic CES conversion support for NQXMLParser.

------------------------------------------------------------------------
r257 | nakahiro | 2001-07-14 19:34:33 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

loadParser -> module_function.

------------------------------------------------------------------------
r256 | nakahiro | 2001-07-14 19:28:43 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/nqxmlparser.rb
   M /trunk/lib/soap/parser.rb

Moved SOAPNQXML*Parser to nqxmlparser.rb.

------------------------------------------------------------------------
r255 | nakahiro | 2001-07-14 19:28:00 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlDocument.rb

Added necessary 'require'.

------------------------------------------------------------------------
r254 | nakahiro | 2001-07-14 19:27:24 +0900 (Sat, 14 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

2001xsd:nil must not accept a value '1'.  1999xsd:null must not accept a value
  'true' because these are not a boolean but only a flag for nil.  Fixed.

------------------------------------------------------------------------
r253 | nakahiro | 2001-07-14 19:25:32 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/charset.rb

Moved responsibilities about Encoding Map to module method.

------------------------------------------------------------------------
r252 | nakahiro | 2001-07-14 19:24:10 +0900 (Sat, 14 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Add Envelope namespace definition if needed.

------------------------------------------------------------------------
r251 | nakahiro | 2001-07-12 20:00:41 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Set $KCODE for regexps used in NQXML parser and reset at epilogue.

------------------------------------------------------------------------
r250 | nakahiro | 2001-07-12 19:11:44 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   A /trunk/lib/soap/charset.rb
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/parser.rb
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcUtils.rb
   M /trunk/lib/soap/saxdriver.rb
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/xmlparser.rb

Added $KCODE conversion function for NQXMLParser.

------------------------------------------------------------------------
r249 | nakahiro | 2001-07-12 19:07:40 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Regexp for XML Char check did not work under $KCODE = 'UTF8' condition.  Fixed.

------------------------------------------------------------------------
r248 | nakahiro | 2001-07-12 16:36:44 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb

Void return if 'retval' is not defined.

------------------------------------------------------------------------
r247 | nakahiro | 2001-07-12 15:52:14 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Following baseData.rb's change.

------------------------------------------------------------------------
r246 | nakahiro | 2001-07-12 15:51:52 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Added UTF-8 support.

------------------------------------------------------------------------
r245 | nakahiro | 2001-07-12 15:51:34 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Added UTF8 to CharsetMap.

------------------------------------------------------------------------
r244 | nakahiro | 2001-07-12 15:40:08 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Parser#parser's argument can be omit.

------------------------------------------------------------------------
r243 | nakahiro | 2001-07-12 15:39:37 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

encodingStyle should not been defined here.

------------------------------------------------------------------------
r242 | nakahiro | 2001-07-12 15:39:17 +0900 (Thu, 12 Jul 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Renamed method 'createNS' -> 'addNSDeclAttr'.
Define encodingStyle attribute unless it has been not yet defined.  Changed
  interface of 'encode' to follow it.

------------------------------------------------------------------------
r241 | nakahiro | 2001-07-12 12:08:07 +0900 (Thu, 12 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

To search suitable type, rescue XSD::ValueSpaceError to recovery.
Added SOAPLong to default mapping table.

------------------------------------------------------------------------
r240 | nakahiro | 2001-07-12 12:05:21 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Silly bug.  Thanks to Michael Neumann.

------------------------------------------------------------------------
r239 | nakahiro | 2001-07-12 12:04:58 +0900 (Thu, 12 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

All: Triming data except XSDString before parsing it.

------------------------------------------------------------------------
r237 | nakahiro | 2001-07-11 13:21:18 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2/clientSpray2001.rb

Client for Spray 2001

------------------------------------------------------------------------
r236 | nakahiro | 2001-07-11 13:18:49 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Document for 1.3.4.2

------------------------------------------------------------------------
r235 | nakahiro | 2001-07-11 12:58:18 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Added decimal tests.

------------------------------------------------------------------------
r234 | nakahiro | 2001-07-11 12:58:07 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2GroupB.wsdl

Support outParam.

------------------------------------------------------------------------
r233 | nakahiro | 2001-07-11 12:57:32 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/rpcUtils.rb

Exception#set_backtrace was omitted when transmitting exception by SOAP Fault.

------------------------------------------------------------------------
r232 | nakahiro | 2001-07-11 12:54:59 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/xmlparser.rb

Typo fixed.

------------------------------------------------------------------------
r231 | nakahiro | 2001-07-11 12:54:42 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/rpcRouter.rb

Return status 500 when SOAPFault.

------------------------------------------------------------------------
r230 | nakahiro | 2001-07-11 12:53:48 +0900 (Wed, 11 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDecimal: 0.0001 was converted to 0.1.  Silly bug...  Fixed.

------------------------------------------------------------------------
r229 | nakahiro | 2001-07-10 21:41:42 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   D /trunk/sample/apacheServer.cgi

Dated.

------------------------------------------------------------------------
r227 | nakahiro | 2001-07-10 21:41:31 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/clientSOAP4R.rb
   D /trunk/test/interopR2/methodDef.rb

Changed.

------------------------------------------------------------------------
r225 | nakahiro | 2001-07-10 21:40:41 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2/server.cgi

Server side implementation.

------------------------------------------------------------------------
r224 | nakahiro | 2001-07-10 21:40:30 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   A /trunk/sample/whois.rb
   A /trunk/sample/whois2.rb

Whois service in XMethods sample

------------------------------------------------------------------------
r223 | nakahiro | 2001-07-10 21:39:27 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   A /trunk/sample/hippo5tq2.rb

Hippo5tq sample.

------------------------------------------------------------------------
r222 | nakahiro | 2001-07-10 21:37:55 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Documents for Version 1.3.4

------------------------------------------------------------------------
r221 | nakahiro | 2001-07-10 21:37:42 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/simonReg.rb

Version: 1.3.4

------------------------------------------------------------------------
r220 | nakahiro | 2001-07-10 20:33:19 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version: 1.3.4

------------------------------------------------------------------------
r219 | nakahiro | 2001-07-10 20:33:10 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Backward compatibility.

------------------------------------------------------------------------
r218 | nakahiro | 2001-07-10 20:01:09 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Tuning of Mapping registry search.

------------------------------------------------------------------------
r217 | nakahiro | 2001-07-10 19:01:55 +0900 (Tue, 10 Jul 2001) | 4 lines
Changed paths:
   M /trunk/test/interopR2/clientBase.rb

Added some tests.
Fixed some tests.
Added method definition.

------------------------------------------------------------------------
r216 | nakahiro | 2001-07-10 19:01:00 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb

Added method definitions for client and server.

------------------------------------------------------------------------
r215 | nakahiro | 2001-07-10 19:00:20 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientBase.rb

Added extra echoBase64 test.

------------------------------------------------------------------------
r214 | nakahiro | 2001-07-10 18:59:25 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb

Added outParam support.

------------------------------------------------------------------------
r213 | nakahiro | 2001-07-10 18:58:53 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Following RPCUtils::SOAPMethod's interface change.

------------------------------------------------------------------------
r212 | nakahiro | 2001-07-10 18:57:48 +0900 (Tue, 10 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Changed signature of CGIStub#addMethod.  You cannot define namespace with
  this method.  CGIStub instance supports only one namespace.

------------------------------------------------------------------------
r211 | nakahiro | 2001-07-10 18:54:49 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Rescue an Exception.  Only a StandardError was rescued.

------------------------------------------------------------------------
r210 | nakahiro | 2001-07-10 18:52:30 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPStruct#[] supports Range parameter.

------------------------------------------------------------------------
r209 | nakahiro | 2001-07-10 18:51:58 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDateTime: Fixed a bug in precision support.

------------------------------------------------------------------------
r208 | nakahiro | 2001-07-10 18:51:25 +0900 (Tue, 10 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Removed MethodDefinitionError definition.  Moved to rpcUtils.rb because it
  depends on RPC.

------------------------------------------------------------------------
r207 | nakahiro | 2001-07-10 12:33:25 +0900 (Tue, 10 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

TypedArrayFactory tried to convert M-D Array.  It should not do.  Fixed.
Added SOAPException to transmit Ruby's exception.

------------------------------------------------------------------------
r206 | nakahiro | 2001-07-10 12:32:13 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPArray: Added rank interface.

------------------------------------------------------------------------
r205 | nakahiro | 2001-07-10 12:31:55 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb
   M /trunk/lib/soap/rpcRouter.rb

Passing Ruby's exception in detail element.

------------------------------------------------------------------------
r204 | nakahiro | 2001-07-10 12:27:03 +0900 (Tue, 10 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDateTime: Added precision of time support.

------------------------------------------------------------------------
r203 | nakahiro | 2001-07-09 22:22:19 +0900 (Mon, 09 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/base.rb

Added TypedArrayFactory support.

------------------------------------------------------------------------
r202 | nakahiro | 2001-07-09 21:14:57 +0900 (Mon, 09 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added TypedArrayFactory.

------------------------------------------------------------------------
r201 | nakahiro | 2001-07-07 20:54:05 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added automatic CES conversion.

------------------------------------------------------------------------
r200 | nakahiro | 2001-07-07 20:53:47 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Bug report from Michael Neumann.  Thanks.

------------------------------------------------------------------------
r199 | nakahiro | 2001-07-07 20:53:18 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/saxdriver.rb
   M /trunk/lib/soap/xmlparser.rb

Changed some interfaces.

------------------------------------------------------------------------
r198 | nakahiro | 2001-07-07 20:52:57 +0900 (Sat, 07 Jul 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Added automatic CES conversion: UTF-8 <-> EUC, SJIS.
  Requires Uconv module.  Works with only xmlparser now.
Added XMLDecl for CES.

------------------------------------------------------------------------
r197 | nakahiro | 2001-07-07 20:50:09 +0900 (Sat, 07 Jul 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/encoding.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/parser.rb

Changed decode interface: entity -> name and attr.
Added automatic CES conversion support: UTF-8 <-> EUC, SJIS.
  Requires Uconv module.  Works with only xmlparser now.

------------------------------------------------------------------------
r196 | nakahiro | 2001-07-07 20:47:29 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Changed decode interface: entity -> name

------------------------------------------------------------------------
r195 | nakahiro | 2001-07-07 20:46:19 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDString: Default data should not be nil but ''.

------------------------------------------------------------------------
r194 | nakahiro | 2001-07-07 17:37:21 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb
   A /trunk/lib/soap/saxdriver.rb
   A /trunk/lib/soap/xmlparser.rb

Added SOAPXMLParser and SOAPSAXDriver.

------------------------------------------------------------------------
r193 | nakahiro | 2001-07-07 17:36:48 +0900 (Sat, 07 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Removed SOAPXMLParserParser.

------------------------------------------------------------------------
r192 | nakahiro | 2001-07-06 12:15:57 +0900 (Fri, 06 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Incomplete sparse array support.  Fixed.
Attribute value of xsi:nil might be '1' instead of 'true'.  Fixed.

------------------------------------------------------------------------
r191 | nakahiro | 2001-07-06 12:15:06 +0900 (Fri, 06 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPArray: Incomplete sparse array support.  Fixed.

------------------------------------------------------------------------
r190 | nakahiro | 2001-07-05 20:53:34 +0900 (Thu, 05 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added support for SOAPDecimal, SOAPDate and SOAPTime.

------------------------------------------------------------------------
r189 | nakahiro | 2001-07-05 20:53:06 +0900 (Thu, 05 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Added support for SOAPDate and SOAPTime.

------------------------------------------------------------------------
r188 | nakahiro | 2001-07-05 20:52:37 +0900 (Thu, 05 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPDate, SOAPTime: Added.

------------------------------------------------------------------------
r187 | nakahiro | 2001-07-05 20:52:19 +0900 (Thu, 05 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb

XSDDate, XSDTime: Added.

------------------------------------------------------------------------
r186 | nakahiro | 2001-07-05 20:51:47 +0900 (Thu, 05 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDate, XSDTime: Added.
Unknown method of XSD* is delegated to @data.

------------------------------------------------------------------------
r184 | nakahiro | 2001-07-04 19:50:34 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Document for 1.3.3

------------------------------------------------------------------------
r183 | nakahiro | 2001-07-04 19:50:23 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version 1.3.3

------------------------------------------------------------------------
r182 | nakahiro | 2001-07-04 19:08:30 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interopR2/client4S4C.rb
   M /trunk/test/interopR2/clientSOAP4R.rb

Changed settings.

------------------------------------------------------------------------
r181 | nakahiro | 2001-07-04 19:07:55 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientBase.rb
   M /trunk/test/interopR2/clientBase.rb

Fixed some tests.

------------------------------------------------------------------------
r180 | nakahiro | 2001-07-04 19:06:35 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb
   M /trunk/lib/soap/rpcRouter.rb

Added EOL normalze.  Is this right?

------------------------------------------------------------------------
r179 | nakahiro | 2001-07-04 18:16:51 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/nqxmlDocument.rb

Escape CR -> &#xd;

------------------------------------------------------------------------
r178 | nakahiro | 2001-07-04 18:14:49 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Tried to convert NaN, INF and -INF with sprintf's %f.  Fixed.
TimeZone +- handling is illegal (reversed).  Fixed.

------------------------------------------------------------------------
r177 | nakahiro | 2001-07-04 13:09:09 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   A /trunk/test/interopR2
   A /trunk/test/interopR2/README.txt
   A /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2GroupB.wsdl
   A /trunk/test/interopR2/SOAP4R_SOAPBuildersInteropTest_R2base.wsdl
   A /trunk/test/interopR2/base.rb
   A /trunk/test/interopR2/client4S4C.rb
   A /trunk/test/interopR2/clientASP.NET.rb
   A /trunk/test/interopR2/clientBase.rb
   A /trunk/test/interopR2/clientSOAP4R.rb
   A /trunk/test/interopR2/clientWhiteMesa.rb
   A /trunk/test/interopR2/iSimonReg.rb
   A /trunk/test/interopR2/methodDef.rb
   A /trunk/test/interopR2/simonReg.rb

SOAPBuilders Interoperability Lab "Round 2"

------------------------------------------------------------------------
r176 | nakahiro | 2001-07-04 13:02:40 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   A /trunk/test/interop/clientActiveState.rb
   A /trunk/test/interop/clientDolphinSpray.rb
   A /trunk/test/interop/clientZSI.rb

New entries.

------------------------------------------------------------------------
r175 | nakahiro | 2001-07-04 13:01:37 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/server.cgi

Added some interfaces for R2 test.

------------------------------------------------------------------------
r174 | nakahiro | 2001-07-04 13:01:06 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/methodDef.rb

Added some interfaces.

------------------------------------------------------------------------
r173 | nakahiro | 2001-07-04 13:00:51 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientSoapRMI.rb

Found 1999 schema.

------------------------------------------------------------------------
r172 | nakahiro | 2001-07-04 13:00:30 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/client4S4C1.3.rb
   M /trunk/test/interop/clienteSoapServer.rb

Changed to 2001 schema.

------------------------------------------------------------------------
r171 | nakahiro | 2001-07-04 12:59:30 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientSOAP.py.rb

1999 schema.

------------------------------------------------------------------------
r170 | nakahiro | 2001-07-04 12:59:02 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientMSATLServer.rb

Server changed.

------------------------------------------------------------------------
r169 | nakahiro | 2001-07-04 12:58:45 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientBase.rb

Added and changed some tests.

------------------------------------------------------------------------
r168 | nakahiro | 2001-07-04 12:57:30 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/test/interop/base.rb

Added interfaces for R2.
Added MappingRegistry.

------------------------------------------------------------------------
r167 | nakahiro | 2001-07-04 12:47:32 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   A /trunk/install.rb

SOAP4R Installer by Michael Neumann.

------------------------------------------------------------------------
r166 | nakahiro | 2001-07-04 12:46:59 +0900 (Wed, 04 Jul 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Completely re-written.
Added mappingRegistry interface.
Changed soap2obj and obj2soap's interface.

------------------------------------------------------------------------
r165 | nakahiro | 2001-07-04 12:46:06 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Dump HTTP header even when an error was raised.

------------------------------------------------------------------------
r164 | nakahiro | 2001-07-04 12:45:01 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

faultCode -> faultcode, faultString -> faultstring and faultActor -> faultactor.

------------------------------------------------------------------------
r163 | nakahiro | 2001-07-04 12:44:11 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Added mappingRegistry interface.
Following soap2obj and obj2soap's interface.

------------------------------------------------------------------------
r162 | nakahiro | 2001-07-04 12:43:34 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

SOAPFault's element(faultcode, faultstring, faultactor and detail) should be
  parsed as same as Body.

------------------------------------------------------------------------
r161 | nakahiro | 2001-07-04 12:33:06 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Map based encoding.

------------------------------------------------------------------------
r160 | nakahiro | 2001-07-04 12:32:19 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/element.rb

SOAPFault: faultCode -> faultcode, faultString -> faultstring and faultActor ->
  faultactor.

------------------------------------------------------------------------
r159 | nakahiro | 2001-07-04 12:31:03 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Added mappingRegistry interface.
Following soap2obj and obj2soap's interface.

------------------------------------------------------------------------
r158 | nakahiro | 2001-07-04 12:30:06 +0900 (Wed, 04 Jul 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb

Following encodingStyleHandlerDynamic.rb's change.

------------------------------------------------------------------------
r157 | nakahiro | 2001-07-04 12:29:34 +0900 (Wed, 04 Jul 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPNil: Accepts initial value for Nil value (nil by default).
SOAPDouble: Added.

------------------------------------------------------------------------
r156 | nakahiro | 2001-07-04 12:28:42 +0900 (Wed, 04 Jul 2001) | 6 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDNil: Accepts initial value for Nil value (nil by default).
XSDBoolean: Accepts 1 and 0 in addition to true and falue.
XSDFloat: 16-bit precision.
XSDDouble: Added.
XSDDateTime: Fixed TimeZone handling bug.

------------------------------------------------------------------------
r155 | nakahiro | 2001-06-28 20:33:58 +0900 (Thu, 28 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Added 'position' and 'offset'.

------------------------------------------------------------------------
r154 | nakahiro | 2001-06-28 20:33:19 +0900 (Thu, 28 Jun 2001) | 6 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Following M-D Array support.
Bignum might be SOAPInt.  It's dependent on platform.  Changed to check range
  -2147483648~+2147483647 itself.
ary2md: Added.  Converting Array ((of Array)...) to M-D Array.
struct2obj: Illegal dependency on ordering of Struct#members.  Fixed.

------------------------------------------------------------------------
r153 | nakahiro | 2001-06-28 20:26:40 +0900 (Thu, 28 Jun 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Fault items like 'faultcode' which is not in Fault element should not be parsed
  as fault items.  Fixed.

------------------------------------------------------------------------
r152 | nakahiro | 2001-06-28 20:21:32 +0900 (Thu, 28 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Type fixed.

------------------------------------------------------------------------
r151 | nakahiro | 2001-06-28 20:21:12 +0900 (Thu, 28 Jun 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Supported types: Added decimal, long and int of xsd and soap-enc.
Following SOAPArray's 'position' and 'offset' support.
Following M-D Array support.

------------------------------------------------------------------------
r150 | nakahiro | 2001-06-28 20:16:33 +0900 (Thu, 28 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Changed following M-D Array support.

------------------------------------------------------------------------
r149 | nakahiro | 2001-06-28 20:15:54 +0900 (Thu, 28 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Cut soap2obj losses.

------------------------------------------------------------------------
r148 | nakahiro | 2001-06-28 20:11:12 +0900 (Thu, 28 Jun 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

SOAPDecimal, SOAPLong: Added.
SOAPArray: Added 'position' and 'offset' support.
SOAPArray: Added M-D Array support.

------------------------------------------------------------------------
r147 | nakahiro | 2001-06-28 20:08:23 +0900 (Thu, 28 Jun 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

XSDDateTime: Added TZ support.
XSDLong: Added.
XSDInt: Changed class hierarchy; derived from XSDLong now.

------------------------------------------------------------------------
r146 | nakahiro | 2001-06-22 22:09:59 +0900 (Fri, 22 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Ruby's Array should be converted to SOAP's Array of anyType.

------------------------------------------------------------------------
r145 | nakahiro | 2001-06-22 22:08:34 +0900 (Fri, 22 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Illegal error message when a type not found in SOAP-ENC.

------------------------------------------------------------------------
r144 | nakahiro | 2001-06-22 22:07:33 +0900 (Fri, 22 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

arrayType could be omitted.

------------------------------------------------------------------------
r143 | nakahiro | 2001-06-22 22:00:41 +0900 (Fri, 22 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Refactoring of type comparison method.

------------------------------------------------------------------------
r141 | nakahiro | 2001-06-21 18:33:34 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Document for 1.3.2

------------------------------------------------------------------------
r140 | nakahiro | 2001-06-21 18:08:11 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Version 1.3.2

------------------------------------------------------------------------
r139 | nakahiro | 2001-06-21 18:07:47 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/streamHandler_http-access.rb

Added 2001 to copyright notice.

------------------------------------------------------------------------
r138 | nakahiro | 2001-06-21 18:07:12 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientIDOOXWASP1.0.rb
   M /trunk/test/interop/clientSOAPx4.rb
   M /trunk/test/interop/clientWhiteMesaSOAPRPC.rb

Use soap/XMLSchemaDatatypes1999

------------------------------------------------------------------------
r137 | nakahiro | 2001-06-21 18:06:50 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   A /trunk/test/interop/clientGLUE.rb
   A /trunk/test/interop/clientMSATLServer.rb

New entries.

------------------------------------------------------------------------
r136 | nakahiro | 2001-06-21 17:59:50 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientBase.rb

Rescue exception from each testing method.

------------------------------------------------------------------------
r135 | nakahiro | 2001-06-21 15:47:40 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Illegal namespace scope.

------------------------------------------------------------------------
r134 | nakahiro | 2001-06-21 15:33:29 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/server.cgi

Fixed void problem.

------------------------------------------------------------------------
r133 | nakahiro | 2001-06-21 15:27:01 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added SOAPVoid.

------------------------------------------------------------------------
r132 | nakahiro | 2001-06-21 15:26:19 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb

Raise error when not an RPC style requiest.

------------------------------------------------------------------------
r131 | nakahiro | 2001-06-21 15:25:20 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Support default encodingStyle.

------------------------------------------------------------------------
r130 | nakahiro | 2001-06-21 15:24:47 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/namespace.rb

Default namespace was not cloned.  Fixed.

------------------------------------------------------------------------
r129 | nakahiro | 2001-06-21 15:24:24 +0900 (Thu, 21 Jun 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Fixed serialization root handling algorithm.
Supported kind of SOAP-ENC:String style typed element.

------------------------------------------------------------------------
r128 | nakahiro | 2001-06-21 15:22:54 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Fixed serialization root handling algorithm.

------------------------------------------------------------------------
r127 | nakahiro | 2001-06-21 15:06:35 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Failed when non-string detail element.

------------------------------------------------------------------------
r126 | nakahiro | 2001-06-21 15:05:50 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb
   M /trunk/lib/soap/XMLSchemaDatatypes1999.rb
   M /trunk/lib/soap/baseData.rb

Added NilValue.  Supported either null='1'(1999 schema) and nil='true'(2001).

------------------------------------------------------------------------
r125 | nakahiro | 2001-06-21 14:55:06 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Array was not typed with xsi:type.

------------------------------------------------------------------------
r124 | nakahiro | 2001-06-21 14:54:29 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Tried to support double type.  Not yet.

------------------------------------------------------------------------
r123 | nakahiro | 2001-06-21 14:53:29 +0900 (Thu, 21 Jun 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Supported no reason-phrase HTTP server.  Should it not be supported?

------------------------------------------------------------------------
r122 | nakahiro | 2001-05-30 19:25:07 +0900 (Wed, 30 May 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Documents for 1.3.1

------------------------------------------------------------------------
r121 | nakahiro | 2001-05-29 22:14:55 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   D /trunk/test/interop/test.sh

Insecure :)

------------------------------------------------------------------------
r120 | nakahiro | 2001-05-29 22:14:23 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientSOAP4R.rb

Changed default endpoint.

------------------------------------------------------------------------
r119 | nakahiro | 2001-05-29 22:13:25 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/clientBase.rb

Added some tests.

------------------------------------------------------------------------
r118 | nakahiro | 2001-05-29 22:12:05 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/server.cgi

echoBase64String did not return Base64String.  Fixed.

------------------------------------------------------------------------
r117 | nakahiro | 2001-05-29 22:11:10 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   A /trunk/sample/RAA/iRAA.rb
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/sample/RAA/soap4rApp.rb

Extracted RAA interface definitions to iRAA.rb.

------------------------------------------------------------------------
r116 | nakahiro | 2001-05-29 22:09:21 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Delete heading and trailing whitespaces of Base64 string.

------------------------------------------------------------------------
r115 | nakahiro | 2001-05-29 22:07:13 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Added 'root' support.

------------------------------------------------------------------------
r114 | nakahiro | 2001-05-29 22:07:01 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Added dumpBaseFile interface.

------------------------------------------------------------------------
r113 | nakahiro | 2001-05-29 22:06:11 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Return status 500 when Fault.

------------------------------------------------------------------------
r112 | nakahiro | 2001-05-29 22:05:48 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb

Added 'root' attribute support.

------------------------------------------------------------------------
r111 | nakahiro | 2001-05-29 21:58:36 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/parser.rb

Refactoring variable name.

------------------------------------------------------------------------
r110 | nakahiro | 2001-05-29 21:58:03 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Added constants for 'root' and 'arrayType'.

------------------------------------------------------------------------
r109 | nakahiro | 2001-05-29 21:57:42 +0900 (Tue, 29 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/element.rb
   M /trunk/lib/soap/rpcUtils.rb

Added rootNode method to SOAPBody to get the root node.

------------------------------------------------------------------------
r108 | nakahiro | 2001-05-29 21:56:45 +0900 (Tue, 29 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Added dumpFileBase interface.
Accept status 500 response.

------------------------------------------------------------------------
r107 | nakahiro | 2001-05-25 14:45:25 +0900 (Fri, 25 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

"NaN".to_f produces 0.0 in some host(libc?).  Parsing strings myself.

------------------------------------------------------------------------
r106 | nakahiro | 2001-05-25 13:27:48 +0900 (Fri, 25 May 2001) | 2 lines
Changed paths:
   M /trunk/sample/apacheClient.rb
   M /trunk/sample/apacheServer.cgi
   M /trunk/sample/hippoClient.rb

Changed 1999 support method.

------------------------------------------------------------------------
r105 | nakahiro | 2001-05-25 13:18:33 +0900 (Fri, 25 May 2001) | 2 lines
Changed paths:
   M /trunk/test/interop/client4S4C1.3.rb
   M /trunk/test/interop/clientBase.rb
   M /trunk/test/interop/clientEasySoap++.rb
   M /trunk/test/interop/clientFrontier7.0b26.rb
   M /trunk/test/interop/clientKafkaXSLTInteropService.rb
   M /trunk/test/interop/clientSOAP4R.rb
   M /trunk/test/interop/clienteSoapServer.rb
   M /trunk/test/interop/methodDef.rb
   M /trunk/test/interop/server.cgi
   A /trunk/test/interop/test.sh

Changed 1999 support method.

------------------------------------------------------------------------
r104 | nakahiro | 2001-05-24 22:37:54 +0900 (Thu, 24 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/XMLSchemaDatatypes1999.rb

xsd:1999 support.

------------------------------------------------------------------------
r103 | nakahiro | 2001-05-24 22:37:36 +0900 (Thu, 24 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Added literal of SOAP's base64 type.

------------------------------------------------------------------------
r102 | nakahiro | 2001-05-24 22:37:16 +0900 (Thu, 24 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcRouter.rb
   M /trunk/lib/soap/rpcUtils.rb

Follow untyped RPC-call struct.

------------------------------------------------------------------------
r101 | nakahiro | 2001-05-24 22:35:47 +0900 (Thu, 24 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/encodingStyleHandlerDynamic.rb
   M /trunk/lib/soap/parser.rb

Extracted literals from code.
Corrected whitespace chars. handling.

------------------------------------------------------------------------
r100 | nakahiro | 2001-05-24 22:34:23 +0900 (Thu, 24 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Extracted literal from code.
Illegal typeNamespace of SOAP's base64 type.  Fixed.

------------------------------------------------------------------------
r99 | nakahiro | 2001-05-24 22:33:12 +0900 (Thu, 24 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Extracted literals from code.
Added NaN, INF, -INF support of Float type.

------------------------------------------------------------------------
r97 | nakahiro | 2001-05-20 16:12:29 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Documents for 1.3.0

------------------------------------------------------------------------
r96 | nakahiro | 2001-05-20 15:31:42 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   D /trunk/lib/SOAP.rb
   D /trunk/lib/SOAPData.rb
   D /trunk/lib/SOAPElement.rb
   D /trunk/lib/SOAPProcessor.rb
   D /trunk/lib/SOAPProxy.rb
   D /trunk/lib/SOAPStreamHandler.rb
   D /trunk/lib/SOAPStreamHandler_without_http-access.rb
   D /trunk/lib/XMLSchemaDatatypes.rb

Removed backward compatibility support files.

------------------------------------------------------------------------
r95 | nakahiro | 2001-05-20 15:30:45 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   D /trunk/lib/soap/streamHandler_wo_http-access.rb

Remove

------------------------------------------------------------------------
r94 | nakahiro | 2001-05-20 15:28:56 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Removed AttrRoot.

------------------------------------------------------------------------
r93 | nakahiro | 2001-05-20 15:27:26 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/streamHandler_http-access.rb

streamHandler_http-access.rb was streamHandler.rb.  Renamed.

------------------------------------------------------------------------
r92 | nakahiro | 2001-05-20 15:26:58 +0900 (Sun, 20 May 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

streamHander.rb was streamHander_wo_http-access.rb.  Renamed.
Changed module namespace.  SOAPFoo -> SOAP::Foo
Added wiredump interface.

------------------------------------------------------------------------
r91 | nakahiro | 2001-05-20 15:25:39 +0900 (Sun, 20 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Changed module namespace.  SOAPFoo -> SOAP::Foo
RPC support code was moved from element.rb.

------------------------------------------------------------------------
r90 | nakahiro | 2001-05-20 15:23:41 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/rpcRouter.rb

Changed module namespace.  SOAPFoo -> SOAP::Foo

------------------------------------------------------------------------
r89 | nakahiro | 2001-05-20 15:23:11 +0900 (Sun, 20 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Changed module namespace.  SOAPFoo -> SOAP::Foo
Support SOAPAction for each method.

------------------------------------------------------------------------
r88 | nakahiro | 2001-05-20 15:20:06 +0900 (Sun, 20 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Changed module namespace.  SOAPFoo -> SOAP::Foo
RPC support code was moved to rpcUtils.rb.

------------------------------------------------------------------------
r87 | nakahiro | 2001-05-20 15:16:56 +0900 (Sun, 20 May 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Support SOAPAction for each method.
Changed module namespace.  SOAPFoo -> SOAP::Foo

------------------------------------------------------------------------
r86 | nakahiro | 2001-05-20 15:15:14 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Changed module namespace.  SOAPFoo -> SOAP::Foo

------------------------------------------------------------------------
r85 | nakahiro | 2001-05-20 15:13:28 +0900 (Sun, 20 May 2001) | 7 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Namespace library was moved to namespace.rb.
Decoding algorithm was moved to encoding.rb and encodingStyleHandlerDynamic.rb.
Adopted NQXML's DOM instead of XMLParser's DOM.
Added SOAPReference datatype.
module SOAPBasetypeUtils -> module SOAP::Basetype
class SOAPCompoundBase -> module SOAP::Compoundtype

------------------------------------------------------------------------
r84 | nakahiro | 2001-05-20 15:07:58 +0900 (Sun, 20 May 2001) | 4 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Added XSDFloat.
Changed dateTime marshalling format.  No timezone was added to marshalled string
  because SOAP4R does not support timezone now.

------------------------------------------------------------------------
r83 | nakahiro | 2001-05-20 14:59:03 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/nqxmlDocument.rb

NQXML document customization.

------------------------------------------------------------------------
r82 | nakahiro | 2001-05-20 14:58:19 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/namespace.rb

Namespace library.

------------------------------------------------------------------------
r81 | nakahiro | 2001-05-20 14:58:03 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/encodingStyleHandlerDynamic.rb

SOAP Dynamic EncodingStyle handler library.

------------------------------------------------------------------------
r80 | nakahiro | 2001-05-20 14:57:46 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/encoding.rb

EncodingStyle handler library.

------------------------------------------------------------------------
r79 | nakahiro | 2001-05-20 14:57:26 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/parser.rb

SOAP Parser library.

------------------------------------------------------------------------
r78 | nakahiro | 2001-05-20 14:54:55 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   A /trunk/test
   A /trunk/test/interop
   A /trunk/test/interop/README.txt
   A /trunk/test/interop/base.rb
   A /trunk/test/interop/client4S4C1.3.rb
   A /trunk/test/interop/clientApache2.1.rb
   A /trunk/test/interop/clientBase.rb
   A /trunk/test/interop/clientEasySoap++.rb
   A /trunk/test/interop/clientFrontier7.0b26.rb
   A /trunk/test/interop/clientHPSOAP.rb
   A /trunk/test/interop/clientIDOOXWASP1.0.rb
   A /trunk/test/interop/clientKafkaXSLTInteropService.rb
   A /trunk/test/interop/clientMS.NETBeta2.rb
   A /trunk/test/interop/clientMS.NETRemoting.rb
   A /trunk/test/interop/clientMSSOAPToolkit2.0.rb
   A /trunk/test/interop/clientPhalanx.rb
   A /trunk/test/interop/clientSOAP.py.rb
   A /trunk/test/interop/clientSOAP4R.rb
   A /trunk/test/interop/clientSOAPx4.rb
   A /trunk/test/interop/clientSQLDataSOAPServer.rb
   A /trunk/test/interop/clientSoapRMI.rb
   A /trunk/test/interop/clientWhiteMesaSOAPRPC.rb
   A /trunk/test/interop/clienteSoapServer.rb
   A /trunk/test/interop/methodDef.rb
   A /trunk/test/interop/server.cgi

Clients/Server for SOAPBuilders Interoperability Lab.

------------------------------------------------------------------------
r77 | nakahiro | 2001-05-20 14:36:19 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/sample/RAA/soap4r.rb

Added wiredump interface.

------------------------------------------------------------------------
r76 | nakahiro | 2001-05-20 14:36:01 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/sample/apacheClient.rb
   M /trunk/sample/apacheServer.cgi
   M /trunk/sample/hippoClient.rb

Update for SOAP4R/1.3.0.

------------------------------------------------------------------------
r75 | nakahiro | 2001-05-20 13:01:26 +0900 (Sun, 20 May 2001) | 2 lines
Changed paths:
   M /trunk/sample/RAA/soap4r.rb
   M /trunk/sample/RAA/soap4rApp.rb

Changed module namespace.  SOAPFoo -> SOAP::Foo

------------------------------------------------------------------------
r74 | nakahiro | 2001-04-20 21:39:33 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb

Dump error message when request error is occured.

------------------------------------------------------------------------
r73 | nakahiro | 2001-04-20 21:38:56 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Added include.

------------------------------------------------------------------------
r72 | nakahiro | 2001-04-20 21:38:28 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/driver.rb

Remove unused library.

------------------------------------------------------------------------
r71 | nakahiro | 2001-04-20 21:37:47 +0900 (Fri, 20 Apr 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Changed SOAPEnvelope.decode interface.
Use SOAPString instead of SOAPInteger for 'faultcode' element.

------------------------------------------------------------------------
r70 | nakahiro | 2001-04-20 21:36:37 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb

Modified SOAPEnvelope.decode interface.

------------------------------------------------------------------------
r69 | nakahiro | 2001-04-20 21:35:46 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/proxy.rb

Fixed constants namespace.

------------------------------------------------------------------------
r68 | nakahiro | 2001-04-20 21:35:04 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Use const_get instead of eval.

------------------------------------------------------------------------
r67 | nakahiro | 2001-04-20 21:34:18 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/soap.rb

Added constant AttrRoot.  Not used now.

------------------------------------------------------------------------
r66 | nakahiro | 2001-04-20 21:33:37 +0900 (Fri, 20 Apr 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb
   M /trunk/lib/soap/streamHandler_wo_http-access.rb

Modified SOAPAction interface.

------------------------------------------------------------------------
r65 | nakahiro | 2001-03-30 21:44:47 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Changed for 1_2_0.

------------------------------------------------------------------------
r64 | nakahiro | 2001-03-30 20:17:39 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   D /trunk/sample/application.rb
   D /trunk/sample/sampleCGIServer.rb
   D /trunk/sample/sampleClient.rb
   D /trunk/sample/sampleClientRAA.rb
   D /trunk/sample/sampleDriver.rb

Moved.

------------------------------------------------------------------------
r63 | nakahiro | 2001-03-30 20:16:35 +0900 (Fri, 30 Mar 2001) | 3 lines
Changed paths:
   A /trunk/lib/soap/driver.rb

Renamed from sample/sampleDriver.rb.
Wraps SOAPProxy and handles namespace and methods.

------------------------------------------------------------------------
r62 | nakahiro | 2001-03-30 20:15:19 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/apacheServer.cgi

Sample server emulates Apache-SOAP server sample.

------------------------------------------------------------------------
r61 | nakahiro | 2001-03-30 20:14:37 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/hippoClient.rb

Sample client to access Kawai-san's hippo2000 server by Perl.

------------------------------------------------------------------------
r60 | nakahiro | 2001-03-30 20:13:59 +0900 (Fri, 30 Mar 2001) | 3 lines
Changed paths:
   A /trunk/sample/apacheClient.rb

Renamed from sampleClient.rb.
Sample client to access Apache-SOAP server.

------------------------------------------------------------------------
r59 | nakahiro | 2001-03-30 20:12:54 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/RAA/pocketSOAP.js

pocketSOAP sample to access RAA SOAP interface.

------------------------------------------------------------------------
r58 | nakahiro | 2001-03-30 20:12:37 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/RAA/xmlrpc4r.rb

xmlrpc4r sample to access RAA XML-RPC interface.

------------------------------------------------------------------------
r57 | nakahiro | 2001-03-30 20:12:17 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/RAA/soap4rApp.rb

soap4r sample to access RAA SOAP interface. (Application version)

------------------------------------------------------------------------
r56 | nakahiro | 2001-03-30 20:11:59 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/RAA
   A /trunk/sample/RAA/soap4r.rb

soap4r sample to access RAA SOAP interface.

------------------------------------------------------------------------
r55 | nakahiro | 2001-03-30 19:42:14 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/cgistub.rb
   M /trunk/lib/soap/rpcRouter.rb

Router can handle methods which belong to different namespace.

------------------------------------------------------------------------
r54 | nakahiro | 2001-03-30 19:39:02 +0900 (Fri, 30 Mar 2001) | 9 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added Apache's Map type support.  Ruby's Hash are mapped to it now.
  (Ruby's Hash marshalled by 1.1 processor in the old way can be unmarshalled,
  but 1.2 processor marshals it in the new way and 1.1 processor does not
  unmarshals it into Hash.  Incompatibility between SOAP4R/1.2 and 1.1)
Added SOAP's base64 type support.
SOAPTimeInstant -> SOAPDateTime.
Unknown type 'unknown:SOAPStruct' was incorrectly unmarshalled into SOAPStruct.
  Fixed.

------------------------------------------------------------------------
r53 | nakahiro | 2001-03-30 19:26:28 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/processor.rb
   M /trunk/lib/soap/proxy.rb

Added an option to allow unqualified SOAP element.

------------------------------------------------------------------------
r52 | nakahiro | 2001-03-30 19:25:19 +0900 (Fri, 30 Mar 2001) | 6 lines
Changed paths:
   M /trunk/lib/soap/element.rb

Added methods request, response, and fault to SOAPBody.
Added href/id unmarshalling support.
  (href/id marshalling has not been supported yet)
Unknown attribute in Header Item raised an exception.  Omitted.
Added an option to allow unqualified SOAP element.

------------------------------------------------------------------------
r51 | nakahiro | 2001-03-30 19:22:11 +0900 (Fri, 30 Mar 2001) | 8 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Added href/id unmarshalling support.
  (href/id marshalling has not been supported yet)
Added SOAP's base64 type support.
SOAPStruct can have multiple accessor which have same name.
  Should I separate it from original SOAPStruct?
Added utility methods map! and members to SOAPArray and SOAPStruct.
OAPTimeInstant -> SOAPDateTime.

------------------------------------------------------------------------
r50 | nakahiro | 2001-03-30 18:06:00 +0900 (Fri, 30 Mar 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Added XSDBase64Binary for base64Binary.
XSDTimeInstant -> XSDDateTime; following XML Schema PR.

------------------------------------------------------------------------
r49 | nakahiro | 2001-03-30 14:40:58 +0900 (Fri, 30 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/streamHandler.rb

Fragment part of endPoint URI was omitted.  Fixed.

------------------------------------------------------------------------
r48 | nakahiro | 2001-03-23 15:29:43 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Typo fixed.

------------------------------------------------------------------------
r46 | nakahiro | 2001-03-23 14:32:33 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html

Fixed Funaba-san's URL.

------------------------------------------------------------------------
r45 | nakahiro | 2001-03-23 13:56:04 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Changed for RELEASE_1_1_0.

------------------------------------------------------------------------
r44 | nakahiro | 2001-03-23 13:55:33 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/sample/sampleClientRAA.rb

Added endpoint and proxy by default.

------------------------------------------------------------------------
r43 | nakahiro | 2001-03-23 13:54:45 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Avoided duplicate Struct.new( name ).

------------------------------------------------------------------------
r42 | nakahiro | 2001-03-23 12:28:11 +0900 (Fri, 23 Mar 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Illegal extend SOAP in SOAPModuleUtils fixed.
'Array' -> 'Ary'

------------------------------------------------------------------------
r41 | nakahiro | 2001-03-23 12:27:06 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added Date support.

------------------------------------------------------------------------
r40 | nakahiro | 2001-03-23 12:26:51 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/XMLSchemaDatatypes.rb

Use Date instead of Time for TimeInstant.

------------------------------------------------------------------------
r39 | nakahiro | 2001-03-23 12:25:19 +0900 (Fri, 23 Mar 2001) | 2 lines
Changed paths:
   M /trunk/sample/sampleClientRAA.rb

Added date3 support.

------------------------------------------------------------------------
r38 | nakahiro | 2001-03-22 17:50:18 +0900 (Thu, 22 Mar 2001) | 2 lines
Changed paths:
   M /trunk/sample/sampleClientRAA.rb

Added some methods.

------------------------------------------------------------------------
r37 | nakahiro | 2001-03-22 17:47:03 +0900 (Thu, 22 Mar 2001) | 3 lines
Changed paths:
   M /trunk/lib/soap/rpcUtils.rb

Added serialize interface SOAPSerializable.
Added Hash support.

------------------------------------------------------------------------
r36 | nakahiro | 2001-03-22 17:45:18 +0900 (Thu, 22 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/soap/baseData.rb

Fixed SOAPArray encoding bug.  Illegal element name for array of array.

------------------------------------------------------------------------
r35 | nakahiro | 2001-03-20 23:36:15 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/sampleClientRAA.rb

Sample client to connect RAA.

------------------------------------------------------------------------
r34 | nakahiro | 2001-03-20 23:35:46 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   A /trunk/sample/sampleCGIServer.rb

RPC server(CGI) sample.

------------------------------------------------------------------------
r33 | nakahiro | 2001-03-20 23:34:24 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   M /trunk/sample/sampleDriver.rb

Removed paramConv.  Parameter convertion has moved to RPC related libraries.

------------------------------------------------------------------------
r32 | nakahiro | 2001-03-20 23:33:21 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   M /trunk/sample/sampleClient.rb

Changed namespace definition.  @namespace -> @@namespace.

------------------------------------------------------------------------
r31 | nakahiro | 2001-03-20 23:30:04 +0900 (Tue, 20 Mar 2001) | 3 lines
Changed paths:
   A /trunk/lib/soap/cgistub.rb
   A /trunk/lib/soap/processor.rb
   A /trunk/lib/soap/rpcRouter.rb
   A /trunk/lib/soap/rpcUtils.rb
   A /trunk/lib/soap/streamHandler.rb
   A /trunk/lib/soap/streamHandler_wo_http-access.rb

Divided RPC support libraries.
Added RPC server support.

------------------------------------------------------------------------
r30 | nakahiro | 2001-03-20 23:28:33 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/SOAPStreamHandler_without_http-access.rb

Typo fixed.

------------------------------------------------------------------------
r29 | nakahiro | 2001-03-20 23:27:24 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/soap.rb

Added to_s to FaultError

------------------------------------------------------------------------
r28 | nakahiro | 2001-03-20 23:26:53 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   A /trunk/lib/soap/proxy.rb

include SOAPRPCUtils

------------------------------------------------------------------------
r27 | nakahiro | 2001-03-20 23:26:05 +0900 (Tue, 20 Mar 2001) | 3 lines
Changed paths:
   A /trunk/lib/soap/element.rb

Removed SOAPMethod.  SOAPMethod has moved to rpcUtils.rb.
SOAPFault namespace bug fixed.

------------------------------------------------------------------------
r26 | nakahiro | 2001-03-20 23:24:41 +0900 (Tue, 20 Mar 2001) | 3 lines
Changed paths:
   A /trunk/lib/soap/baseData.rb

Changed @namespace -> @typeNamespace.
Many encoding/decoding bugs around SOAPArray and SOAPStruct were fixed.

------------------------------------------------------------------------
r25 | nakahiro | 2001-03-20 23:20:02 +0900 (Tue, 20 Mar 2001) | 3 lines
Changed paths:
   A /trunk/lib/soap
   A /trunk/lib/soap/XMLSchemaDatatypes.rb

Changed instance variable: @namespace -> @typeNamespace
  @typeNamespace is for type attribute.  @namespace is for element.

------------------------------------------------------------------------
r24 | nakahiro | 2001-03-20 23:17:56 +0900 (Tue, 20 Mar 2001) | 2 lines
Changed paths:
   M /trunk/lib/SOAP.rb
   M /trunk/lib/SOAPData.rb
   M /trunk/lib/SOAPElement.rb
   M /trunk/lib/SOAPProcessor.rb
   M /trunk/lib/SOAPProxy.rb
   M /trunk/lib/SOAPStreamHandler.rb
   M /trunk/lib/SOAPStreamHandler_without_http-access.rb
   M /trunk/lib/XMLSchemaDatatypes.rb

Moved SOAP*.rb -> soap/*.rb

------------------------------------------------------------------------
r22 | nakahiro | 2000-11-11 16:54:05 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

For 1.0.2.

------------------------------------------------------------------------
r21 | nakahiro | 2000-11-11 16:35:17 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/lib/SOAPProcessor.rb

Removed namespace preloading when unmarshal.

------------------------------------------------------------------------
r20 | nakahiro | 2000-11-11 16:34:19 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/lib/SOAPProxy.rb

Removed parseTree.  It only called unmarshal.

------------------------------------------------------------------------
r19 | nakahiro | 2000-11-11 16:32:26 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/lib/SOAPStreamHandler.rb
   M /trunk/lib/SOAPStreamHandler_without_http-access.rb

Following uri.rb(3.54 -> 4.22).  URIModule::URI.create -> URI.create.

------------------------------------------------------------------------
r18 | nakahiro | 2000-11-11 16:29:33 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/lib/XMLSchemaDatatypes.rb

Corrected XMLSchema URI.

------------------------------------------------------------------------
r17 | nakahiro | 2000-11-11 16:28:37 +0900 (Sat, 11 Nov 2000) | 3 lines
Changed paths:
   M /trunk/lib/SOAPElement.rb

Removed method's name handling from SOAPElement and SOAPBody.  Not refered.
Added length method to SOAPHeader.  Enumerable#length was removed in ruby-1.6.x.

------------------------------------------------------------------------
r16 | nakahiro | 2000-11-11 16:26:15 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/lib/SOAPData.rb

Method name refactoring.

------------------------------------------------------------------------
r15 | nakahiro | 2000-11-11 16:15:51 +0900 (Sat, 11 Nov 2000) | 2 lines
Changed paths:
   M /trunk/sample/sampleDriver.rb

filter -> collent! for ruby 1.6.x

------------------------------------------------------------------------
r13 | nakahiro | 2000-07-27 16:21:55 +0900 (Thu, 27 Jul 2000) | 2 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

For 1.0.1

------------------------------------------------------------------------
r12 | nakahiro | 2000-07-27 16:05:38 +0900 (Thu, 27 Jul 2000) | 2 lines
Changed paths:
   M /trunk/sample/sampleDriver.rb

Maps Fixnum to SOAPInt.

------------------------------------------------------------------------
r11 | nakahiro | 2000-07-27 16:05:12 +0900 (Thu, 27 Jul 2000) | 2 lines
Changed paths:
   M /trunk/rubyStyle.css

Font.

------------------------------------------------------------------------
r10 | nakahiro | 2000-07-27 16:04:42 +0900 (Thu, 27 Jul 2000) | 6 lines
Changed paths:
   M /trunk/lib/SOAPData.rb

Use 'def self.foo' instead of 'module_function'.
Removed parameter 'namespace' from 'encode'.  Misunderstanding of namespace
  specification...
Added SOAPInt.
Handles SOAP/1.1 array.  Be carefull there still be many restrictions...

------------------------------------------------------------------------
r9 | nakahiro | 2000-07-27 16:01:40 +0900 (Thu, 27 Jul 2000) | 2 lines
Changed paths:
   M /trunk/lib/SOAPStreamHandler_without_http-access.rb

Removed useless 'debug print'.

------------------------------------------------------------------------
r8 | nakahiro | 2000-07-27 16:01:08 +0900 (Thu, 27 Jul 2000) | 2 lines
Changed paths:
   M /trunk/lib/XMLSchemaDatatypes.rb

Added 'int'.

------------------------------------------------------------------------
r7 | nakahiro | 2000-07-27 15:50:36 +0900 (Thu, 27 Jul 2000) | 3 lines
Changed paths:
   M /trunk/lib/SOAPStreamHandler_without_http-access.rb

Dump request/response string if -d was given.
Changed HTTPError -> HTTPStreamError.  Conflicted between http-access.

------------------------------------------------------------------------
r6 | nakahiro | 2000-07-27 15:49:07 +0900 (Thu, 27 Jul 2000) | 2 lines
Changed paths:
   M /trunk/lib/SOAPStreamHandler.rb

Dump request/response string if -d was given.

------------------------------------------------------------------------
r5 | nakahiro | 2000-07-27 15:45:28 +0900 (Thu, 27 Jul 2000) | 4 lines
Changed paths:
   M /trunk/lib/SOAPElement.rb

Use 'def self.foo' instead of 'module_function'.
Removed parameter 'namespace' from 'encode'.  Misunderstanding of namespace
  specification...

------------------------------------------------------------------------
r3 | nakahiro | 2000-07-17 14:43:33 +0900 (Mon, 17 Jul 2000) | 3 lines
Changed paths:
   M /trunk/RELEASE_en.html
   M /trunk/RELEASE_ja.html

Changed SOAP4R Home Page address.  http://www.jin.gr.jp/~nahi/Ruby/SOAP/ ->
  http://www.jin.gr.jp/~nahi/Ruby/SOAP4R/

------------------------------------------------------------------------
r2 | nakahiro | 2000-07-17 14:26:18 +0900 (Mon, 17 Jul 2000) | 2 lines
Changed paths:
   A /trunk/COPYING
   A /trunk/RELEASE_en.html
   A /trunk/RELEASE_ja.html
   A /trunk/lib
   A /trunk/lib/SOAP.rb
   A /trunk/lib/SOAPData.rb
   A /trunk/lib/SOAPElement.rb
   A /trunk/lib/SOAPProcessor.rb
   A /trunk/lib/SOAPProxy.rb
   A /trunk/lib/SOAPStreamHandler.rb
   A /trunk/lib/SOAPStreamHandler_without_http-access.rb
   A /trunk/lib/XMLSchemaDatatypes.rb
   A /trunk/rubyStyle.css
   A /trunk/sample
   A /trunk/sample/application.rb
   A /trunk/sample/sampleClient.rb
   A /trunk/sample/sampleDriver.rb

SOAP4R initial release.

------------------------------------------------------------------------
r1 | (no author) | 2000-07-17 14:26:18 +0900 (Mon, 17 Jul 2000) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

New repository initialized by cvs2svn.
------------------------------------------------------------------------
