Changeset 2006 for trunk/sample/showcase
- Timestamp:
- 10/28/07 17:16:29 (1 year ago)
- Files:
-
- trunk/sample/showcase/soap/mssoap/stockQuoteService.cgi (modified) (1 diff)
- trunk/sample/showcase/soap/mssoap/stockQuoteServicePortTypeDriver.rb (modified) (1 diff)
- trunk/sample/showcase/soap/netDicV06/INetDicV06.rb (modified) (1 diff)
- trunk/sample/showcase/soap/raa2.4/raaDriver.rb (modified) (22 diffs)
- trunk/sample/showcase/wsdl/amazon/AmazonSearchDriver.rb (modified) (26 diffs)
- trunk/sample/showcase/wsdl/googleSearch/GoogleSearchDriver.rb (modified) (3 diffs)
- trunk/sample/showcase/wsdl/noaa/defaultDriver.rb (modified) (2 diffs)
- trunk/sample/showcase/wsdl/salesforce/defaultDriver.rb (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/sample/showcase/soap/mssoap/stockQuoteService.cgi
r1843 r2006 11 11 "", 12 12 "getQuote", 13 [ [ "in", "arg0", ["::SOAP::SOAPString"]],14 [ "retval", "getQuoteResult", ["::SOAP::SOAPFloat"]] ],13 [ [:in, "arg0", ["::SOAP::SOAPString"]], 14 [:retval, "getQuoteResult", ["::SOAP::SOAPFloat"]] ], 15 15 { :request_style => :rpc, :request_use => :encoded, 16 16 :response_style => :rpc, :response_use => :encoded } trunk/sample/showcase/soap/mssoap/stockQuoteServicePortTypeDriver.rb
r1843 r2006 11 11 "", 12 12 "getQuote", 13 [ [ "in", "arg0", ["::SOAP::SOAPString"]],14 [ "retval", "getQuoteResult", ["::SOAP::SOAPFloat"]] ],13 [ [:in, "arg0", ["::SOAP::SOAPString"]], 14 [:retval, "getQuoteResult", ["::SOAP::SOAPFloat"]] ], 15 15 { :request_style => :rpc, :request_use => :encoded, 16 16 :response_style => :rpc, :response_use => :encoded } trunk/sample/showcase/soap/netDicV06/INetDicV06.rb
r1843 r2006 4 4 Methods = [ 5 5 ['GetDicList', 6 [ 'out', 'DicInfoList'], ['out', 'ErrorMessage'],7 [ 'retval', 'GetDicListResult']],6 [:out, 'DicInfoList'], [:out, 'ErrorMessage'], 7 [:retval, 'GetDicListResult']], 8 8 ['SearchDicItem', 9 [ 'in', 'DicID'], ['in', 'QueryString'], ['in', 'ScopeOption'],10 [ 'in', 'MatchOption'], ['in', 'FormatOption'], ['in', 'ResourceOption'],11 [ 'in', 'CharsetOption'], ['in', 'ReqItemIndex'],12 [ 'in', 'ReqItemTitleCount'], ['in', 'ReqItemContentCount']],9 [:in, 'DicID'], [:in, 'QueryString'], [:in, 'ScopeOption'], 10 [:in, 'MatchOption'], [:in, 'FormatOption'], [:in, 'ResourceOption'], 11 [:in, 'CharsetOption'], [:in, 'ReqItemIndex'], 12 [:in, 'ReqItemTitleCount'], [:in, 'ReqItemContentCount']], 13 13 ['GetDicItem', 14 [ 'in', 'DicID'], ['in', 'ItemID'], ['in', 'FormatOption'],15 [ 'in', 'ResourceOption'], ['in', 'CharsetOption']],14 [:in, 'DicID'], [:in, 'ItemID'], [:in, 'FormatOption'], 15 [:in, 'ResourceOption'], [:in, 'CharsetOption']], 16 16 ] 17 17 trunk/sample/showcase/soap/raa2.4/raaDriver.rb
r1843 r2006 70 70 ["gem", "gem", 71 71 [ 72 [ "in", "name", [SOAP::SOAPString]],73 [ "retval", "return", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Gem"]]72 [:in, "name", [SOAP::SOAPString]], 73 [:retval, "return", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Gem"]] 74 74 ], 75 75 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 77 77 ["dependents", "dependents", 78 78 [ 79 [ "in", "name", [SOAP::SOAPString]],80 [ "in", "version", [SOAP::SOAPString]],81 [ "retval", "return", [::SOAP::SOAPArray, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "ProjectDependency"]]79 [:in, "name", [SOAP::SOAPString]], 80 [:in, "version", [SOAP::SOAPString]], 81 [:retval, "return", [::SOAP::SOAPArray, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "ProjectDependency"]] 82 82 ], 83 83 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 85 85 ["names", "names", 86 86 [ 87 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]87 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 88 88 ], 89 89 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 91 91 ["size", "size", 92 92 [ 93 [ "retval", "return", [SOAP::SOAPInt]]93 [:retval, "return", [SOAP::SOAPInt]] 94 94 ], 95 95 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 97 97 ["list_by_category", "list_by_category", 98 98 [ 99 [ "in", "major", [SOAP::SOAPString]],100 [ "in", "minor", [SOAP::SOAPString]],101 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]99 [:in, "major", [SOAP::SOAPString]], 100 [:in, "minor", [SOAP::SOAPString]], 101 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 102 102 ], 103 103 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 105 105 ["tree_by_category", "tree_by_category", 106 106 [ 107 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "anyType"]]107 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "anyType"]] 108 108 ], 109 109 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 111 111 ["list_recent_updated", "list_recent_updated", 112 112 [ 113 [ "in", "idx", [SOAP::SOAPInt]],114 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]113 [:in, "idx", [SOAP::SOAPInt]], 114 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 115 115 ], 116 116 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 118 118 ["list_recent_created", "list_recent_created", 119 119 [ 120 [ "in", "idx", [SOAP::SOAPInt]],121 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]120 [:in, "idx", [SOAP::SOAPInt]], 121 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 122 122 ], 123 123 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 125 125 ["list_updated_since", "list_updated_since", 126 126 [ 127 [ "in", "date", [SOAP::SOAPDateTime]],128 [ "in", "idx", [SOAP::SOAPInt]],129 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]127 [:in, "date", [SOAP::SOAPDateTime]], 128 [:in, "idx", [SOAP::SOAPInt]], 129 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 130 130 ], 131 131 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 133 133 ["list_created_since", "list_created_since", 134 134 [ 135 [ "in", "date", [SOAP::SOAPDateTime]],136 [ "in", "idx", [SOAP::SOAPInt]],137 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]135 [:in, "date", [SOAP::SOAPDateTime]], 136 [:in, "idx", [SOAP::SOAPInt]], 137 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 138 138 ], 139 139 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 141 141 ["list_by_owner", "list_by_owner", 142 142 [ 143 [ "in", "owner_id", [SOAP::SOAPInt]],144 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]143 [:in, "owner_id", [SOAP::SOAPInt]], 144 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 145 145 ], 146 146 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 148 148 ["search_name", "search_name", 149 149 [ 150 [ "in", "substring", [SOAP::SOAPString]],151 [ "in", "idx", [SOAP::SOAPInt]],152 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]150 [:in, "substring", [SOAP::SOAPString]], 151 [:in, "idx", [SOAP::SOAPInt]], 152 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 153 153 ], 154 154 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 156 156 ["search_short_description", "search_short_description", 157 157 [ 158 [ "in", "substring", [SOAP::SOAPString]],159 [ "in", "idx", [SOAP::SOAPInt]],160 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]158 [:in, "substring", [SOAP::SOAPString]], 159 [:in, "idx", [SOAP::SOAPInt]], 160 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 161 161 ], 162 162 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 164 164 ["search_owner", "search_owner", 165 165 [ 166 [ "in", "substring", [SOAP::SOAPString]],167 [ "in", "idx", [SOAP::SOAPInt]],168 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]166 [:in, "substring", [SOAP::SOAPString]], 167 [:in, "idx", [SOAP::SOAPInt]], 168 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 169 169 ], 170 170 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 172 172 ["search_version", "search_version", 173 173 [ 174 [ "in", "substring", [SOAP::SOAPString]],175 [ "in", "idx", [SOAP::SOAPInt]],176 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]174 [:in, "substring", [SOAP::SOAPString]], 175 [:in, "idx", [SOAP::SOAPInt]], 176 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 177 177 ], 178 178 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 180 180 ["search_status", "search_status", 181 181 [ 182 [ "in", "substring", [SOAP::SOAPString]],183 [ "in", "idx", [SOAP::SOAPInt]],184 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]182 [:in, "substring", [SOAP::SOAPString]], 183 [:in, "idx", [SOAP::SOAPInt]], 184 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 185 185 ], 186 186 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 188 188 ["search_description", "search_description", 189 189 [ 190 [ "in", "substring", [SOAP::SOAPString]],191 [ "in", "idx", [SOAP::SOAPInt]],192 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]]190 [:in, "substring", [SOAP::SOAPString]], 191 [:in, "idx", [SOAP::SOAPInt]], 192 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "string"]] 193 193 ], 194 194 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 196 196 ["search", "search", 197 197 [ 198 [ "in", "substring", [SOAP::SOAPString]],199 [ "retval", "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "anyType"]]198 [:in, "substring", [SOAP::SOAPString]], 199 [:retval, "return", [::SOAP::SOAPArray, "http://www.w3.org/2001/XMLSchema", "anyType"]] 200 200 ], 201 201 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 203 203 ["owner", "owner", 204 204 [ 205 [ "in", "owner_id", [SOAP::SOAPInt]],206 [ "retval", "return", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Owner"]]205 [:in, "owner_id", [SOAP::SOAPInt]], 206 [:retval, "return", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Owner"]] 207 207 ], 208 208 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 210 210 ["list_owner", "list_owner", 211 211 [ 212 [ "in", "idx", [SOAP::SOAPInt]],213 [ "retval", "return", [::SOAP::SOAPArray, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Owner"]]212 [:in, "idx", [SOAP::SOAPInt]], 213 [:retval, "return", [::SOAP::SOAPArray, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Owner"]] 214 214 ], 215 215 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 217 217 ["update", "update", 218 218 [ 219 [ "in", "name", [SOAP::SOAPString]],220 [ "in", "pass", [SOAP::SOAPString]],221 [ "in", "gem", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Gem"]],222 [ "retval", "return", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Gem"]]219 [:in, "name", [SOAP::SOAPString]], 220 [:in, "pass", [SOAP::SOAPString]], 221 [:in, "gem", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Gem"]], 222 [:retval, "return", [::SOAP::SOAPStruct, "http://www.ruby-lang.org/xmlns/soap/type/RAA/0.0.3/", "Gem"]] 223 223 ], 224 224 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" … … 226 226 ["update_pass", "update_pass", 227 227 [ 228 [ "in", "name", [SOAP::SOAPString]],229 [ "in", "oldpass", [SOAP::SOAPString]],230 [ "in", "newpass", [SOAP::SOAPString]]228 [:in, "name", [SOAP::SOAPString]], 229 [:in, "oldpass", [SOAP::SOAPString]], 230 [:in, "newpass", [SOAP::SOAPString]] 231 231 ], 232 232 "", "http://www.ruby-lang.org/xmlns/soap/interface/RAA/0.0.4/" trunk/sample/showcase/wsdl/amazon/AmazonSearchDriver.rb
r1843 r2006 335 335 ["KeywordSearchRequest", "keywordSearchRequest", 336 336 [ 337 [ "in", "KeywordSearchRequest", ["KeywordRequest", "http://soap.amazon.com", "KeywordRequest"]],338 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]337 [:in, "KeywordSearchRequest", ["KeywordRequest", "http://soap.amazon.com", "KeywordRequest"]], 338 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 339 339 ], 340 340 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 342 342 ["TextStreamSearchRequest", "textStreamSearchRequest", 343 343 [ 344 [ "in", "TextStreamSearchRequest", ["TextStreamRequest", "http://soap.amazon.com", "TextStreamRequest"]],345 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]344 [:in, "TextStreamSearchRequest", ["TextStreamRequest", "http://soap.amazon.com", "TextStreamRequest"]], 345 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 346 346 ], 347 347 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 349 349 ["PowerSearchRequest", "powerSearchRequest", 350 350 [ 351 [ "in", "PowerSearchRequest", ["PowerRequest", "http://soap.amazon.com", "PowerRequest"]],352 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]351 [:in, "PowerSearchRequest", ["PowerRequest", "http://soap.amazon.com", "PowerRequest"]], 352 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 353 353 ], 354 354 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 356 356 ["BrowseNodeSearchRequest", "browseNodeSearchRequest", 357 357 [ 358 [ "in", "BrowseNodeSearchRequest", ["BrowseNodeRequest", "http://soap.amazon.com", "BrowseNodeRequest"]],359 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]358 [:in, "BrowseNodeSearchRequest", ["BrowseNodeRequest", "http://soap.amazon.com", "BrowseNodeRequest"]], 359 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 360 360 ], 361 361 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 363 363 ["AsinSearchRequest", "asinSearchRequest", 364 364 [ 365 [ "in", "AsinSearchRequest", ["AsinRequest", "http://soap.amazon.com", "AsinRequest"]],366 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]365 [:in, "AsinSearchRequest", ["AsinRequest", "http://soap.amazon.com", "AsinRequest"]], 366 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 367 367 ], 368 368 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 370 370 ["BlendedSearchRequest", "blendedSearchRequest", 371 371 [ 372 [ "in", "BlendedSearchRequest", ["BlendedRequest", "http://soap.amazon.com", "BlendedRequest"]],373 [ "retval", "return", ["ProductLine[]", "http://soap.amazon.com", "ProductLine"]]372 [:in, "BlendedSearchRequest", ["BlendedRequest", "http://soap.amazon.com", "BlendedRequest"]], 373 [:retval, "return", ["ProductLine[]", "http://soap.amazon.com", "ProductLine"]] 374 374 ], 375 375 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 377 377 ["UpcSearchRequest", "upcSearchRequest", 378 378 [ 379 [ "in", "UpcSearchRequest", ["UpcRequest", "http://soap.amazon.com", "UpcRequest"]],380 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]379 [:in, "UpcSearchRequest", ["UpcRequest", "http://soap.amazon.com", "UpcRequest"]], 380 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 381 381 ], 382 382 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 384 384 ["SkuSearchRequest", "skuSearchRequest", 385 385 [ 386 [ "in", "SkuSearchRequest", ["SkuRequest", "http://soap.amazon.com", "SkuRequest"]],387 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]386 [:in, "SkuSearchRequest", ["SkuRequest", "http://soap.amazon.com", "SkuRequest"]], 387 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 388 388 ], 389 389 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 391 391 ["AuthorSearchRequest", "authorSearchRequest", 392 392 [ 393 [ "in", "AuthorSearchRequest", ["AuthorRequest", "http://soap.amazon.com", "AuthorRequest"]],394 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]393 [:in, "AuthorSearchRequest", ["AuthorRequest", "http://soap.amazon.com", "AuthorRequest"]], 394 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 395 395 ], 396 396 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 398 398 ["ArtistSearchRequest", "artistSearchRequest", 399 399 [ 400 [ "in", "ArtistSearchRequest", ["ArtistRequest", "http://soap.amazon.com", "ArtistRequest"]],401 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]400 [:in, "ArtistSearchRequest", ["ArtistRequest", "http://soap.amazon.com", "ArtistRequest"]], 401 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 402 402 ], 403 403 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 405 405 ["ActorSearchRequest", "actorSearchRequest", 406 406 [ 407 [ "in", "ActorSearchRequest", ["ActorRequest", "http://soap.amazon.com", "ActorRequest"]],408 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]407 [:in, "ActorSearchRequest", ["ActorRequest", "http://soap.amazon.com", "ActorRequest"]], 408 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 409 409 ], 410 410 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 412 412 ["ManufacturerSearchRequest", "manufacturerSearchRequest", 413 413 [ 414 [ "in", "ManufacturerSearchRequest", ["ManufacturerRequest", "http://soap.amazon.com", "ManufacturerRequest"]],415 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]414 [:in, "ManufacturerSearchRequest", ["ManufacturerRequest", "http://soap.amazon.com", "ManufacturerRequest"]], 415 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 416 416 ], 417 417 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 419 419 ["DirectorSearchRequest", "directorSearchRequest", 420 420 [ 421 [ "in", "DirectorSearchRequest", ["DirectorRequest", "http://soap.amazon.com", "DirectorRequest"]],422 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]421 [:in, "DirectorSearchRequest", ["DirectorRequest", "http://soap.amazon.com", "DirectorRequest"]], 422 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 423 423 ], 424 424 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 426 426 ["ListManiaSearchRequest", "listManiaSearchRequest", 427 427 [ 428 [ "in", "ListManiaSearchRequest", ["ListManiaRequest", "http://soap.amazon.com", "ListManiaRequest"]],429 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]428 [:in, "ListManiaSearchRequest", ["ListManiaRequest", "http://soap.amazon.com", "ListManiaRequest"]], 429 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 430 430 ], 431 431 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 433 433 ["WishlistSearchRequest", "wishlistSearchRequest", 434 434 [ 435 [ "in", "WishlistSearchRequest", ["WishlistRequest", "http://soap.amazon.com", "WishlistRequest"]],436 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]435 [:in, "WishlistSearchRequest", ["WishlistRequest", "http://soap.amazon.com", "WishlistRequest"]], 436 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 437 437 ], 438 438 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 440 440 ["ExchangeSearchRequest", "exchangeSearchRequest", 441 441 [ 442 [ "in", "ExchangeSearchRequest", ["ExchangeRequest", "http://soap.amazon.com", "ExchangeRequest"]],443 [ "retval", "return", ["ListingProductDetails", "http://soap.amazon.com", "ListingProductDetails"]]442 [:in, "ExchangeSearchRequest", ["ExchangeRequest", "http://soap.amazon.com", "ExchangeRequest"]], 443 [:retval, "return", ["ListingProductDetails", "http://soap.amazon.com", "ListingProductDetails"]] 444 444 ], 445 445 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 447 447 ["MarketplaceSearchRequest", "marketplaceSearchRequest", 448 448 [ 449 [ "in", "MarketplaceSearchRequest", ["MarketplaceRequest", "http://soap.amazon.com", "MarketplaceRequest"]],450 [ "retval", "return", ["MarketplaceSearch", "http://soap.amazon.com", "MarketplaceSearch"]]449 [:in, "MarketplaceSearchRequest", ["MarketplaceRequest", "http://soap.amazon.com", "MarketplaceRequest"]], 450 [:retval, "return", ["MarketplaceSearch", "http://soap.amazon.com", "MarketplaceSearch"]] 451 451 ], 452 452 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 454 454 ["SellerProfileSearchRequest", "sellerProfileSearchRequest", 455 455 [ 456 [ "in", "SellerProfileSearchRequest", ["SellerProfileRequest", "http://soap.amazon.com", "SellerProfileRequest"]],457 [ "retval", "return", ["SellerProfile", "http://soap.amazon.com", "SellerProfile"]]456 [:in, "SellerProfileSearchRequest", ["SellerProfileRequest", "http://soap.amazon.com", "SellerProfileRequest"]], 457 [:retval, "return", ["SellerProfile", "http://soap.amazon.com", "SellerProfile"]] 458 458 ], 459 459 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 461 461 ["SellerSearchRequest", "sellerSearchRequest", 462 462 [ 463 [ "in", "SellerSearchRequest", ["SellerRequest", "http://soap.amazon.com", "SellerRequest"]],464 [ "retval", "return", ["SellerSearch", "http://soap.amazon.com", "SellerSearch"]]463 [:in, "SellerSearchRequest", ["SellerRequest", "http://soap.amazon.com", "SellerRequest"]], 464 [:retval, "return", ["SellerSearch", "http://soap.amazon.com", "SellerSearch"]] 465 465 ], 466 466 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 468 468 ["SimilaritySearchRequest", "similaritySearchRequest", 469 469 [ 470 [ "in", "SimilaritySearchRequest", ["SimilarityRequest", "http://soap.amazon.com", "SimilarityRequest"]],471 [ "retval", "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]]470 [:in, "SimilaritySearchRequest", ["SimilarityRequest", "http://soap.amazon.com", "SimilarityRequest"]], 471 [:retval, "return", ["ProductInfo", "http://soap.amazon.com", "ProductInfo"]] 472 472 ], 473 473 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 475 475 ["GetShoppingCartRequest", "getShoppingCartRequest", 476 476 [ 477 [ "in", "GetShoppingCartRequest", ["GetShoppingCartRequest", "http://soap.amazon.com", "GetShoppingCartRequest"]],478 [ "retval", "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]]477 [:in, "GetShoppingCartRequest", ["GetShoppingCartRequest", "http://soap.amazon.com", "GetShoppingCartRequest"]], 478 [:retval, "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]] 479 479 ], 480 480 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 482 482 ["ClearShoppingCartRequest", "clearShoppingCartRequest", 483 483 [ 484 [ "in", "ClearShoppingCartRequest", ["ClearShoppingCartRequest", "http://soap.amazon.com", "ClearShoppingCartRequest"]],485 [ "retval", "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]]484 [:in, "ClearShoppingCartRequest", ["ClearShoppingCartRequest", "http://soap.amazon.com", "ClearShoppingCartRequest"]], 485 [:retval, "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]] 486 486 ], 487 487 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 489 489 ["AddShoppingCartItemsRequest", "addShoppingCartItemsRequest", 490 490 [ 491 [ "in", "AddShoppingCartItemsRequest", ["AddShoppingCartItemsRequest", "http://soap.amazon.com", "AddShoppingCartItemsRequest"]],492 [ "retval", "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]]491 [:in, "AddShoppingCartItemsRequest", ["AddShoppingCartItemsRequest", "http://soap.amazon.com", "AddShoppingCartItemsRequest"]], 492 [:retval, "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]] 493 493 ], 494 494 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 496 496 ["RemoveShoppingCartItemsRequest", "removeShoppingCartItemsRequest", 497 497 [ 498 [ "in", "RemoveShoppingCartItemsRequest", ["RemoveShoppingCartItemsRequest", "http://soap.amazon.com", "RemoveShoppingCartItemsRequest"]],499 [ "retval", "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]]498 [:in, "RemoveShoppingCartItemsRequest", ["RemoveShoppingCartItemsRequest", "http://soap.amazon.com", "RemoveShoppingCartItemsRequest"]], 499 [:retval, "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]] 500 500 ], 501 501 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 503 503 ["ModifyShoppingCartItemsRequest", "modifyShoppingCartItemsRequest", 504 504 [ 505 [ "in", "ModifyShoppingCartItemsRequest", ["ModifyShoppingCartItemsRequest", "http://soap.amazon.com", "ModifyShoppingCartItemsRequest"]],506 [ "retval", "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]]505 [:in, "ModifyShoppingCartItemsRequest", ["ModifyShoppingCartItemsRequest", "http://soap.amazon.com", "ModifyShoppingCartItemsRequest"]], 506 [:retval, "ShoppingCart", ["ShoppingCart", "http://soap.amazon.com", "ShoppingCart"]] 507 507 ], 508 508 "http://soap.amazon.com", "http://soap.amazon.com", :rpc … … 510 510 ["GetTransactionDetailsRequest", "getTransactionDetailsRequest", 511 511 [ 512 [ "in", "GetTransactionDetailsRequest", ["GetTransactionDetailsRequest", "http://soap.amazon.com", "GetTransactionDetailsRequest"]],513 [ "retval", "GetTransactionDetailsResponse", ["GetTransactionDetailsResponse", "http://soap.amazon.com", "GetTransactionDetailsResponse"]]512 [:in, "GetTransactionDetailsRequest", ["GetTransactionDetailsRequest", "http://soap.amazon.com", "GetTransactionDetailsRequest"]], 513 [:retval, "GetTransactionDetailsResponse", ["GetTransactionDetailsResponse", "http://soap.amazon.com", "GetTransactionDetailsResponse"]] 514 514 ], 515 515 "http://soap.amazon.com", "http://soap.amazon.com", :rpc trunk/sample/showcase/wsdl/googleSearch/GoogleSearchDriver.rb
r1843 r2006 41 41 ["doGetCachedPage", "doGetCachedPage", 42 42 [ 43 [ "in", "key", ["::SOAP::SOAPString"]],44 [ "in", "url", ["::SOAP::SOAPString"]],45 [ "retval", "return", ["::SOAP::SOAPBase64"]]43 [:in, "key", ["::SOAP::SOAPString"]], 44 [:in, "url", ["::SOAP::SOAPString"]], 45 [:retval, "return", ["::SOAP::SOAPBase64"]] 46 46 ], 47 47 "urn:GoogleSearchAction", "urn:GoogleSearch", :rpc … … 49 49 ["doSpellingSuggestion", "doSpellingSuggestion", 50 50 [ 51 [ "in", "key", ["::SOAP::SOAPString"]],52 [ "in", "phrase", ["::SOAP::SOAPString"]],53 [ "retval", "return", ["::SOAP::SOAPString"]]51 [:in, "key", ["::SOAP::SOAPString"]], 52 [:in, "phrase", ["::SOAP::SOAPString"]], 53 [:retval, "return", ["::SOAP::SOAPString"]] 54 54 ], 55 55 "urn:GoogleSearchAction", "urn:GoogleSearch", :rpc … … 57 57 ["doGoogleSearch", "doGoogleSearch", 58 58 [ 59 [ "in", "key", ["::SOAP::SOAPString"]],60 [ "in", "q", ["::SOAP::SOAPString"]],61 [ "in", "start", ["::SOAP::SOAPInt"]],62 [ "in", "maxResults", ["::SOAP::SOAPInt"]],63 [ "in", "filter", ["::SOAP::SOAPBoolean"]],64 [ "in", "restrict", ["::SOAP::SOAPString"]],65 [ "in", "safeSearch", ["::SOAP::SOAPBoolean"]],66 [ "in", "lr", ["::SOAP::SOAPString"]],67 [ "in", "ie", ["::SOAP::SOAPString"]],68 [ "in", "oe", ["::SOAP::SOAPString"]],69 [ "retval", "return", ["GoogleSearchResult", "urn:GoogleSearch", "GoogleSearchResult"]]59 [:in, "key", ["::SOAP::SOAPString"]], 60 [:in, "q", ["::SOAP::SOAPString"]], 61 [:in, "start", ["::SOAP::SOAPInt"]], 62 [:in, "maxResults", ["::SOAP::SOAPInt"]], 63 [:in, "filter", ["::SOAP::SOAPBoolean"]], 64 [:in, "restrict", ["::SOAP::SOAPString"]], 65 [:in, "safeSearch", ["::SOAP::SOAPBoolean"]], 66 [:in, "lr", ["::SOAP::SOAPString"]], 67 [:in, "ie", ["::SOAP::SOAPString"]], 68 [:in, "oe", ["::SOAP::SOAPString"]], 69 [:retval, "return", ["GoogleSearchResult", "urn:GoogleSearch", "GoogleSearchResult"]] 70 70 ], 71 71 "urn:GoogleSearchAction", "urn:GoogleSearch", :rpc trunk/sample/showcase/wsdl/noaa/defaultDriver.rb
r1843 r2006 10 10 "http://weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen", 11 11 "nDFDgen", 12 [ [ "in", "latitude", ["::SOAP::SOAPDecimal"]],13 [ "in", "longitude", ["::SOAP::SOAPDecimal"]],14 [ "in", "product", [nil, "http://weather.gov/forecasts/xml/DWMLgen/schema/ndfdXML.xsd", "productType"]],15 [ "in", "startTime", ["::SOAP::SOAPDateTime"]],16 [ "in", "endTime", ["::SOAP::SOAPDateTime"]],17 [ "in", "weatherParameters", ["WeatherParametersType", "http://weather.gov/forecasts/xml/DWMLgen/schema/ndfdXML.xsd", "weatherParametersType"]],18 [ "retval", "dwmlOut", ["::SOAP::SOAPString"]] ],12 [ [:in, "latitude", ["::SOAP::SOAPDecimal"]], 13 [:in, "longitude", ["::SOAP::SOAPDecimal"]], 14 [:in, "product", [nil, "http://weather.gov/forecasts/xml/DWMLgen/schema/ndfdXML.xsd", "productType"]], 15 [:in, "startTime", ["::SOAP::SOAPDateTime"]], 16 [:in, "endTime", ["::SOAP::SOAPDateTime"]], 17 [:in, "weatherParameters", ["WeatherParametersType", "http://weather.gov/forecasts/xml/DWMLgen/schema/ndfdXML.xsd", "weatherParametersType"]], 18 [:retval, "dwmlOut", ["::SOAP::SOAPString"]] ], 19 19 { :request_style => :rpc, :request_use => :encoded, 20 20 :response_style => :rpc, :response_use => :encoded, … … 24 24 "http://weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDay", 25 25 "nDFDgenByDay", 26 [ [ "in", "latitude", ["::SOAP::SOAPDecimal"]],27 [ "in", "longitude", ["::SOAP::SOAPDecimal"]],28 [ "in", "startDate", ["::SOAP::SOAPDate"]],29 [ "in", "numDays", ["::SOAP::SOAPInteger"]],30 [ "in", "format", [nil, "http://weather.gov/forecasts/xml/DWMLgen/schema/ndfdXML.xsd", "formatType"]],31 [ "retval", "dwmlByDayOut", ["::SOAP::SOAPString"]] ],26 [ [:in, "latitude", ["::SOAP::SOAPDecimal"]], 27 [:in, "longitude", ["::SOAP::SOAPDecimal"]], 28 [:in, "startDate", ["::SOAP::SOAPDate"]], 29 [:in, "numDays", ["::SOAP::SOAPInteger"]], 30 [:in, "format", [nil, "http://weather.gov/forecasts/xml/DWMLgen/schema/ndfdXML.xsd", "formatType"]], 31 [:retval, "dwmlByDayOut", ["::SOAP::SOAPString"]] ], 32 32 { :request_style => :rpc, :request_use => :encoded, 33 33 :response_style => :rpc, :response_use => :encoded, trunk/sample/showcase/wsdl/salesforce/defaultDriver.rb
r1843 r2006 10 10 [ "", 11 11 "login", 12 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "login"], true],13 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "loginResponse"], true] ],12 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "login"], true], 13 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "loginResponse"], true] ], 14 14 { :request_style => :document, :request_use => :literal, 15 15 :response_style => :document, :response_use => :literal } … … 17 17 [ "", 18 18 "describeSObject", 19 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeSObject"], true],20 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeSObjectResponse"], true] ],19 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeSObject"], true], 20 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeSObjectResponse"], true] ], 21 21 { :request_style => :document, :request_use => :literal, 22 22 :response_style => :document, :response_use => :literal } … … 24 24 [ "", 25 25 "describeGlobal", 26 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeGlobal"], true],27 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeGlobalResponse"], true] ],26 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeGlobal"], true], 27 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeGlobalResponse"], true] ], 28 28 { :request_style => :document, :request_use => :literal, 29 29 :response_style => :document, :response_use => :literal } … … 31 31 [ "", 32 32 "describeLayout", 33 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeLayout"], true],34 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeLayoutResponse"], true] ],33 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeLayout"], true], 34 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "describeLayoutResponse"], true] ], 35 35 { :request_style => :document, :request_use => :literal, 36 36 :response_style => :document, :response_use => :literal } … … 38 38 [ "", 39 39 "create", 40 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "create"], true],41 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "createResponse"], true] ],40 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "create"], true], 41 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "createResponse"], true] ], 42 42 { :request_style => :document, :request_use => :literal, 43 43 :response_style => :document, :response_use => :literal } … … 45 45 [ "", 46 46 "update", 47 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "update"], true],48 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "updateResponse"], true] ],47 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "update"], true], 48 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "updateResponse"], true] ], 49 49 { :request_style => :document, :request_use => :literal, 50 50 :response_style => :document, :response_use => :literal } … … 52 52 [ "", 53 53 "delete", 54 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "delete"], true],55 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "deleteResponse"], true] ],54 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "delete"], true], 55 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "deleteResponse"], true] ], 56 56 { :request_style => :document, :request_use => :literal, 57 57 :response_style => :document, :response_use => :literal } … … 59 59 [ "", 60 60 "retrieve", 61 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "retrieve"], true],62 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "retrieveResponse"], true] ],61 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "retrieve"], true], 62 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "retrieveResponse"], true] ], 63 63 { :request_style => :document, :request_use => :literal, 64 64 :response_style => :document, :response_use => :literal } … … 66 66 [ "", 67 67 "convertLead", 68 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "convertLead"], true],69 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "convertLeadResponse"], true] ],68 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "convertLead"], true], 69 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "convertLeadResponse"], true] ], 70 70 { :request_style => :document, :request_use => :literal, 71 71 :response_style => :document, :response_use => :literal } … … 73 73 [ "", 74 74 "getDeleted", 75 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getDeleted"], true],76 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getDeletedResponse"], true] ],75 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getDeleted"], true], 76 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getDeletedResponse"], true] ], 77 77 { :request_style => :document, :request_use => :literal, 78 78 :response_style => :document, :response_use => :literal } … … 80 80 [ "", 81 81 "getUpdated", 82 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUpdated"], true],83 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUpdatedResponse"], true] ],82 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUpdated"], true], 83 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUpdatedResponse"], true] ], 84 84 { :request_style => :document, :request_use => :literal, 85 85 :response_style => :document, :response_use => :literal } … … 87 87 [ "", 88 88 "query", 89 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "query"], true],90 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "queryResponse"], true] ],89 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "query"], true], 90 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "queryResponse"], true] ], 91 91 { :request_style => :document, :request_use => :literal, 92 92 :response_style => :document, :response_use => :literal } … … 94 94 [ "", 95 95 "queryMore", 96 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "queryMore"], true],97 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "queryMoreResponse"], true] ],96 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "queryMore"], true], 97 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "queryMoreResponse"], true] ], 98 98 { :request_style => :document, :request_use => :literal, 99 99 :response_style => :document, :response_use => :literal } … … 101 101 [ "", 102 102 "search", 103 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "search"], true],104 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "searchResponse"], true] ],103 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "search"], true], 104 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "searchResponse"], true] ], 105 105 { :request_style => :document, :request_use => :literal, 106 106 :response_style => :document, :response_use => :literal } … … 108 108 [ "", 109 109 "getServerTimestamp", 110 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getServerTimestamp"], true],111 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getServerTimestampResponse"], true] ],110 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getServerTimestamp"], true], 111 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getServerTimestampResponse"], true] ], 112 112 { :request_style => :document, :request_use => :literal, 113 113 :response_style => :document, :response_use => :literal } … … 115 115 [ "", 116 116 "setPassword", 117 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "setPassword"], true],118 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "setPasswordResponse"], true] ],117 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "setPassword"], true], 118 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "setPasswordResponse"], true] ], 119 119 { :request_style => :document, :request_use => :literal, 120 120 :response_style => :document, :response_use => :literal } … … 122 122 [ "", 123 123 "resetPassword", 124 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "resetPassword"], true],125 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "resetPasswordResponse"], true] ],124 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "resetPassword"], true], 125 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "resetPasswordResponse"], true] ], 126 126 { :request_style => :document, :request_use => :literal, 127 127 :response_style => :document, :response_use => :literal } … … 129 129 [ "", 130 130 "getUserInfo", 131 [ [ "in", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUserInfo"], true],132 [ "out", "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUserInfoResponse"], true] ],131 [ [:in, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUserInfo"], true], 132 [:out, "parameters", ["::SOAP::SOAPElement", "urn:partner.soap.sforce.com", "getUserInfoResponse"], true] ], 133 133 { :request_style => :document, :request_use => :literal, 134 134 :response_style => :document, :response_use => :literal }