1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
nahi 29c5ab0b77 * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.
#nnn is a ticket number at http://dev.ctor.org/soap4r

          * SOAP

            * allow to configure an envelope namespace of SOAP request. (#124)
                TemporaryNamespace = 'http://www.w3.org/2003/05/soap-envelope'
                @client.options["soap.envelope.requestnamespace"] =
                  TemporaryNamespace
                @client.options["soap.envelope.responsenamespace"] =
                  TemporaryNamespace
                @client.do_proc(...)

            * let SOAP request XML indent space configuable.  see
              "soap.envelope.no_indent" option. (#130)

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

            * add iso-8859-1 external CES support. (#106)

            * fixed illegal 'qualified' handling of elements.  it caused
              ASP.NET inteoperability problem. (#144)

            * 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. (#147)

            * SOAP::Header::SimpleHeader (de)serialization throws an exception
              on !SimpleHeader.on_(in|out)bound when header is a String.  so we
              could not use a simple single element headerItem.  fixed.  thanks
              to emil. (#129)

            * out parameter of rpc operation did not work.  (#132)

            * follow HTTP redirect only if using http-access2.  (#125) (#145)

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

          * WSDL

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

            * rpc/literal support. (#118)

            * re-implemented local element qualify/unqualify control.  handles
              elementFormDefault and form in WSDL.  (#119)

            * Array of an element which has simpleType causes a crash. (#128)

            * prarmeterOrder may not contain return part so it can be shorter
              than parts size.  Thanks to Hugh.  (#139)

          * Samples

            * added !BasicAuth client sample. (#117)

            * added Base64 client/server sample.

            * added Flickr SOAP interface client sample. (#122)

            * added !SalesForce client sample. (#135)

            * updated Thawte CA certificate for !GoogleAdWords sample.

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

            * shortened long file names. (#120)

            * fixed typo in authheader sample. (#129)

            * updated deprecated method usage.  (#138)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-09-15 14:33:53 +00:00
..
csv
dbm * test/dbm/test_dbm.rb: remove locking test, which may not be 2005-09-12 15:12:52 +00:00
digest
drb use private_methods and protected_methods instead of respond_to? to check 2005-07-31 16:19:42 +00:00
erb
fileutils
gdbm dbm/test_dbm.rb: specify pid for Process.wait. 2005-08-12 15:53:06 +00:00
io/nonblock
logger * lib/logger.rb (Logger): added formatter accessor to logger for 2005-09-13 13:13:41 +00:00
monitor
net skip test if openssl is not available. 2005-06-07 02:49:16 +00:00
nkf
openssl * test/openssl/test_pkcs7.rb (test_enveloped): skip this test 2005-09-12 11:55:25 +00:00
optparse
ostruct
readline * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. 2005-06-17 16:18:56 +00:00
rinda
ripper fix. 2005-09-06 06:18:41 +00:00
rss * lib/ostruct.rb (new_ostruct_member): Object#send no longer call 2005-09-12 23:09:39 +00:00
ruby * test/ruby/test_signal.rb (test_exit_action): skip the test using 2005-09-15 13:42:15 +00:00
scanf
sdbm dbm/test_dbm.rb: specify pid for Process.wait. 2005-08-12 15:53:06 +00:00
soap * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. 2005-09-15 14:33:53 +00:00
socket * test/socket/test_socket.rb (test_listen): missed to modify. 2005-09-13 12:39:45 +00:00
stringio
strscan
testunit * test/testunit/test_assertions.rb: revert unintentional commit. 2005-09-12 16:23:14 +00:00
uri Added .document file for lib/uri. 2005-09-07 16:07:43 +00:00
webrick * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): 2005-05-27 17:16:06 +00:00
wsdl * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. 2005-09-15 14:33:53 +00:00
xmlrpc
xsd
yaml
zlib
inlinetest.rb
runner.rb
test_generator.rb
test_ipaddr.rb
test_pathname.rb
test_pp.rb
test_prettyprint.rb
test_set.rb
test_time.rb
test_tsort.rb