etapper 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +3 -0
- data/History.txt +4 -0
- data/Manifest.txt +13 -0
- data/PostInstall.txt +7 -0
- data/README.rdoc +48 -0
- data/Rakefile +62 -0
- data/VERSION +1 -0
- data/doc/APIQueryExample.java +61 -0
- data/doc/api/SortTable.js +176 -0
- data/doc/api/basics.html +23 -0
- data/doc/api/complexTypeSubMenu.html +41 -0
- data/doc/api/ct_Account.html +344 -0
- data/doc/api/ct_Attachment.html +71 -0
- data/doc/api/ct_Bond.html +71 -0
- data/doc/api/ct_Cash.html +35 -0
- data/doc/api/ct_Check.html +89 -0
- data/doc/api/ct_Contact.html +140 -0
- data/doc/api/ct_CreditCard.html +144 -0
- data/doc/api/ct_CustomPaymentSchedule.html +73 -0
- data/doc/api/ct_DefinedValue.html +95 -0
- data/doc/api/ct_Disbursement.html +210 -0
- data/doc/api/ct_DuplicateAccountSearch.html +90 -0
- data/doc/api/ct_ElectronicFundsTransfer.html +167 -0
- data/doc/api/ct_Gift.html +320 -0
- data/doc/api/ct_InKind.html +53 -0
- data/doc/api/ct_Insurance.html +116 -0
- data/doc/api/ct_JournalSummary.html +89 -0
- data/doc/api/ct_Note.html +131 -0
- data/doc/api/ct_Payment.html +316 -0
- data/doc/api/ct_Phone.html +51 -0
- data/doc/api/ct_Pledge.html +408 -0
- data/doc/api/ct_QueryResultStats.html +41 -0
- data/doc/api/ct_RealEstate.html +96 -0
- data/doc/api/ct_RecurringGift.html +320 -0
- data/doc/api/ct_RecurringGiftSchedule.html +311 -0
- data/doc/api/ct_SegmentedDonation.html +139 -0
- data/doc/api/ct_SegmentedPledge.html +165 -0
- data/doc/api/ct_SoftCredit.html +192 -0
- data/doc/api/ct_StandardPaymentSchedule.html +95 -0
- data/doc/api/ct_Stock.html +114 -0
- data/doc/api/ct_Valuable.html +127 -0
- data/doc/api/errors.html +569 -0
- data/doc/api/faq.html +26 -0
- data/doc/api/home.html +17 -0
- data/doc/api/images/arrow.gif +0 -0
- data/doc/api/images/etap.gif +0 -0
- data/doc/api/images/question.gif +0 -0
- data/doc/api/index.html +17 -0
- data/doc/api/main.css +24 -0
- data/doc/api/menu.css +9 -0
- data/doc/api/menu.html +25 -0
- data/doc/api/methodSubMenu.html +56 -0
- data/doc/api/method_addAccount.html +53 -0
- data/doc/api/method_addAndProcessGift.html +49 -0
- data/doc/api/method_addAndProcessPayment.html +49 -0
- data/doc/api/method_addContact.html +49 -0
- data/doc/api/method_addDisbursement.html +49 -0
- data/doc/api/method_addGift.html +49 -0
- data/doc/api/method_addNote.html +49 -0
- data/doc/api/method_addPayment.html +49 -0
- data/doc/api/method_addPledge.html +53 -0
- data/doc/api/method_addSoftCredit.html +49 -0
- data/doc/api/method_getAccount.html +36 -0
- data/doc/api/method_getAccountById.html +40 -0
- data/doc/api/method_getAccountByPersonaType.html +50 -0
- data/doc/api/method_getAccountByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getApproaches.html +36 -0
- data/doc/api/method_getCampaigns.html +36 -0
- data/doc/api/method_getContact.html +36 -0
- data/doc/api/method_getContactByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getDisbursement.html +36 -0
- data/doc/api/method_getDuplicateAccount.html +48 -0
- data/doc/api/method_getDuplicateAccounts.html +48 -0
- data/doc/api/method_getFunds.html +36 -0
- data/doc/api/method_getGift.html +36 -0
- data/doc/api/method_getLetters.html +36 -0
- data/doc/api/method_getNote.html +36 -0
- data/doc/api/method_getNoteByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getPayment.html +36 -0
- data/doc/api/method_getPledge.html +36 -0
- data/doc/api/method_getQueryResultStats.html +45 -0
- data/doc/api/method_getRecurringGift.html +36 -0
- data/doc/api/method_getRecurringGiftSchedule.html +36 -0
- data/doc/api/method_getSegmentedDonation.html +36 -0
- data/doc/api/method_getSegmentedPledge.html +36 -0
- data/doc/api/method_getSoftCredit.html +36 -0
- data/doc/api/method_getSystemDefinedValues.html +45 -0
- data/doc/api/method_getTransaction.html +36 -0
- data/doc/api/method_getTransactionByUniqueDefinedValue.html +40 -0
- data/doc/api/method_getUserDefinedSetValues.html +53 -0
- data/doc/api/method_login.html +45 -0
- data/doc/api/method_logout.html +35 -0
- data/doc/api/method_reverseTransaction.html +53 -0
- data/doc/api/method_updateAccount.html +53 -0
- data/doc/api/method_updateContact.html +49 -0
- data/doc/api/method_updateGift.html +53 -0
- data/doc/api/method_updateNote.html +49 -0
- data/doc/api/revisions.html +69 -0
- data/doc/api/robots.txt +65 -0
- data/doc/etapestry_wsdl.xml +3541 -0
- data/doc/faults.yml +442 -0
- data/doc/upgrading_wsdl.txt +8 -0
- data/etapper.gemspec +711 -0
- data/lib/etapper.rb +42 -0
- data/lib/etapper/api/ServiceClient.rb +1557 -0
- data/lib/etapper/api/service.rb +3373 -0
- data/lib/etapper/api/serviceDriver.rb +1176 -0
- data/lib/etapper/api/serviceMappingRegistry.rb +3144 -0
- data/lib/etapper/classes/account.rb +119 -0
- data/lib/etapper/classes/contact.rb +13 -0
- data/lib/etapper/classes/defined_value.rb +77 -0
- data/lib/etapper/classes/defined_value_hash.rb +48 -0
- data/lib/etapper/classes/duplicate_account_search.rb +49 -0
- data/lib/etapper/classes/etap_abstract.rb +59 -0
- data/lib/etapper/classes/etap_hash.rb +47 -0
- data/lib/etapper/classes/gift.rb +22 -0
- data/lib/etapper/classes/hashable.rb +20 -0
- data/lib/etapper/classes/journal_entry.rb +91 -0
- data/lib/etapper/classes/journal_entry_collection.rb +70 -0
- data/lib/etapper/classes/phone.rb +53 -0
- data/lib/etapper/classes/phone_hash.rb +10 -0
- data/lib/etapper/client.rb +121 -0
- data/lib/etapper/core_ext/string.rb +7 -0
- data/lib/etapper/core_ext/symbol.rb +7 -0
- data/lib/etapper/exceptions.rb +15 -0
- data/lib/etapper/session_filter.rb +45 -0
- data/lib/etapper/soap/generator.rb +14 -0
- data/script/console +10 -0
- data/script/destroy +14 -0
- data/script/generate +14 -0
- data/spec/account_spec.rb +456 -0
- data/spec/authentication_spec.rb +152 -0
- data/spec/client_spec.rb +35 -0
- data/spec/contact_spec.rb +31 -0
- data/spec/core_ext_spec.rb +13 -0
- data/spec/defined_value_hash_spec.rb +22 -0
- data/spec/defined_value_spec.rb +64 -0
- data/spec/duplicate_account_search_spec.rb +57 -0
- data/spec/fixtures/accounts_api.yml +525 -0
- data/spec/fixtures/contacts_api.yml +98 -0
- data/spec/fixtures/defined_values_api.yml +86 -0
- data/spec/fixtures/gifts_api.yml +341 -0
- data/spec/fixtures/journal_entries_api_all.yml +5135 -0
- data/spec/fixtures/phones_api.yml +14 -0
- data/spec/gift_spec.rb +55 -0
- data/spec/hashable_spec.rb +39 -0
- data/spec/journal_entry_collection_spec.rb +84 -0
- data/spec/phone_hash_spec.rb +15 -0
- data/spec/phone_spec.rb +29 -0
- data/spec/proxying_spec.rb +34 -0
- data/spec/shared_etap_abstract_spec.rb +30 -0
- data/spec/shared_etap_hash_spec.rb +38 -0
- data/spec/shared_journal_entry_spec.rb +80 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +34 -0
- data/spec/stub_driver.rb +45 -0
- data/tasks/rspec.rake +21 -0
- data/tasks/update_wsdl.rake +8 -0
- data/vendor/gems/english-0.3.1/CHANGES +13 -0
- data/vendor/gems/english-0.3.1/COPYING +355 -0
- data/vendor/gems/english-0.3.1/MANIFEST +54 -0
- data/vendor/gems/english-0.3.1/README +63 -0
- data/vendor/gems/english-0.3.1/RELEASE +15 -0
- data/vendor/gems/english-0.3.1/VERSION +1 -0
- data/vendor/gems/english-0.3.1/lib/english/array.rb +48 -0
- data/vendor/gems/english-0.3.1/lib/english/censor.rb +76 -0
- data/vendor/gems/english-0.3.1/lib/english/double_metaphone.rb +353 -0
- data/vendor/gems/english-0.3.1/lib/english/dresner.rb +47 -0
- data/vendor/gems/english-0.3.1/lib/english/inflect.rb +299 -0
- data/vendor/gems/english-0.3.1/lib/english/jumble.rb +37 -0
- data/vendor/gems/english-0.3.1/lib/english/levenshtein.rb +78 -0
- data/vendor/gems/english-0.3.1/lib/english/metaphone.rb +110 -0
- data/vendor/gems/english-0.3.1/lib/english/numerals.rb +71 -0
- data/vendor/gems/english-0.3.1/lib/english/patterns.rb +49 -0
- data/vendor/gems/english-0.3.1/lib/english/porter_stemming.rb +188 -0
- data/vendor/gems/english-0.3.1/lib/english/roman.rb +174 -0
- data/vendor/gems/english-0.3.1/lib/english/similarity.rb +103 -0
- data/vendor/gems/english-0.3.1/lib/english/soundex.rb +70 -0
- data/vendor/gems/english-0.3.1/lib/english/string.rb +210 -0
- data/vendor/gems/english-0.3.1/lib/english/style.rb +294 -0
- data/vendor/gems/english-0.3.1/lib/english/style_orm.rb +143 -0
- data/vendor/gems/english-0.3.1/lib/english/textfilter.rb +91 -0
- data/vendor/gems/english-0.3.1/meta/abstract +3 -0
- data/vendor/gems/english-0.3.1/meta/authors +2 -0
- data/vendor/gems/english-0.3.1/meta/contact +1 -0
- data/vendor/gems/english-0.3.1/meta/created +1 -0
- data/vendor/gems/english-0.3.1/meta/homepage +1 -0
- data/vendor/gems/english-0.3.1/meta/releases +3 -0
- data/vendor/gems/english-0.3.1/meta/summary +1 -0
- data/vendor/gems/english-0.3.1/task/clean +6 -0
- data/vendor/gems/english-0.3.1/task/rdoc +10 -0
- data/vendor/gems/english-0.3.1/task/test +29 -0
- data/vendor/gems/english-0.3.1/test/fixture/double_metaphone.txt +1217 -0
- data/vendor/gems/english-0.3.1/test/fixture/metaphone.txt +51 -0
- data/vendor/gems/english-0.3.1/test/fixture/metaphone_lp.txt +52 -0
- data/vendor/gems/english-0.3.1/test/fixture/porter_stemming_input.txt +23531 -0
- data/vendor/gems/english-0.3.1/test/fixture/porter_stemming_output.txt +23531 -0
- data/vendor/gems/english-0.3.1/test/fixture/soundex.txt +15 -0
- data/vendor/gems/english-0.3.1/test/test_censor.rb +18 -0
- data/vendor/gems/english-0.3.1/test/test_double_metaphone.rb +23 -0
- data/vendor/gems/english-0.3.1/test/test_dresner.rb +17 -0
- data/vendor/gems/english-0.3.1/test/test_inflect.rb +93 -0
- data/vendor/gems/english-0.3.1/test/test_levenshtein.rb +82 -0
- data/vendor/gems/english-0.3.1/test/test_metaphone.rb +45 -0
- data/vendor/gems/english-0.3.1/test/test_porter_stemming.rb +22 -0
- data/vendor/gems/english-0.3.1/test/test_similarity.rb +13 -0
- data/vendor/gems/english-0.3.1/test/test_soundex.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/bin/wsdl2ruby.rb +137 -0
- data/vendor/gems/soap4r-1.5.8.2/bin/xsd2ruby.rb +90 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/attachment.rb +108 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/attrproxy.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/baseData.rb +1094 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/element.rb +277 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/aspDotNetHandler.rb +207 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/handler.rb +120 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/literalHandler.rb +195 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/encodingstyle/soapHandler.rb +559 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter.rb +13 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/filterchain.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/handler.rb +31 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/filter/streamhandler.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/generator.rb +299 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/handler.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/handlerset.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/mappinghandler.rb +47 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/header/simplehandler.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/httpconfigloader.rb +139 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping.rb +12 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/encodedregistry.rb +537 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/factory.rb +388 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/literalregistry.rb +391 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/mapping.rb +577 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/registry.rb +295 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/rubytypeFactory.rb +446 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/schemadefinition.rb +170 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/typeMap.rb +106 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/wsdlencodedregistry.rb +211 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mapping/wsdlliteralregistry.rb +248 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/marshal.rb +59 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/mimemessage.rb +241 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/nestedexception.rb +42 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/netHttpClient.rb +241 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/ns.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/parser.rb +252 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/processor.rb +66 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/property.rb +333 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/proxy.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/cgistub.rb +247 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/driver.rb +221 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/element.rb +374 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/element.rb.orig +374 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/httpserver.rb +142 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/methodDef.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/proxy.rb +572 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/router.rb +662 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/rpc.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/soaplet.rb +200 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/rpc/standaloneServer.rb +43 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/soap.rb +151 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/streamHandler.rb +301 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/soap/wsdlDriver.rb +164 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/binding.rb +65 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/data.rb +64 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/definitions.rb +236 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/documentation.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/import.rb +80 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/importer.rb +38 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/info.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/message.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/operation.rb +151 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/operationBinding.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/param.rb +93 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/parser.rb +164 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/part.rb +52 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/port.rb +66 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/portType.rb +75 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/service.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/address.rb +40 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/binding.rb +49 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/body.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/cgiStubCreator.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classDefCreator.rb +433 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classDefCreatorSupport.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/classNameCreator.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/clientSkeltonCreator.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/complexType.rb +173 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/data.rb +42 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/definitions.rb +200 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/driverCreator.rb +118 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/element.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/encodedMappingRegistryCreator.rb +73 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/fault.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/header.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/headerfault.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/literalMappingRegistryCreator.rb +115 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/mappingRegistryCreator.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/mappingRegistryCreatorSupport.rb +376 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/methodDefCreator.rb +199 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/operation.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/servantSkeltonCreator.rb +89 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/servletStubCreator.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/standaloneServerStubCreator.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/soap/wsdl2ruby.rb +217 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/types.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/wsdl.rb +24 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/all.rb +24 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/annotation.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/any.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/anyAttribute.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/attribute.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/attributeGroup.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/choice.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexContent.rb +97 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexExtension.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexRestriction.rb +104 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/complexType.rb +193 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/content.rb +95 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/data.rb +116 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/element.rb +153 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/enumeration.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/fractiondigits.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/group.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/import.rb +53 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/importHandler.rb +45 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/importer.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/include.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/length.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/list.rb +48 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxexclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxinclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/maxlength.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/minexclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/mininclusive.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/minlength.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/parser.rb +167 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/pattern.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/ref.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/schema.rb +178 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/sequence.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleContent.rb +69 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleExtension.rb +62 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleRestriction.rb +132 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/simpleType.rb +87 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/totaldigits.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/union.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/unique.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/whitespace.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/wsdl/xmlSchema/xsd2ruby.rb +174 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/charset.rb +188 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen.rb +12 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/classdef.rb +208 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/commentdef.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/gensupport.rb +273 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/methoddef.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/codegen/moduledef.rb +208 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/datatypes.rb +1466 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/datatypes1999.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/iconvcharset.rb +33 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/mapping.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/namedelements.rb +132 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/ns.rb +182 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/qname.rb +79 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser.rb +76 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser.rb.orig +76 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/libxmlparser.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/parser.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/rexmlparser.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/xmlparser.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/lib/xsd/xmlparser/xmlscanner.rb +149 -0
- data/vendor/gems/soap4r-1.5.8.2/test/16runner.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/README.txt +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/SOAPBuildersInterop_R2.wsdl +461 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/SOAPBuildersInterop_R2GrB.wsdl +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/base.rb +288 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client.NetRemoting.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client.rb +1234 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client4S4C.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/client4S4C2.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientASP.NET.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientApacheAxis.rb +16 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientApacheSOAP.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientBEAWebLogic.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientBase.rb +1967 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientCapeConnect.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientDelphi.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientEasySoap.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientFrontier.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientGLUE.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientHP.rb +13 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientJAX-RPC.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientJSOAP.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientKafkaXSLT.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientMSSOAPToolkit2.0.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientMSSOAPToolkit3.0.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientNuSOAP.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientNuWave.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientOpenLink.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientOracle.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientPEAR.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientPhalanx.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSIMACE.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSOAP4R.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSOAP__Lite.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSQLData.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSilverStream.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSpray2001.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientSun.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientVWOpentalkSoap.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWASP.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWASPC.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWebMethods.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWhiteMesa.rb +28 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientWingfoot.rb +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXMLBus.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXMLRPC-EPI.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientXSOAP.rb +14 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientZSI.rb +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clienteSOAP.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientgSOAP.rb +18 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/clientkSOAP.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/iSimonReg.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/interopResultBase.rb +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/interopService.rb +247 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/rwikiInteropService.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/server.cgi +270 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/server.rb +275 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/simonReg.rb +123 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR2/test.sh +49 -0
- data/vendor/gems/soap4r-1.5.8.2/test/interopR4/client.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/results +4810 -0
- data/vendor/gems/soap4r-1.5.8.2/test/runner.rb +7 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/classDef.rb +156 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/client.rb +542 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/driver.rb +183 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/servant.rb +1067 -0
- data/vendor/gems/soap4r-1.5.8.2/test/sm11/server.rb +25 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/asp.net/hello.wsdl +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/asp.net/test_aspdotnet.rb +123 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/htdigest +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/htpasswd +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/test_basic.rb +117 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/auth/test_digest.rb +118 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/calc.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/calc2.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server.cgi +13 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server.rb +17 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/server2.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc2.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/calc/test_calc_cgi.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/case/test_mapping.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_customfault.rb +60 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_fault.rb +46 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/fault/test_soaparray.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/filter/test_filter.rb +146 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/server.cgi +119 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/session.pstoredb +0 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_authheader.rb +240 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_authheader_cgi.rb +121 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/header/test_simplehandler.rb +116 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/helloworld/hw_s.rb +16 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/helloworld/test_helloworld.rb +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/htpasswd +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonEc.rb +4778 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonEcDriver.rb +172 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/amazonresponse.xml +100 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/literalArrayMapping/test_definedarray.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/marshaltestlib.rb +494 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_digraph.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_marshal.rb +26 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/marshal/test_struct.rb +47 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/README +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/ca.cert +23 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/client.cert +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/client.key +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/server.cert +19 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/server.key +15 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/sslsvr.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/subca.cert +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/ssl/test_ssl.rb +235 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/struct/test_struct.rb +70 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/styleuse/client.rb +20 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/styleuse/server.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/swa/test_file.rb +75 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_basetype.rb +1090 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_cookie.rb +112 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_custom_ns.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_custommap.rb +110 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_empty.rb +105 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_envelopenamespace.rb +85 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_extraattr.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_generator.rb +27 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_httpconfigloader.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_mapping.rb +131 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_nestedexception.rb +56 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_nil.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_no_indent.rb +88 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_property.rb +428 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_response_as_xml.rb +117 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_soapelement.rb +138 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_streamhandler.rb +270 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/test_styleuse.rb +326 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/README.txt +2 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/calc.wsdl +126 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/document.wsdl +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/echo_version.rb +29 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/simpletype.wsdl +63 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_calc.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_document.rb +71 -0
- data/vendor/gems/soap4r-1.5.8.2/test/soap/wsdlDriver/test_simpletype.rb +80 -0
- data/vendor/gems/soap4r-1.5.8.2/test/testutil.rb +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/abstract/abstract.wsdl +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/abstract/test_abstract.rb +159 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedClassDef.rb +128 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedDriver.rb +59 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/expectedMappingRegistry.rb +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/lp.wsdl +147 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/anonymous/test_anonymous.rb +130 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/any.wsdl +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedDriver.rb +68 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedEcho.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedMappingRegistry.rb +63 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/expectedService.rb +69 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/any/test_any.rb +193 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/axisArray/axisArray.wsdl +87 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/axisArray/test_axisarray.rb +124 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/choice/choice.wsdl +167 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/choice/test_choice.rb +310 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/complexcontent/complexContent.wsdl +83 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/complexcontent/test_echo.rb +90 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/DatetimeService.rb +44 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetime.rb +0 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetime.wsdl +45 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/datetimeServant.rb +22 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/datetime/test_datetime.rb +86 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/array/double.wsdl +161 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/array/test_array.rb +201 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/document.wsdl +76 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/number.wsdl +54 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/ping_nosoapaction.wsdl +66 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_nosoapaction.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_number.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/document/test_rpc.rb +355 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/emptycomplextype.wsdl +31 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/fault.wsdl +79 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/multifault.wsdl +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/test_fault.rb +119 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/fault/test_multifault.rb +134 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedClassdef.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedDriver.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/expectedMappingRegistry.rb +67 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/group.wsdl +88 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/group/test_rpc.rb +145 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/list/list.wsdl +93 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/list/test_list.rb +124 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/map.wsdl +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/map.xml +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/map/test_map.rb +99 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/Person.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person.wsdl +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/person_org.rb +23 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/marshal/test_wsdlmarshal.rb +76 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/multiplefault.wsdl +75 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/oneway/oneway.wsdl +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/oneway/test_oneway.rb +108 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedClient.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedDriver.rb +61 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/expectedServant.rb +35 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/overload.wsdl +70 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/overload/test_overload.rb +131 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/lp.wsdl +47 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/lp.xsd +26 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/np.wsdl +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/test_qualified.rb +137 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/qualified/test_unqualified.rb +138 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/RAAService.rb +125 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/README.txt +8 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedClassDef.rb +100 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedDriver.rb +96 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/expectedMappingRegistry.rb +121 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/raa.wsdl +264 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/raa/test_raa.rb +126 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/expectedDriver.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/expectedProduct.rb +243 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/product.wsdl +147 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/ref/test_ref.rb +268 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/rpc.wsdl +109 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test-rpc-lit.wsdl +371 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test_rpc.rb +176 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/rpc/test_rpc_lit.rb +470 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simplecontent/simplecontent.wsdl +84 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simplecontent/test_simplecontent.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionDriver.rb +10 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionMappingRegistry.rb +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_versionServant.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version_service.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/echo_version_serviceClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedDriver.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedEchoVersion.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedMappingRegistry.rb +57 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedServant.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/expectedService.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/rpc.wsdl +98 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/rpc/test_rpc.rb +52 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/simpletype.wsdl +114 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/simpletype/test_simpletype.rb +92 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/soapbodyparts.wsdl +103 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/test_soapbodyparts.rb +79 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version.rb +1 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionDriver.rb +10 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionMappingRegistry.rb +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_versionServant.rb +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_service.cgi +3 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_service.rb +7 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/echo_version_serviceClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedClassdef.rb +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedClient.rb +34 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedDriver.rb +58 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedMappingRegistry.rb +36 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedServant.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedService.cgi +48 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/expectedService.rb +55 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/rpc.wsdl +80 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/expectedClassdef.rb +37 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/section.xsd +31 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/section/test_section.rb +53 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/soapenc/soapenc.wsdl +64 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/soapenc/test_soapenc.rb +83 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soap/wsdl2ruby/test_wsdl2ruby.rb +102 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soaptype/soaptype.wsdl +61 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/soaptype/test_soaptype.rb +178 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_emptycomplextype.rb +21 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_fault.rb +50 -0
- data/vendor/gems/soap4r-1.5.8.2/test/wsdl/test_multiplefault.rb +41 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/codegen/test_classdef.rb +244 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/noencoding.xml +4 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_noencoding.rb +32 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_ns.rb +41 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_xmlschemaparser.rb +22 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/test_xsd.rb +1638 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xmllang.xml +43 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xmlschema.xml +12 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample.rb +65 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample_mapper.rb +11 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb +51 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/section.xsd +49 -0
- data/vendor/gems/soap4r-1.5.8.2/test/xsd/xsd2ruby/test_xsd2ruby.rb +90 -0
- metadata +740 -0
|
@@ -0,0 +1,3541 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="etapestryAPI/service" xmlns:ns2="http://java.sun.com/jax-rpc-ri/internal" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="service" targetNamespace="etapestryAPI/service">
|
|
3
|
+
<types>
|
|
4
|
+
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://java.sun.com/jax-rpc-ri/internal" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://java.sun.com/jax-rpc-ri/internal">
|
|
5
|
+
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
6
|
+
<import namespace="etapestryAPI/service"/>
|
|
7
|
+
<complexType name="collection">
|
|
8
|
+
<complexContent>
|
|
9
|
+
<restriction base="soap11-enc:Array">
|
|
10
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="anyType[]"/>
|
|
11
|
+
</restriction>
|
|
12
|
+
</complexContent>
|
|
13
|
+
</complexType>
|
|
14
|
+
</schema>
|
|
15
|
+
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="etapestryAPI/service">
|
|
16
|
+
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
17
|
+
<import namespace="http://java.sun.com/jax-rpc-ri/internal"/>
|
|
18
|
+
<complexType name="Account">
|
|
19
|
+
<sequence>
|
|
20
|
+
<element minOccurs="0" name="accountDefinedValues" type="tns:ArrayOfDefinedValue"/>
|
|
21
|
+
<element minOccurs="0" name="accountRoleType" type="int"/>
|
|
22
|
+
<element minOccurs="0" name="address" type="string"/>
|
|
23
|
+
<element minOccurs="0" name="city" type="string"/>
|
|
24
|
+
<element minOccurs="0" name="country" type="string"/>
|
|
25
|
+
<element minOccurs="0" name="county" type="string"/>
|
|
26
|
+
<element minOccurs="0" name="donorRecognitionName" type="string"/>
|
|
27
|
+
<element minOccurs="0" name="donorRecognitionType" type="int"/>
|
|
28
|
+
<element minOccurs="0" name="donorRoleRef" type="string"/>
|
|
29
|
+
<element minOccurs="0" name="email" type="string"/>
|
|
30
|
+
<element minOccurs="0" name="firstName" type="string"/>
|
|
31
|
+
<element minOccurs="0" name="id" type="int"/>
|
|
32
|
+
<element minOccurs="0" name="lastName" type="string"/>
|
|
33
|
+
<element minOccurs="0" name="longSalutation" type="string"/>
|
|
34
|
+
<element minOccurs="0" name="middleName" type="string"/>
|
|
35
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
36
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
37
|
+
<element minOccurs="0" name="passwordExpired" type="boolean"/>
|
|
38
|
+
<element minOccurs="0" name="personaDefinedValues" type="tns:ArrayOfDefinedValue"/>
|
|
39
|
+
<element minOccurs="0" name="personaType" type="string"/>
|
|
40
|
+
<element minOccurs="0" name="personaTypes" type="tns:ArrayOfstring"/>
|
|
41
|
+
<element minOccurs="0" name="phones" type="tns:ArrayOfPhone"/>
|
|
42
|
+
<element minOccurs="0" name="postalCode" type="string"/>
|
|
43
|
+
<element minOccurs="0" name="primaryPersona" type="boolean"/>
|
|
44
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
45
|
+
<element minOccurs="0" name="shortSalutation" type="string"/>
|
|
46
|
+
<element minOccurs="0" name="sortName" type="string"/>
|
|
47
|
+
<element minOccurs="0" name="state" type="string"/>
|
|
48
|
+
<element minOccurs="0" name="teamRoleRef" type="string"/>
|
|
49
|
+
<element minOccurs="0" name="title" type="string"/>
|
|
50
|
+
<element minOccurs="0" name="tributeRoleRef" type="string"/>
|
|
51
|
+
<element minOccurs="0" name="userRoleRef" type="string"/>
|
|
52
|
+
<element minOccurs="0" name="webAddress" type="string"/>
|
|
53
|
+
</sequence>
|
|
54
|
+
</complexType>
|
|
55
|
+
<complexType name="ArrayOfDefinedValue">
|
|
56
|
+
<complexContent>
|
|
57
|
+
<restriction base="soap11-enc:Array">
|
|
58
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DefinedValue[]"/>
|
|
59
|
+
</restriction>
|
|
60
|
+
</complexContent>
|
|
61
|
+
</complexType>
|
|
62
|
+
<complexType name="DefinedValue">
|
|
63
|
+
<sequence>
|
|
64
|
+
<element minOccurs="0" name="dataType" type="int"/>
|
|
65
|
+
<element minOccurs="0" name="displayType" type="int"/>
|
|
66
|
+
<element minOccurs="0" name="fieldName" type="string"/>
|
|
67
|
+
<element minOccurs="0" name="fieldRef" type="string"/>
|
|
68
|
+
<element minOccurs="0" name="value" type="string"/>
|
|
69
|
+
<element minOccurs="0" name="valueRef" type="string"/>
|
|
70
|
+
</sequence>
|
|
71
|
+
</complexType>
|
|
72
|
+
<complexType name="ArrayOfstring">
|
|
73
|
+
<complexContent>
|
|
74
|
+
<restriction base="soap11-enc:Array">
|
|
75
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="string[]"/>
|
|
76
|
+
</restriction>
|
|
77
|
+
</complexContent>
|
|
78
|
+
</complexType>
|
|
79
|
+
<complexType name="ArrayOfPhone">
|
|
80
|
+
<complexContent>
|
|
81
|
+
<restriction base="soap11-enc:Array">
|
|
82
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Phone[]"/>
|
|
83
|
+
</restriction>
|
|
84
|
+
</complexContent>
|
|
85
|
+
</complexType>
|
|
86
|
+
<complexType name="Phone">
|
|
87
|
+
<sequence>
|
|
88
|
+
<element minOccurs="0" name="number" type="string"/>
|
|
89
|
+
<element minOccurs="0" name="type" type="string"/>
|
|
90
|
+
</sequence>
|
|
91
|
+
</complexType>
|
|
92
|
+
<complexType name="Gift">
|
|
93
|
+
<sequence>
|
|
94
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
95
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
96
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
97
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
98
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
99
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
100
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
101
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
102
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
103
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
104
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
105
|
+
<element minOccurs="0" name="nonDeductibleAmount" type="double"/>
|
|
106
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
107
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
108
|
+
<element minOccurs="0" name="originalAccountName" type="string"/>
|
|
109
|
+
<element minOccurs="0" name="originalAccountRef" type="string"/>
|
|
110
|
+
<element minOccurs="0" name="originalTransactionRef" type="string"/>
|
|
111
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
112
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
113
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
114
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
115
|
+
<element minOccurs="0" name="segmentedTransactionRef" type="string"/>
|
|
116
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
117
|
+
<element minOccurs="0" name="tributeAccountName" type="string"/>
|
|
118
|
+
<element minOccurs="0" name="tributeAccountRef" type="string"/>
|
|
119
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
120
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
121
|
+
</sequence>
|
|
122
|
+
</complexType>
|
|
123
|
+
<complexType name="ArrayOfAttachment">
|
|
124
|
+
<complexContent>
|
|
125
|
+
<restriction base="soap11-enc:Array">
|
|
126
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Attachment[]"/>
|
|
127
|
+
</restriction>
|
|
128
|
+
</complexContent>
|
|
129
|
+
</complexType>
|
|
130
|
+
<complexType name="Attachment">
|
|
131
|
+
<sequence>
|
|
132
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
133
|
+
<element minOccurs="0" name="fileContent" type="base64Binary"/>
|
|
134
|
+
<element minOccurs="0" name="filename" type="string"/>
|
|
135
|
+
<element minOccurs="0" name="mimeType" type="string"/>
|
|
136
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
137
|
+
</sequence>
|
|
138
|
+
</complexType>
|
|
139
|
+
<complexType name="SoftCredit">
|
|
140
|
+
<sequence>
|
|
141
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
142
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
143
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
144
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
145
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
146
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
147
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
148
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
149
|
+
<element minOccurs="0" name="hardCreditAccountName" type="string"/>
|
|
150
|
+
<element minOccurs="0" name="hardCreditAccountRef" type="string"/>
|
|
151
|
+
<element minOccurs="0" name="hardCreditRef" type="string"/>
|
|
152
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
153
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
154
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
155
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
156
|
+
</sequence>
|
|
157
|
+
</complexType>
|
|
158
|
+
<complexType name="Valuable">
|
|
159
|
+
<sequence>
|
|
160
|
+
<element minOccurs="0" name="bond" type="tns:Bond"/>
|
|
161
|
+
<element minOccurs="0" name="cash" type="tns:Cash"/>
|
|
162
|
+
<element minOccurs="0" name="check" type="tns:Check"/>
|
|
163
|
+
<element minOccurs="0" name="creditCard" type="tns:CreditCard"/>
|
|
164
|
+
<element minOccurs="0" name="electronicFundsTransfer" type="tns:ElectronicFundsTransfer"/>
|
|
165
|
+
<element minOccurs="0" name="inKind" type="tns:InKind"/>
|
|
166
|
+
<element minOccurs="0" name="insurance" type="tns:Insurance"/>
|
|
167
|
+
<element minOccurs="0" name="realEstate" type="tns:RealEstate"/>
|
|
168
|
+
<element minOccurs="0" name="stock" type="tns:Stock"/>
|
|
169
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
170
|
+
</sequence>
|
|
171
|
+
</complexType>
|
|
172
|
+
<complexType name="Bond">
|
|
173
|
+
<sequence>
|
|
174
|
+
<element minOccurs="0" name="actualValue" type="double"/>
|
|
175
|
+
<element minOccurs="0" name="dateCashed" type="dateTime"/>
|
|
176
|
+
<element minOccurs="0" name="issuingEntity" type="string"/>
|
|
177
|
+
<element minOccurs="0" name="maturityDate" type="dateTime"/>
|
|
178
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
179
|
+
</sequence>
|
|
180
|
+
</complexType>
|
|
181
|
+
<complexType name="Cash">
|
|
182
|
+
<sequence>
|
|
183
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
184
|
+
</sequence>
|
|
185
|
+
</complexType>
|
|
186
|
+
<complexType name="Check">
|
|
187
|
+
<sequence>
|
|
188
|
+
<element minOccurs="0" name="account" type="string"/>
|
|
189
|
+
<element minOccurs="0" name="bank" type="string"/>
|
|
190
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
191
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
192
|
+
<element minOccurs="0" name="number" type="string"/>
|
|
193
|
+
<element minOccurs="0" name="payee" type="string"/>
|
|
194
|
+
<element minOccurs="0" name="signator" type="string"/>
|
|
195
|
+
</sequence>
|
|
196
|
+
</complexType>
|
|
197
|
+
<complexType name="CreditCard">
|
|
198
|
+
<sequence>
|
|
199
|
+
<element minOccurs="0" name="authorizationCode" type="string"/>
|
|
200
|
+
<element minOccurs="0" name="cardType" type="string"/>
|
|
201
|
+
<element minOccurs="0" name="cvv2" type="string"/>
|
|
202
|
+
<element minOccurs="0" name="expirationMonth" type="int"/>
|
|
203
|
+
<element minOccurs="0" name="expirationYear" type="int"/>
|
|
204
|
+
<element minOccurs="0" name="firstName" type="string"/>
|
|
205
|
+
<element minOccurs="0" name="lastName" type="string"/>
|
|
206
|
+
<element minOccurs="0" name="middleName" type="string"/>
|
|
207
|
+
<element minOccurs="0" name="nameOnCard" type="string"/>
|
|
208
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
209
|
+
<element minOccurs="0" name="number" type="string"/>
|
|
210
|
+
</sequence>
|
|
211
|
+
</complexType>
|
|
212
|
+
<complexType name="ElectronicFundsTransfer">
|
|
213
|
+
<sequence>
|
|
214
|
+
<element minOccurs="0" name="accountNumber" type="string"/>
|
|
215
|
+
<element minOccurs="0" name="accountType" type="int"/>
|
|
216
|
+
<element minOccurs="0" name="authorizationCode" type="string"/>
|
|
217
|
+
<element minOccurs="0" name="bank" type="string"/>
|
|
218
|
+
<element minOccurs="0" name="dateOfBirth" type="dateTime"/>
|
|
219
|
+
<element minOccurs="0" name="driversLicenseNumber" type="string"/>
|
|
220
|
+
<element minOccurs="0" name="driversLicenseState" type="string"/>
|
|
221
|
+
<element minOccurs="0" name="firstName" type="string"/>
|
|
222
|
+
<element minOccurs="0" name="lastName" type="string"/>
|
|
223
|
+
<element minOccurs="0" name="middleName" type="string"/>
|
|
224
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
225
|
+
<element minOccurs="0" name="processDate" type="dateTime"/>
|
|
226
|
+
<element minOccurs="0" name="routingNumber" type="string"/>
|
|
227
|
+
<element minOccurs="0" name="ssn" type="string"/>
|
|
228
|
+
</sequence>
|
|
229
|
+
</complexType>
|
|
230
|
+
<complexType name="InKind">
|
|
231
|
+
<sequence>
|
|
232
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
233
|
+
<element minOccurs="0" name="saleDate" type="dateTime"/>
|
|
234
|
+
<element minOccurs="0" name="saleValue" type="double"/>
|
|
235
|
+
</sequence>
|
|
236
|
+
</complexType>
|
|
237
|
+
<complexType name="Insurance">
|
|
238
|
+
<sequence>
|
|
239
|
+
<element minOccurs="0" name="beneficiary" type="string"/>
|
|
240
|
+
<element minOccurs="0" name="insurer" type="string"/>
|
|
241
|
+
<element minOccurs="0" name="lengthOfPolicyAgreement" type="string"/>
|
|
242
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
243
|
+
<element minOccurs="0" name="organizationPayingPremiums" type="boolean"/>
|
|
244
|
+
<element minOccurs="0" name="policyNumber" type="string"/>
|
|
245
|
+
<element minOccurs="0" name="premiumAmount" type="double"/>
|
|
246
|
+
<element minOccurs="0" name="premiumFrequency" type="int"/>
|
|
247
|
+
<element minOccurs="0" name="surrenderDate" type="dateTime"/>
|
|
248
|
+
<element minOccurs="0" name="surrenderValue" type="double"/>
|
|
249
|
+
</sequence>
|
|
250
|
+
</complexType>
|
|
251
|
+
<complexType name="RealEstate">
|
|
252
|
+
<sequence>
|
|
253
|
+
<element minOccurs="0" name="location" type="string"/>
|
|
254
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
255
|
+
<element minOccurs="0" name="realEstateType" type="string"/>
|
|
256
|
+
<element minOccurs="0" name="saleDate" type="dateTime"/>
|
|
257
|
+
<element minOccurs="0" name="saleValue" type="double"/>
|
|
258
|
+
<element minOccurs="0" name="size" type="string"/>
|
|
259
|
+
<element minOccurs="0" name="taxParcelNumber" type="string"/>
|
|
260
|
+
</sequence>
|
|
261
|
+
</complexType>
|
|
262
|
+
<complexType name="Stock">
|
|
263
|
+
<sequence>
|
|
264
|
+
<element minOccurs="0" name="brokerName" type="string"/>
|
|
265
|
+
<element minOccurs="0" name="brokerageFee" type="double"/>
|
|
266
|
+
<element minOccurs="0" name="company" type="string"/>
|
|
267
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
268
|
+
<element minOccurs="0" name="numberOfShares" type="double"/>
|
|
269
|
+
<element minOccurs="0" name="pricePerShare" type="double"/>
|
|
270
|
+
<element minOccurs="0" name="saleDate" type="dateTime"/>
|
|
271
|
+
<element minOccurs="0" name="salePricePerShare" type="double"/>
|
|
272
|
+
<element minOccurs="0" name="ticker" type="string"/>
|
|
273
|
+
</sequence>
|
|
274
|
+
</complexType>
|
|
275
|
+
<complexType name="Payment">
|
|
276
|
+
<sequence>
|
|
277
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
278
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
279
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
280
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
281
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
282
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
283
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
284
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
285
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
286
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
287
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
288
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
289
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
290
|
+
<element minOccurs="0" name="originalAccountName" type="string"/>
|
|
291
|
+
<element minOccurs="0" name="originalAccountRef" type="string"/>
|
|
292
|
+
<element minOccurs="0" name="originalTransactionRef" type="string"/>
|
|
293
|
+
<element minOccurs="0" name="pledgeRef" type="string"/>
|
|
294
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
295
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
296
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
297
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
298
|
+
<element minOccurs="0" name="segmentedTransactionRef" type="string"/>
|
|
299
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
300
|
+
<element minOccurs="0" name="tributeAccountName" type="string"/>
|
|
301
|
+
<element minOccurs="0" name="tributeAccountRef" type="string"/>
|
|
302
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
303
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
304
|
+
</sequence>
|
|
305
|
+
</complexType>
|
|
306
|
+
<complexType name="Contact">
|
|
307
|
+
<sequence>
|
|
308
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
309
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
310
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
311
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
312
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
313
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
314
|
+
<element minOccurs="0" name="method" type="string"/>
|
|
315
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
316
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
317
|
+
<element minOccurs="0" name="subject" type="string"/>
|
|
318
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
319
|
+
</sequence>
|
|
320
|
+
</complexType>
|
|
321
|
+
<complexType name="Disbursement">
|
|
322
|
+
<sequence>
|
|
323
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
324
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
325
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
326
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
327
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
328
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
329
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
330
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
331
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
332
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
333
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
334
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
335
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
336
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
337
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
338
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
339
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
340
|
+
</sequence>
|
|
341
|
+
</complexType>
|
|
342
|
+
<complexType name="LoginCredentialsRequest">
|
|
343
|
+
<sequence>
|
|
344
|
+
<element minOccurs="0" name="account" type="tns:Account"/>
|
|
345
|
+
<element minOccurs="0" name="confirmationLoginURL" type="string"/>
|
|
346
|
+
<element minOccurs="0" name="confirmationMessageFooter" type="string"/>
|
|
347
|
+
<element minOccurs="0" name="confirmationMessageHeader" type="string"/>
|
|
348
|
+
<element minOccurs="0" name="confirmationSender" type="string"/>
|
|
349
|
+
<element minOccurs="0" name="confirmationSignature" type="string"/>
|
|
350
|
+
<element minOccurs="0" name="confirmationSubject" type="string"/>
|
|
351
|
+
<element minOccurs="0" name="duplicateSearchCriteria" type="tns:ArrayOfSearchCriteria"/>
|
|
352
|
+
<element minOccurs="0" name="duplicateSearchQuery" type="string"/>
|
|
353
|
+
<element minOccurs="0" name="failureEmail" type="string"/>
|
|
354
|
+
<element minOccurs="0" name="loginId" type="string"/>
|
|
355
|
+
<element minOccurs="0" name="matchHasLoginIdActionType" type="int"/>
|
|
356
|
+
<element minOccurs="0" name="matchMultipleActionType" type="int"/>
|
|
357
|
+
<element minOccurs="0" name="matchNotFoundActionType" type="int"/>
|
|
358
|
+
<element minOccurs="0" name="notificationEmail" type="string"/>
|
|
359
|
+
<element minOccurs="0" name="password" type="string"/>
|
|
360
|
+
</sequence>
|
|
361
|
+
</complexType>
|
|
362
|
+
<complexType name="ArrayOfSearchCriteria">
|
|
363
|
+
<complexContent>
|
|
364
|
+
<restriction base="soap11-enc:Array">
|
|
365
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:SearchCriteria[]"/>
|
|
366
|
+
</restriction>
|
|
367
|
+
</complexContent>
|
|
368
|
+
</complexType>
|
|
369
|
+
<complexType name="SearchCriteria">
|
|
370
|
+
<sequence>
|
|
371
|
+
<element minOccurs="0" name="action" type="string"/>
|
|
372
|
+
<element minOccurs="0" name="field" type="string"/>
|
|
373
|
+
<element minOccurs="0" name="type" type="string"/>
|
|
374
|
+
<element minOccurs="0" name="values" type="tns:ArrayOfstring"/>
|
|
375
|
+
</sequence>
|
|
376
|
+
</complexType>
|
|
377
|
+
<complexType name="LoginCredentialsResponse">
|
|
378
|
+
<sequence>
|
|
379
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
380
|
+
<element minOccurs="0" name="createdNewAccount" type="boolean"/>
|
|
381
|
+
<element minOccurs="0" name="matchedMultiples" type="boolean"/>
|
|
382
|
+
</sequence>
|
|
383
|
+
</complexType>
|
|
384
|
+
<complexType name="Note">
|
|
385
|
+
<sequence>
|
|
386
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
387
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
388
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
389
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
390
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
391
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
392
|
+
<element minOccurs="0" name="immutable" type="boolean"/>
|
|
393
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
394
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
395
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
396
|
+
</sequence>
|
|
397
|
+
</complexType>
|
|
398
|
+
<complexType name="OutlookIntegrationEmail">
|
|
399
|
+
<sequence>
|
|
400
|
+
<element minOccurs="0" name="BCC" type="string"/>
|
|
401
|
+
<element minOccurs="0" name="CC" type="string"/>
|
|
402
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
403
|
+
<element minOccurs="0" name="contactMethodRef" type="string"/>
|
|
404
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
405
|
+
<element minOccurs="0" name="from" type="string"/>
|
|
406
|
+
<element minOccurs="0" name="message" type="base64Binary"/>
|
|
407
|
+
<element minOccurs="0" name="subject" type="base64Binary"/>
|
|
408
|
+
<element minOccurs="0" name="to" type="string"/>
|
|
409
|
+
</sequence>
|
|
410
|
+
</complexType>
|
|
411
|
+
<complexType name="ArrayOfAccount">
|
|
412
|
+
<complexContent>
|
|
413
|
+
<restriction base="soap11-enc:Array">
|
|
414
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Account[]"/>
|
|
415
|
+
</restriction>
|
|
416
|
+
</complexContent>
|
|
417
|
+
</complexType>
|
|
418
|
+
<complexType name="Pledge">
|
|
419
|
+
<sequence>
|
|
420
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
421
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
422
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
423
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
424
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
425
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
426
|
+
<element minOccurs="0" name="customSchedule" type="tns:CustomPaymentSchedule"/>
|
|
427
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
428
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
429
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
430
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
431
|
+
<element minOccurs="0" name="initialPaymentAmount" type="double"/>
|
|
432
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
433
|
+
<element minOccurs="0" name="linkedPaymentsAmount" type="double"/>
|
|
434
|
+
<element minOccurs="0" name="nextPaymentAmount" type="double"/>
|
|
435
|
+
<element minOccurs="0" name="nextPaymentDate" type="dateTime"/>
|
|
436
|
+
<element minOccurs="0" name="nonDeductibleAmount" type="double"/>
|
|
437
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
438
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
439
|
+
<element minOccurs="0" name="originalAccountName" type="string"/>
|
|
440
|
+
<element minOccurs="0" name="originalAccountRef" type="string"/>
|
|
441
|
+
<element minOccurs="0" name="originalTransactionRef" type="string"/>
|
|
442
|
+
<element minOccurs="0" name="outstandingBalance" type="double"/>
|
|
443
|
+
<element minOccurs="0" name="paymentValuable" type="tns:Valuable"/>
|
|
444
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
445
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
446
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
447
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
448
|
+
<element minOccurs="0" name="scheduledValuable" type="tns:Valuable"/>
|
|
449
|
+
<element minOccurs="0" name="segmentedTransactionRef" type="string"/>
|
|
450
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
451
|
+
<element minOccurs="0" name="standardSchedule" type="tns:StandardPaymentSchedule"/>
|
|
452
|
+
<element minOccurs="0" name="tributeAccountName" type="string"/>
|
|
453
|
+
<element minOccurs="0" name="tributeAccountRef" type="string"/>
|
|
454
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
455
|
+
<element minOccurs="0" name="writeOff" type="boolean"/>
|
|
456
|
+
</sequence>
|
|
457
|
+
</complexType>
|
|
458
|
+
<complexType name="CustomPaymentSchedule">
|
|
459
|
+
<sequence>
|
|
460
|
+
<element minOccurs="0" name="installmentAmounts" type="tns:ArrayOfdouble"/>
|
|
461
|
+
<element minOccurs="0" name="installmentDates" type="tns:ArrayOfdateTime"/>
|
|
462
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
463
|
+
<element minOccurs="0" name="processType" type="int"/>
|
|
464
|
+
</sequence>
|
|
465
|
+
</complexType>
|
|
466
|
+
<complexType name="ArrayOfdouble">
|
|
467
|
+
<complexContent>
|
|
468
|
+
<restriction base="soap11-enc:Array">
|
|
469
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="double[]"/>
|
|
470
|
+
</restriction>
|
|
471
|
+
</complexContent>
|
|
472
|
+
</complexType>
|
|
473
|
+
<complexType name="ArrayOfdateTime">
|
|
474
|
+
<complexContent>
|
|
475
|
+
<restriction base="soap11-enc:Array">
|
|
476
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="dateTime[]"/>
|
|
477
|
+
</restriction>
|
|
478
|
+
</complexContent>
|
|
479
|
+
</complexType>
|
|
480
|
+
<complexType name="StandardPaymentSchedule">
|
|
481
|
+
<sequence>
|
|
482
|
+
<element minOccurs="0" name="firstInstallmentDate" type="dateTime"/>
|
|
483
|
+
<element minOccurs="0" name="frequency" type="int"/>
|
|
484
|
+
<element minOccurs="0" name="installmentAmount" type="double"/>
|
|
485
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
486
|
+
<element minOccurs="0" name="processType" type="int"/>
|
|
487
|
+
<element minOccurs="0" name="stopDate" type="dateTime"/>
|
|
488
|
+
</sequence>
|
|
489
|
+
</complexType>
|
|
490
|
+
<complexType name="RecurringGift">
|
|
491
|
+
<sequence>
|
|
492
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
493
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
494
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
495
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
496
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
497
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
498
|
+
<element minOccurs="0" name="copyRgsElements" type="boolean"/>
|
|
499
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
500
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
501
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
502
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
503
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
504
|
+
<element minOccurs="0" name="nonDeductibleAmount" type="double"/>
|
|
505
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
506
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
507
|
+
<element minOccurs="0" name="originalAccountName" type="string"/>
|
|
508
|
+
<element minOccurs="0" name="originalAccountRef" type="string"/>
|
|
509
|
+
<element minOccurs="0" name="originalTransactionRef" type="string"/>
|
|
510
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
511
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
512
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
513
|
+
<element minOccurs="0" name="recurringGiftScheduleRef" type="string"/>
|
|
514
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
515
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
516
|
+
<element minOccurs="0" name="tributeAccountName" type="string"/>
|
|
517
|
+
<element minOccurs="0" name="tributeAccountRef" type="string"/>
|
|
518
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
519
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
520
|
+
</sequence>
|
|
521
|
+
</complexType>
|
|
522
|
+
<complexType name="ConnectRequest">
|
|
523
|
+
<sequence>
|
|
524
|
+
<element minOccurs="0" name="applicationContext" type="string"/>
|
|
525
|
+
<element minOccurs="0" name="databaseId" type="string"/>
|
|
526
|
+
<element minOccurs="0" name="password" type="string"/>
|
|
527
|
+
</sequence>
|
|
528
|
+
</complexType>
|
|
529
|
+
<complexType name="ExternalLoginRequest">
|
|
530
|
+
<sequence>
|
|
531
|
+
<element minOccurs="0" name="applicationContext" type="string"/>
|
|
532
|
+
<element minOccurs="0" name="applicationName" type="string"/>
|
|
533
|
+
<element minOccurs="0" name="databaseId" type="string"/>
|
|
534
|
+
<element minOccurs="0" name="loginId" type="string"/>
|
|
535
|
+
<element minOccurs="0" name="password" type="string"/>
|
|
536
|
+
</sequence>
|
|
537
|
+
</complexType>
|
|
538
|
+
<complexType name="PagedCartElementsResponse">
|
|
539
|
+
<sequence>
|
|
540
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
541
|
+
<element minOccurs="0" name="data" type="ns2:collection"/>
|
|
542
|
+
<element minOccurs="0" name="pages" type="int"/>
|
|
543
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
544
|
+
<element minOccurs="0" name="total" type="int"/>
|
|
545
|
+
<element minOccurs="0" name="usedCache" type="boolean"/>
|
|
546
|
+
</sequence>
|
|
547
|
+
</complexType>
|
|
548
|
+
<complexType name="PagedDefinedFieldsResponse">
|
|
549
|
+
<sequence>
|
|
550
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
551
|
+
<element minOccurs="0" name="data" type="ns2:collection"/>
|
|
552
|
+
<element minOccurs="0" name="pages" type="int"/>
|
|
553
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
554
|
+
<element minOccurs="0" name="total" type="int"/>
|
|
555
|
+
<element minOccurs="0" name="usedCache" type="boolean"/>
|
|
556
|
+
</sequence>
|
|
557
|
+
</complexType>
|
|
558
|
+
<complexType name="PagedJournalEntriesResponse">
|
|
559
|
+
<sequence>
|
|
560
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
561
|
+
<element minOccurs="0" name="data" type="ns2:collection"/>
|
|
562
|
+
<element minOccurs="0" name="pages" type="int"/>
|
|
563
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
564
|
+
<element minOccurs="0" name="total" type="int"/>
|
|
565
|
+
<element minOccurs="0" name="usedCache" type="boolean"/>
|
|
566
|
+
</sequence>
|
|
567
|
+
</complexType>
|
|
568
|
+
<complexType name="PagedQueryResultsResponse">
|
|
569
|
+
<sequence>
|
|
570
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
571
|
+
<element minOccurs="0" name="data" type="ns2:collection"/>
|
|
572
|
+
<element minOccurs="0" name="pages" type="int"/>
|
|
573
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
574
|
+
<element minOccurs="0" name="total" type="int"/>
|
|
575
|
+
<element minOccurs="0" name="usedCache" type="boolean"/>
|
|
576
|
+
</sequence>
|
|
577
|
+
</complexType>
|
|
578
|
+
<complexType name="CalendarItem">
|
|
579
|
+
<sequence>
|
|
580
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
581
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
582
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
583
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
584
|
+
<element minOccurs="0" name="endTime" type="dateTime"/>
|
|
585
|
+
<element minOccurs="0" name="invitations" type="tns:ArrayOfInvitation"/>
|
|
586
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
587
|
+
<element minOccurs="0" name="priority" type="int"/>
|
|
588
|
+
<element minOccurs="0" name="private" type="boolean"/>
|
|
589
|
+
<element minOccurs="0" name="recurringSchedule" type="tns:RecurringSchedule"/>
|
|
590
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
591
|
+
<element minOccurs="0" name="remind" type="boolean"/>
|
|
592
|
+
<element minOccurs="0" name="startTime" type="dateTime"/>
|
|
593
|
+
<element minOccurs="0" name="status" type="int"/>
|
|
594
|
+
<element minOccurs="0" name="title" type="string"/>
|
|
595
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
596
|
+
</sequence>
|
|
597
|
+
</complexType>
|
|
598
|
+
<complexType name="ArrayOfInvitation">
|
|
599
|
+
<complexContent>
|
|
600
|
+
<restriction base="soap11-enc:Array">
|
|
601
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Invitation[]"/>
|
|
602
|
+
</restriction>
|
|
603
|
+
</complexContent>
|
|
604
|
+
</complexType>
|
|
605
|
+
<complexType name="Invitation">
|
|
606
|
+
<sequence>
|
|
607
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
608
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
609
|
+
<element minOccurs="0" name="calendarItem" type="tns:CalendarItem"/>
|
|
610
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
611
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
612
|
+
<element minOccurs="0" name="remind" type="boolean"/>
|
|
613
|
+
<element minOccurs="0" name="status" type="int"/>
|
|
614
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
615
|
+
</sequence>
|
|
616
|
+
</complexType>
|
|
617
|
+
<complexType name="RecurringSchedule">
|
|
618
|
+
<sequence>
|
|
619
|
+
<element minOccurs="0" name="frequency" type="int"/>
|
|
620
|
+
<element minOccurs="0" name="measure" type="int"/>
|
|
621
|
+
<element minOccurs="0" name="startDate" type="dateTime"/>
|
|
622
|
+
<element minOccurs="0" name="stopDate" type="dateTime"/>
|
|
623
|
+
</sequence>
|
|
624
|
+
</complexType>
|
|
625
|
+
<complexType name="CartCategory">
|
|
626
|
+
<sequence>
|
|
627
|
+
<element minOccurs="0" name="description" type="string"/>
|
|
628
|
+
<element minOccurs="0" name="disabled" type="boolean"/>
|
|
629
|
+
<element minOccurs="0" name="image" type="tns:CartImage"/>
|
|
630
|
+
<element minOccurs="0" name="immediateCategories" type="int"/>
|
|
631
|
+
<element minOccurs="0" name="immediateItems" type="int"/>
|
|
632
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
633
|
+
<element minOccurs="0" name="nestedCategories" type="int"/>
|
|
634
|
+
<element minOccurs="0" name="nestedItems" type="int"/>
|
|
635
|
+
<element minOccurs="0" name="parents" type="tns:ArrayOfCartParent"/>
|
|
636
|
+
<element minOccurs="0" name="publishEndDate" type="string"/>
|
|
637
|
+
<element minOccurs="0" name="publishStartDate" type="string"/>
|
|
638
|
+
<element minOccurs="0" name="publishableNow" type="boolean"/>
|
|
639
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
640
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
641
|
+
</sequence>
|
|
642
|
+
</complexType>
|
|
643
|
+
<complexType name="CartImage">
|
|
644
|
+
<sequence>
|
|
645
|
+
<element minOccurs="0" name="description" type="string"/>
|
|
646
|
+
<element minOccurs="0" name="url" type="string"/>
|
|
647
|
+
</sequence>
|
|
648
|
+
</complexType>
|
|
649
|
+
<complexType name="ArrayOfCartParent">
|
|
650
|
+
<complexContent>
|
|
651
|
+
<restriction base="soap11-enc:Array">
|
|
652
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CartParent[]"/>
|
|
653
|
+
</restriction>
|
|
654
|
+
</complexContent>
|
|
655
|
+
</complexType>
|
|
656
|
+
<complexType name="CartParent">
|
|
657
|
+
<sequence>
|
|
658
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
659
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
660
|
+
</sequence>
|
|
661
|
+
</complexType>
|
|
662
|
+
<complexType name="PagedCartElementsRequest">
|
|
663
|
+
<sequence>
|
|
664
|
+
<element minOccurs="0" name="clearCache" type="boolean"/>
|
|
665
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
666
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
667
|
+
<element minOccurs="0" name="cartRef" type="string"/>
|
|
668
|
+
<element minOccurs="0" name="categoryRef" type="string"/>
|
|
669
|
+
<element minOccurs="0" name="elementTypeMask" type="int"/>
|
|
670
|
+
<element minOccurs="0" name="includeDisabledItems" type="boolean"/>
|
|
671
|
+
<element minOccurs="0" name="includeNoItemCategories" type="boolean"/>
|
|
672
|
+
<element minOccurs="0" name="includeNonPublishableCategories" type="boolean"/>
|
|
673
|
+
<element minOccurs="0" name="includeNonPublishableItems" type="boolean"/>
|
|
674
|
+
</sequence>
|
|
675
|
+
</complexType>
|
|
676
|
+
<complexType name="CartItem">
|
|
677
|
+
<sequence>
|
|
678
|
+
<element minOccurs="0" name="deductibleAmount" type="double"/>
|
|
679
|
+
<element minOccurs="0" name="disabled" type="boolean"/>
|
|
680
|
+
<element minOccurs="0" name="longDescription" type="string"/>
|
|
681
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
682
|
+
<element minOccurs="0" name="nonTaxableAmount" type="double"/>
|
|
683
|
+
<element minOccurs="0" name="parents" type="tns:ArrayOfCartParent"/>
|
|
684
|
+
<element minOccurs="0" name="publishEndDate" type="string"/>
|
|
685
|
+
<element minOccurs="0" name="publishStartDate" type="string"/>
|
|
686
|
+
<element minOccurs="0" name="publishableNow" type="boolean"/>
|
|
687
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
688
|
+
<element minOccurs="0" name="regularImages" type="tns:ArrayOfCartImage"/>
|
|
689
|
+
<element minOccurs="0" name="regularPrice" type="double"/>
|
|
690
|
+
<element minOccurs="0" name="shippingPrice" type="double"/>
|
|
691
|
+
<element minOccurs="0" name="shortDescription" type="string"/>
|
|
692
|
+
<element minOccurs="0" name="thumbImage" type="tns:CartImage"/>
|
|
693
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
694
|
+
</sequence>
|
|
695
|
+
</complexType>
|
|
696
|
+
<complexType name="ArrayOfCartImage">
|
|
697
|
+
<complexContent>
|
|
698
|
+
<restriction base="soap11-enc:Array">
|
|
699
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:CartImage[]"/>
|
|
700
|
+
</restriction>
|
|
701
|
+
</complexContent>
|
|
702
|
+
</complexType>
|
|
703
|
+
<complexType name="CartPreferences">
|
|
704
|
+
<sequence>
|
|
705
|
+
<element minOccurs="0" name="expressShippingPrice" type="double"/>
|
|
706
|
+
<element minOccurs="0" name="internationalShippingPrice" type="double"/>
|
|
707
|
+
<element minOccurs="0" name="regularShippingPrice" type="double"/>
|
|
708
|
+
<element minOccurs="0" name="salesTaxKey" type="int"/>
|
|
709
|
+
<element minOccurs="0" name="siteName" type="string"/>
|
|
710
|
+
<element minOccurs="0" name="siteTitle" type="string"/>
|
|
711
|
+
<element minOccurs="0" name="stateTaxRates" type="tns:ArrayOfStateTaxRate"/>
|
|
712
|
+
<element minOccurs="0" name="successMessage" type="string"/>
|
|
713
|
+
<element minOccurs="0" name="templateSetFolder" type="string"/>
|
|
714
|
+
<element minOccurs="0" name="welcomeMessage" type="string"/>
|
|
715
|
+
</sequence>
|
|
716
|
+
</complexType>
|
|
717
|
+
<complexType name="ArrayOfStateTaxRate">
|
|
718
|
+
<complexContent>
|
|
719
|
+
<restriction base="soap11-enc:Array">
|
|
720
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:StateTaxRate[]"/>
|
|
721
|
+
</restriction>
|
|
722
|
+
</complexContent>
|
|
723
|
+
</complexType>
|
|
724
|
+
<complexType name="StateTaxRate">
|
|
725
|
+
<sequence>
|
|
726
|
+
<element minOccurs="0" name="rate" type="double"/>
|
|
727
|
+
<element minOccurs="0" name="state" type="string"/>
|
|
728
|
+
</sequence>
|
|
729
|
+
</complexType>
|
|
730
|
+
<complexType name="Declaration">
|
|
731
|
+
<sequence>
|
|
732
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
733
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
734
|
+
<element minOccurs="0" name="address" type="string"/>
|
|
735
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
736
|
+
<element minOccurs="0" name="city" type="string"/>
|
|
737
|
+
<element minOccurs="0" name="confirmationDate" type="dateTime"/>
|
|
738
|
+
<element minOccurs="0" name="country" type="string"/>
|
|
739
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
740
|
+
<element minOccurs="0" name="endDate" type="dateTime"/>
|
|
741
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
742
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
743
|
+
<element minOccurs="0" name="postalCode" type="string"/>
|
|
744
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
745
|
+
<element minOccurs="0" name="startDate" type="dateTime"/>
|
|
746
|
+
<element minOccurs="0" name="state" type="string"/>
|
|
747
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
748
|
+
<element minOccurs="0" name="verbal" type="boolean"/>
|
|
749
|
+
</sequence>
|
|
750
|
+
</complexType>
|
|
751
|
+
<complexType name="DefinedField">
|
|
752
|
+
<sequence>
|
|
753
|
+
<element minOccurs="0" name="applicationTypes" type="tns:ArrayOfint"/>
|
|
754
|
+
<element minOccurs="0" name="category" type="string"/>
|
|
755
|
+
<element minOccurs="0" name="dataType" type="int"/>
|
|
756
|
+
<element minOccurs="0" name="desc" type="string"/>
|
|
757
|
+
<element minOccurs="0" name="disabled" type="boolean"/>
|
|
758
|
+
<element minOccurs="0" name="displayType" type="int"/>
|
|
759
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
760
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
761
|
+
<element minOccurs="0" name="required" type="boolean"/>
|
|
762
|
+
<element minOccurs="0" name="securityRights" type="tns:ArrayOfDefinedFieldValue"/>
|
|
763
|
+
<element minOccurs="0" name="system" type="boolean"/>
|
|
764
|
+
<element minOccurs="0" name="values" type="tns:ArrayOfDefinedFieldValue"/>
|
|
765
|
+
</sequence>
|
|
766
|
+
</complexType>
|
|
767
|
+
<complexType name="ArrayOfint">
|
|
768
|
+
<complexContent>
|
|
769
|
+
<restriction base="soap11-enc:Array">
|
|
770
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="int[]"/>
|
|
771
|
+
</restriction>
|
|
772
|
+
</complexContent>
|
|
773
|
+
</complexType>
|
|
774
|
+
<complexType name="ArrayOfDefinedFieldValue">
|
|
775
|
+
<complexContent>
|
|
776
|
+
<restriction base="soap11-enc:Array">
|
|
777
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:DefinedFieldValue[]"/>
|
|
778
|
+
</restriction>
|
|
779
|
+
</complexContent>
|
|
780
|
+
</complexType>
|
|
781
|
+
<complexType name="DefinedFieldValue">
|
|
782
|
+
<sequence>
|
|
783
|
+
<element minOccurs="0" name="desc" type="string"/>
|
|
784
|
+
<element minOccurs="0" name="disabled" type="boolean"/>
|
|
785
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
786
|
+
<element minOccurs="0" name="value" type="string"/>
|
|
787
|
+
</sequence>
|
|
788
|
+
</complexType>
|
|
789
|
+
<complexType name="PagedDefinedFieldsRequest">
|
|
790
|
+
<sequence>
|
|
791
|
+
<element minOccurs="0" name="clearCache" type="boolean"/>
|
|
792
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
793
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
794
|
+
<element minOccurs="0" name="applicationTypes" type="tns:ArrayOfint"/>
|
|
795
|
+
<element minOccurs="0" name="categories" type="tns:ArrayOfstring"/>
|
|
796
|
+
<element minOccurs="0" name="includeDisabledFields" type="boolean"/>
|
|
797
|
+
<element minOccurs="0" name="includeDisabledValues" type="boolean"/>
|
|
798
|
+
<element minOccurs="0" name="names" type="tns:ArrayOfstring"/>
|
|
799
|
+
</sequence>
|
|
800
|
+
</complexType>
|
|
801
|
+
<complexType name="DonorLoginPreferences">
|
|
802
|
+
<sequence>
|
|
803
|
+
<element minOccurs="0" name="welcomePageHtml" type="string"/>
|
|
804
|
+
</sequence>
|
|
805
|
+
</complexType>
|
|
806
|
+
<complexType name="DuplicateAccountSearch">
|
|
807
|
+
<sequence>
|
|
808
|
+
<element minOccurs="0" name="accountRoleTypes" type="int"/>
|
|
809
|
+
<element minOccurs="0" name="address" type="string"/>
|
|
810
|
+
<element minOccurs="0" name="allowEmailOnlyMatch" type="boolean"/>
|
|
811
|
+
<element minOccurs="0" name="email" type="string"/>
|
|
812
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
813
|
+
<element minOccurs="0" name="phoneNumber" type="string"/>
|
|
814
|
+
</sequence>
|
|
815
|
+
</complexType>
|
|
816
|
+
<complexType name="PagedDynamicQueryResultsRequest">
|
|
817
|
+
<sequence>
|
|
818
|
+
<element minOccurs="0" name="clearCache" type="boolean"/>
|
|
819
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
820
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
821
|
+
<element minOccurs="0" name="accountType" type="int"/>
|
|
822
|
+
<element minOccurs="0" name="applicationGroup" type="string"/>
|
|
823
|
+
<element minOccurs="0" name="baseQuery" type="string"/>
|
|
824
|
+
<element minOccurs="0" name="involvePrivacySettings" type="boolean"/>
|
|
825
|
+
<element minOccurs="0" name="matchAny" type="boolean"/>
|
|
826
|
+
<element minOccurs="0" name="personaOption" type="string"/>
|
|
827
|
+
<element minOccurs="0" name="returnType" type="int"/>
|
|
828
|
+
<element minOccurs="0" name="searchCriteria" type="tns:ArrayOfSearchCriteria"/>
|
|
829
|
+
</sequence>
|
|
830
|
+
</complexType>
|
|
831
|
+
<complexType name="EntityRole">
|
|
832
|
+
<sequence>
|
|
833
|
+
<element minOccurs="0" name="accountRoleType" type="int"/>
|
|
834
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
835
|
+
<element minOccurs="0" name="donorRecognitionName" type="string"/>
|
|
836
|
+
<element minOccurs="0" name="donorRecognitionType" type="int"/>
|
|
837
|
+
<element minOccurs="0" name="donorRoleRef" type="string"/>
|
|
838
|
+
<element minOccurs="0" name="emailStatus" type="int"/>
|
|
839
|
+
<element minOccurs="0" name="householdStatus" type="int"/>
|
|
840
|
+
<element minOccurs="0" name="id" type="int"/>
|
|
841
|
+
<element minOccurs="0" name="loginId" type="string"/>
|
|
842
|
+
<element minOccurs="0" name="loyaltyRating" type="int"/>
|
|
843
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
844
|
+
<element minOccurs="0" name="personas" type="tns:ArrayOfPersona"/>
|
|
845
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
846
|
+
<element minOccurs="0" name="sortName" type="string"/>
|
|
847
|
+
<element minOccurs="0" name="tributeRoleRef" type="string"/>
|
|
848
|
+
<element minOccurs="0" name="userRoleRef" type="string"/>
|
|
849
|
+
</sequence>
|
|
850
|
+
</complexType>
|
|
851
|
+
<complexType name="ArrayOfPersona">
|
|
852
|
+
<complexContent>
|
|
853
|
+
<restriction base="soap11-enc:Array">
|
|
854
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:Persona[]"/>
|
|
855
|
+
</restriction>
|
|
856
|
+
</complexContent>
|
|
857
|
+
</complexType>
|
|
858
|
+
<complexType name="Persona">
|
|
859
|
+
<sequence>
|
|
860
|
+
<element minOccurs="0" name="address" type="string"/>
|
|
861
|
+
<element minOccurs="0" name="city" type="string"/>
|
|
862
|
+
<element minOccurs="0" name="country" type="string"/>
|
|
863
|
+
<element minOccurs="0" name="county" type="string"/>
|
|
864
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
865
|
+
<element minOccurs="0" name="email" type="string"/>
|
|
866
|
+
<element minOccurs="0" name="longSalutation" type="string"/>
|
|
867
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
868
|
+
<element minOccurs="0" name="phones" type="tns:ArrayOfPhone"/>
|
|
869
|
+
<element minOccurs="0" name="postalCode" type="string"/>
|
|
870
|
+
<element minOccurs="0" name="primary" type="boolean"/>
|
|
871
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
872
|
+
<element minOccurs="0" name="shortSalutation" type="string"/>
|
|
873
|
+
<element minOccurs="0" name="state" type="string"/>
|
|
874
|
+
<element minOccurs="0" name="stickyNoteType" type="string"/>
|
|
875
|
+
<element minOccurs="0" name="type" type="string"/>
|
|
876
|
+
<element minOccurs="0" name="webAddress" type="string"/>
|
|
877
|
+
</sequence>
|
|
878
|
+
</complexType>
|
|
879
|
+
<complexType name="PagedExistingQueryResultsRequest">
|
|
880
|
+
<sequence>
|
|
881
|
+
<element minOccurs="0" name="clearCache" type="boolean"/>
|
|
882
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
883
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
884
|
+
<element minOccurs="0" name="accountType" type="int"/>
|
|
885
|
+
<element minOccurs="0" name="query" type="string"/>
|
|
886
|
+
</sequence>
|
|
887
|
+
</complexType>
|
|
888
|
+
<complexType name="PagedJournalEntriesRequest">
|
|
889
|
+
<sequence>
|
|
890
|
+
<element minOccurs="0" name="clearCache" type="boolean"/>
|
|
891
|
+
<element minOccurs="0" name="count" type="int"/>
|
|
892
|
+
<element minOccurs="0" name="start" type="int"/>
|
|
893
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
894
|
+
<element minOccurs="0" name="baseQuery" type="string"/>
|
|
895
|
+
<element minOccurs="0" name="endDate" type="dateTime"/>
|
|
896
|
+
<element minOccurs="0" name="startDate" type="dateTime"/>
|
|
897
|
+
<element minOccurs="0" name="types" type="tns:ArrayOfint"/>
|
|
898
|
+
</sequence>
|
|
899
|
+
</complexType>
|
|
900
|
+
<complexType name="JournalSummary">
|
|
901
|
+
<sequence>
|
|
902
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
903
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
904
|
+
<element minOccurs="0" name="lifetimeGivingTotal" type="double"/>
|
|
905
|
+
<element minOccurs="0" name="lifetimePledgedTotal" type="double"/>
|
|
906
|
+
<element minOccurs="0" name="lifetimeTransactionCount" type="int"/>
|
|
907
|
+
<element minOccurs="0" name="oneYearAgoGivingAmount" type="double"/>
|
|
908
|
+
<element minOccurs="0" name="oneYearAgoPledgedAmount" type="double"/>
|
|
909
|
+
<element minOccurs="0" name="oneYearAgoTransactionCount" type="int"/>
|
|
910
|
+
<element minOccurs="0" name="yearToDateGivingTotal" type="double"/>
|
|
911
|
+
<element minOccurs="0" name="yearToDatePledgedTotal" type="double"/>
|
|
912
|
+
<element minOccurs="0" name="yearToDateTransactionCount" type="int"/>
|
|
913
|
+
</sequence>
|
|
914
|
+
</complexType>
|
|
915
|
+
<complexType name="PrivacyPreferences">
|
|
916
|
+
<sequence>
|
|
917
|
+
<element minOccurs="0" name="accountPrivacyPreference" type="tns:PrivacyPreference"/>
|
|
918
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
919
|
+
<element minOccurs="0" name="personaPrivacyPreferences" type="tns:ArrayOfPrivacyPreference"/>
|
|
920
|
+
</sequence>
|
|
921
|
+
</complexType>
|
|
922
|
+
<complexType name="PrivacyPreference">
|
|
923
|
+
<sequence>
|
|
924
|
+
<element minOccurs="0" name="accountDefined" type="boolean"/>
|
|
925
|
+
<element minOccurs="0" name="applicationGroup" type="string"/>
|
|
926
|
+
<element minOccurs="0" name="hiddenFields" type="tns:ArrayOfstring"/>
|
|
927
|
+
<element minOccurs="0" name="personaType" type="string"/>
|
|
928
|
+
<element minOccurs="0" name="status" type="int"/>
|
|
929
|
+
</sequence>
|
|
930
|
+
</complexType>
|
|
931
|
+
<complexType name="ArrayOfPrivacyPreference">
|
|
932
|
+
<complexContent>
|
|
933
|
+
<restriction base="soap11-enc:Array">
|
|
934
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:PrivacyPreference[]"/>
|
|
935
|
+
</restriction>
|
|
936
|
+
</complexContent>
|
|
937
|
+
</complexType>
|
|
938
|
+
<complexType name="OrderItem">
|
|
939
|
+
<sequence>
|
|
940
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
941
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
942
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
943
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
944
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
945
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
946
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
947
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
948
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
949
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
950
|
+
<element minOccurs="0" name="itemName" type="string"/>
|
|
951
|
+
<element minOccurs="0" name="itemQuantity" type="int"/>
|
|
952
|
+
<element minOccurs="0" name="itemRef" type="string"/>
|
|
953
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
954
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
955
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
956
|
+
<element minOccurs="0" name="orderInfo" type="tns:OrderInfo"/>
|
|
957
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
958
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
959
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
960
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
961
|
+
<element minOccurs="0" name="segmentedTransactionRef" type="string"/>
|
|
962
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
963
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
964
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
965
|
+
</sequence>
|
|
966
|
+
</complexType>
|
|
967
|
+
<complexType name="OrderInfo">
|
|
968
|
+
<sequence>
|
|
969
|
+
<element minOccurs="0" name="billingAddress" type="string"/>
|
|
970
|
+
<element minOccurs="0" name="billingCity" type="string"/>
|
|
971
|
+
<element minOccurs="0" name="billingCountry" type="string"/>
|
|
972
|
+
<element minOccurs="0" name="billingEmail" type="string"/>
|
|
973
|
+
<element minOccurs="0" name="billingName" type="string"/>
|
|
974
|
+
<element minOccurs="0" name="billingPhone" type="string"/>
|
|
975
|
+
<element minOccurs="0" name="billingPostalCode" type="string"/>
|
|
976
|
+
<element minOccurs="0" name="billingState" type="string"/>
|
|
977
|
+
<element minOccurs="0" name="shippingAddress" type="string"/>
|
|
978
|
+
<element minOccurs="0" name="shippingCity" type="string"/>
|
|
979
|
+
<element minOccurs="0" name="shippingCountry" type="string"/>
|
|
980
|
+
<element minOccurs="0" name="shippingName" type="string"/>
|
|
981
|
+
<element minOccurs="0" name="shippingPostalCode" type="string"/>
|
|
982
|
+
<element minOccurs="0" name="shippingState" type="string"/>
|
|
983
|
+
<element minOccurs="0" name="shippingType" type="int"/>
|
|
984
|
+
</sequence>
|
|
985
|
+
</complexType>
|
|
986
|
+
<complexType name="OrderShipping">
|
|
987
|
+
<sequence>
|
|
988
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
989
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
990
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
991
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
992
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
993
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
994
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
995
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
996
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
997
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
998
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
999
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
1000
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
1001
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
1002
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
1003
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
1004
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1005
|
+
<element minOccurs="0" name="segmentedTransactionRef" type="string"/>
|
|
1006
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
1007
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1008
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
1009
|
+
</sequence>
|
|
1010
|
+
</complexType>
|
|
1011
|
+
<complexType name="OrderTax">
|
|
1012
|
+
<sequence>
|
|
1013
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
1014
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1015
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
1016
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
1017
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
1018
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
1019
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
1020
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
1021
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
1022
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
1023
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
1024
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
1025
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
1026
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
1027
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
1028
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
1029
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1030
|
+
<element minOccurs="0" name="segmentedTransactionRef" type="string"/>
|
|
1031
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
1032
|
+
<element minOccurs="0" name="taxRate" type="double"/>
|
|
1033
|
+
<element minOccurs="0" name="taxRegion" type="string"/>
|
|
1034
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1035
|
+
<element minOccurs="0" name="valuable" type="tns:Valuable"/>
|
|
1036
|
+
</sequence>
|
|
1037
|
+
</complexType>
|
|
1038
|
+
<complexType name="OrganizationPreferences">
|
|
1039
|
+
<sequence>
|
|
1040
|
+
<element minOccurs="0" name="passwordMinimumLength" type="int"/>
|
|
1041
|
+
<element minOccurs="0" name="passwordRequireComplexity" type="boolean"/>
|
|
1042
|
+
</sequence>
|
|
1043
|
+
</complexType>
|
|
1044
|
+
<complexType name="ArrayOfPhoneAThonList">
|
|
1045
|
+
<complexContent>
|
|
1046
|
+
<restriction base="soap11-enc:Array">
|
|
1047
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:PhoneAThonList[]"/>
|
|
1048
|
+
</restriction>
|
|
1049
|
+
</complexContent>
|
|
1050
|
+
</complexType>
|
|
1051
|
+
<complexType name="PhoneAThonList">
|
|
1052
|
+
<sequence>
|
|
1053
|
+
<element minOccurs="0" name="currentCount" type="int"/>
|
|
1054
|
+
<element minOccurs="0" name="description" type="string"/>
|
|
1055
|
+
<element minOccurs="0" name="enabled" type="boolean"/>
|
|
1056
|
+
<element minOccurs="0" name="initialCount" type="int"/>
|
|
1057
|
+
<element minOccurs="0" name="lastGenerated" type="dateTime"/>
|
|
1058
|
+
<element minOccurs="0" name="name" type="string"/>
|
|
1059
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1060
|
+
</sequence>
|
|
1061
|
+
</complexType>
|
|
1062
|
+
<complexType name="QueryResultStats">
|
|
1063
|
+
<sequence>
|
|
1064
|
+
<element minOccurs="0" name="gifted" type="double"/>
|
|
1065
|
+
<element minOccurs="0" name="journalEntryCount" type="int"/>
|
|
1066
|
+
<element minOccurs="0" name="pledged" type="double"/>
|
|
1067
|
+
<element minOccurs="0" name="raised" type="double"/>
|
|
1068
|
+
<element minOccurs="0" name="received" type="double"/>
|
|
1069
|
+
<element minOccurs="0" name="transactionCount" type="int"/>
|
|
1070
|
+
</sequence>
|
|
1071
|
+
</complexType>
|
|
1072
|
+
<complexType name="RecurringGiftSchedule">
|
|
1073
|
+
<sequence>
|
|
1074
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
1075
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1076
|
+
<element minOccurs="0" name="amount" type="double"/>
|
|
1077
|
+
<element minOccurs="0" name="approach" type="string"/>
|
|
1078
|
+
<element minOccurs="0" name="attachments" type="tns:ArrayOfAttachment"/>
|
|
1079
|
+
<element minOccurs="0" name="campaign" type="string"/>
|
|
1080
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
1081
|
+
<element minOccurs="0" name="definedValues" type="tns:ArrayOfDefinedValue"/>
|
|
1082
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
1083
|
+
<element minOccurs="0" name="fund" type="string"/>
|
|
1084
|
+
<element minOccurs="0" name="letter" type="string"/>
|
|
1085
|
+
<element minOccurs="0" name="linkedGiftsAmount" type="double"/>
|
|
1086
|
+
<element minOccurs="0" name="nextGiftAmount" type="double"/>
|
|
1087
|
+
<element minOccurs="0" name="nextGiftDate" type="dateTime"/>
|
|
1088
|
+
<element minOccurs="0" name="nonDeductibleAmount" type="double"/>
|
|
1089
|
+
<element minOccurs="0" name="note" type="string"/>
|
|
1090
|
+
<element minOccurs="0" name="originalAccountName" type="string"/>
|
|
1091
|
+
<element minOccurs="0" name="originalAccountRef" type="string"/>
|
|
1092
|
+
<element minOccurs="0" name="originalTransactionRef" type="string"/>
|
|
1093
|
+
<element minOccurs="0" name="receipt" type="string"/>
|
|
1094
|
+
<element minOccurs="0" name="recognitionName" type="string"/>
|
|
1095
|
+
<element minOccurs="0" name="recognitionType" type="int"/>
|
|
1096
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1097
|
+
<element minOccurs="0" name="schedule" type="tns:StandardPaymentSchedule"/>
|
|
1098
|
+
<element minOccurs="0" name="scheduledValuable" type="tns:Valuable"/>
|
|
1099
|
+
<element minOccurs="0" name="softCredit" type="tns:SoftCredit"/>
|
|
1100
|
+
<element minOccurs="0" name="tributeAccountName" type="string"/>
|
|
1101
|
+
<element minOccurs="0" name="tributeAccountRef" type="string"/>
|
|
1102
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1103
|
+
</sequence>
|
|
1104
|
+
</complexType>
|
|
1105
|
+
<complexType name="SegmentedDonation">
|
|
1106
|
+
<sequence>
|
|
1107
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
1108
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1109
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
1110
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
1111
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
1112
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1113
|
+
<element minOccurs="0" name="segments" type="tns:ArrayOfanyType"/>
|
|
1114
|
+
<element minOccurs="0" name="totalAmount" type="double"/>
|
|
1115
|
+
<element minOccurs="0" name="totalNonDeductibleAmount" type="double"/>
|
|
1116
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1117
|
+
</sequence>
|
|
1118
|
+
</complexType>
|
|
1119
|
+
<complexType name="ArrayOfanyType">
|
|
1120
|
+
<complexContent>
|
|
1121
|
+
<restriction base="soap11-enc:Array">
|
|
1122
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="anyType[]"/>
|
|
1123
|
+
</restriction>
|
|
1124
|
+
</complexContent>
|
|
1125
|
+
</complexType>
|
|
1126
|
+
<complexType name="SegmentedOrder">
|
|
1127
|
+
<sequence>
|
|
1128
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
1129
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1130
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
1131
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
1132
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
1133
|
+
<element minOccurs="0" name="orderInfo" type="tns:OrderInfo"/>
|
|
1134
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1135
|
+
<element minOccurs="0" name="segments" type="tns:ArrayOfanyType"/>
|
|
1136
|
+
<element minOccurs="0" name="totalAmount" type="double"/>
|
|
1137
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1138
|
+
</sequence>
|
|
1139
|
+
</complexType>
|
|
1140
|
+
<complexType name="SegmentedPledge">
|
|
1141
|
+
<sequence>
|
|
1142
|
+
<element minOccurs="0" name="accountName" type="string"/>
|
|
1143
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1144
|
+
<element minOccurs="0" name="consolidatedCustomSchedule" type="tns:CustomPaymentSchedule"/>
|
|
1145
|
+
<element minOccurs="0" name="date" type="dateTime"/>
|
|
1146
|
+
<element minOccurs="0" name="final" type="boolean"/>
|
|
1147
|
+
<element minOccurs="0" name="offsettingRef" type="string"/>
|
|
1148
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1149
|
+
<element minOccurs="0" name="segments" type="tns:ArrayOfanyType"/>
|
|
1150
|
+
<element minOccurs="0" name="totalAmount" type="double"/>
|
|
1151
|
+
<element minOccurs="0" name="totalNonDeductibleAmount" type="double"/>
|
|
1152
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1153
|
+
<element minOccurs="0" name="upgraded" type="boolean"/>
|
|
1154
|
+
</sequence>
|
|
1155
|
+
</complexType>
|
|
1156
|
+
<complexType name="ArrayOfTransactionProcessor">
|
|
1157
|
+
<complexContent>
|
|
1158
|
+
<restriction base="soap11-enc:Array">
|
|
1159
|
+
<attribute ref="soap11-enc:arrayType" wsdl:arrayType="tns:TransactionProcessor[]"/>
|
|
1160
|
+
</restriction>
|
|
1161
|
+
</complexContent>
|
|
1162
|
+
</complexType>
|
|
1163
|
+
<complexType name="TransactionProcessor">
|
|
1164
|
+
<sequence>
|
|
1165
|
+
<element minOccurs="0" name="default" type="boolean"/>
|
|
1166
|
+
<element minOccurs="0" name="disabled" type="boolean"/>
|
|
1167
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1168
|
+
<element minOccurs="0" name="refName" type="string"/>
|
|
1169
|
+
<element minOccurs="0" name="type" type="int"/>
|
|
1170
|
+
</sequence>
|
|
1171
|
+
</complexType>
|
|
1172
|
+
<complexType name="LinkedTransaction">
|
|
1173
|
+
<sequence>
|
|
1174
|
+
<element minOccurs="0" name="softCreditAccount" type="tns:Account"/>
|
|
1175
|
+
<element minOccurs="0" name="transaction" type="anyType"/>
|
|
1176
|
+
<element minOccurs="0" name="tributeAccount" type="tns:Account"/>
|
|
1177
|
+
</sequence>
|
|
1178
|
+
</complexType>
|
|
1179
|
+
<complexType name="AccountChangeRequest">
|
|
1180
|
+
<sequence>
|
|
1181
|
+
<element minOccurs="0" name="account" type="tns:Account"/>
|
|
1182
|
+
<element minOccurs="0" name="createChangeNote" type="boolean"/>
|
|
1183
|
+
<element minOccurs="0" name="createFieldAndValues" type="boolean"/>
|
|
1184
|
+
<element minOccurs="0" name="notificationEmail" type="string"/>
|
|
1185
|
+
<element minOccurs="0" name="update" type="boolean"/>
|
|
1186
|
+
</sequence>
|
|
1187
|
+
</complexType>
|
|
1188
|
+
<complexType name="CartOrderRequest">
|
|
1189
|
+
<sequence>
|
|
1190
|
+
<element minOccurs="0" name="account" type="tns:Account"/>
|
|
1191
|
+
<element minOccurs="0" name="createFieldAndValues" type="boolean"/>
|
|
1192
|
+
<element minOccurs="0" name="journalEntries" type="tns:ArrayOfanyType"/>
|
|
1193
|
+
<element minOccurs="0" name="populateDataSource" type="boolean"/>
|
|
1194
|
+
<element minOccurs="0" name="processor" type="string"/>
|
|
1195
|
+
<element minOccurs="0" name="skipSoftErrors" type="boolean"/>
|
|
1196
|
+
<element minOccurs="0" name="softErrorEmail" type="string"/>
|
|
1197
|
+
<element minOccurs="0" name="validateLicense" type="boolean"/>
|
|
1198
|
+
</sequence>
|
|
1199
|
+
</complexType>
|
|
1200
|
+
<complexType name="CartOrderResponse">
|
|
1201
|
+
<sequence>
|
|
1202
|
+
<element minOccurs="0" name="accountNumber" type="int"/>
|
|
1203
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1204
|
+
<element minOccurs="0" name="createdNewAccount" type="boolean"/>
|
|
1205
|
+
<element minOccurs="0" name="journalEntryRefs" type="tns:ArrayOfstring"/>
|
|
1206
|
+
</sequence>
|
|
1207
|
+
</complexType>
|
|
1208
|
+
<complexType name="EcommerceRequest">
|
|
1209
|
+
<sequence>
|
|
1210
|
+
<element minOccurs="0" name="account" type="tns:Account"/>
|
|
1211
|
+
<element minOccurs="0" name="confirmationMessageFooter" type="string"/>
|
|
1212
|
+
<element minOccurs="0" name="confirmationMessageHeader" type="string"/>
|
|
1213
|
+
<element minOccurs="0" name="confirmationSender" type="string"/>
|
|
1214
|
+
<element minOccurs="0" name="confirmationSignature" type="string"/>
|
|
1215
|
+
<element minOccurs="0" name="confirmationSubject" type="string"/>
|
|
1216
|
+
<element minOccurs="0" name="createFieldAndValues" type="boolean"/>
|
|
1217
|
+
<element minOccurs="0" name="failureEmail" type="string"/>
|
|
1218
|
+
<element minOccurs="0" name="journalEntries" type="tns:ArrayOfanyType"/>
|
|
1219
|
+
<element minOccurs="0" name="notificationEmail" type="string"/>
|
|
1220
|
+
<element minOccurs="0" name="notificationSubject" type="string"/>
|
|
1221
|
+
<element minOccurs="0" name="populateDataSource" type="boolean"/>
|
|
1222
|
+
<element minOccurs="0" name="processor" type="string"/>
|
|
1223
|
+
<element minOccurs="0" name="skipSoftErrors" type="boolean"/>
|
|
1224
|
+
<element minOccurs="0" name="softErrorEmail" type="string"/>
|
|
1225
|
+
<element minOccurs="0" name="validateLicense" type="boolean"/>
|
|
1226
|
+
</sequence>
|
|
1227
|
+
</complexType>
|
|
1228
|
+
<complexType name="EcommerceResponse">
|
|
1229
|
+
<sequence>
|
|
1230
|
+
<element minOccurs="0" name="accountNumber" type="int"/>
|
|
1231
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1232
|
+
<element minOccurs="0" name="createdNewAccount" type="boolean"/>
|
|
1233
|
+
<element minOccurs="0" name="journalEntryRefs" type="tns:ArrayOfstring"/>
|
|
1234
|
+
</sequence>
|
|
1235
|
+
</complexType>
|
|
1236
|
+
<complexType name="ForgottenPasswordEmailHelpRequest">
|
|
1237
|
+
<sequence>
|
|
1238
|
+
<element minOccurs="0" name="baseQuery" type="string"/>
|
|
1239
|
+
<element minOccurs="0" name="email" type="string"/>
|
|
1240
|
+
<element minOccurs="0" name="expirationHours" type="int"/>
|
|
1241
|
+
<element minOccurs="0" name="fromEmail" type="string"/>
|
|
1242
|
+
<element minOccurs="0" name="loginId" type="string"/>
|
|
1243
|
+
<element minOccurs="0" name="personaOption" type="string"/>
|
|
1244
|
+
<element minOccurs="0" name="url" type="string"/>
|
|
1245
|
+
</sequence>
|
|
1246
|
+
</complexType>
|
|
1247
|
+
<complexType name="ForgottenPasswordResetHelpRequest">
|
|
1248
|
+
<sequence>
|
|
1249
|
+
<element minOccurs="0" name="code" type="string"/>
|
|
1250
|
+
<element minOccurs="0" name="ref" type="string"/>
|
|
1251
|
+
</sequence>
|
|
1252
|
+
</complexType>
|
|
1253
|
+
<complexType name="ProcessTransactionRequest">
|
|
1254
|
+
<sequence>
|
|
1255
|
+
<element minOccurs="0" name="confirmationMessageFooter" type="string"/>
|
|
1256
|
+
<element minOccurs="0" name="confirmationMessageHeader" type="string"/>
|
|
1257
|
+
<element minOccurs="0" name="confirmationSender" type="string"/>
|
|
1258
|
+
<element minOccurs="0" name="confirmationSignature" type="string"/>
|
|
1259
|
+
<element minOccurs="0" name="confirmationSubject" type="string"/>
|
|
1260
|
+
<element minOccurs="0" name="createFieldAndValues" type="boolean"/>
|
|
1261
|
+
<element minOccurs="0" name="donorEmail" type="string"/>
|
|
1262
|
+
<element minOccurs="0" name="failureEmail" type="string"/>
|
|
1263
|
+
<element minOccurs="0" name="notificationEmail" type="string"/>
|
|
1264
|
+
<element minOccurs="0" name="processor" type="string"/>
|
|
1265
|
+
<element minOccurs="0" name="transaction" type="anyType"/>
|
|
1266
|
+
</sequence>
|
|
1267
|
+
</complexType>
|
|
1268
|
+
<complexType name="SendEmailRequest">
|
|
1269
|
+
<sequence>
|
|
1270
|
+
<element minOccurs="0" name="accountRef" type="string"/>
|
|
1271
|
+
<element minOccurs="0" name="email" type="string"/>
|
|
1272
|
+
<element minOccurs="0" name="htmlMessage" type="string"/>
|
|
1273
|
+
<element minOccurs="0" name="personaOption" type="string"/>
|
|
1274
|
+
<element minOccurs="0" name="plainMessage" type="string"/>
|
|
1275
|
+
<element minOccurs="0" name="sender" type="string"/>
|
|
1276
|
+
<element minOccurs="0" name="subject" type="string"/>
|
|
1277
|
+
</sequence>
|
|
1278
|
+
</complexType>
|
|
1279
|
+
</schema>
|
|
1280
|
+
</types>
|
|
1281
|
+
<message name="MessagingService_addAccount">
|
|
1282
|
+
<part name="Account_1" type="tns:Account"/>
|
|
1283
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1284
|
+
</message>
|
|
1285
|
+
<message name="MessagingService_addAccountResponse">
|
|
1286
|
+
<part name="result" type="xsd:string"/>
|
|
1287
|
+
</message>
|
|
1288
|
+
<message name="MessagingService_addAndProcessGift">
|
|
1289
|
+
<part name="Gift_1" type="tns:Gift"/>
|
|
1290
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1291
|
+
</message>
|
|
1292
|
+
<message name="MessagingService_addAndProcessGiftResponse">
|
|
1293
|
+
<part name="result" type="xsd:string"/>
|
|
1294
|
+
</message>
|
|
1295
|
+
<message name="MessagingService_addAndProcessPayment">
|
|
1296
|
+
<part name="Payment_1" type="tns:Payment"/>
|
|
1297
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1298
|
+
</message>
|
|
1299
|
+
<message name="MessagingService_addAndProcessPaymentResponse">
|
|
1300
|
+
<part name="result" type="xsd:string"/>
|
|
1301
|
+
</message>
|
|
1302
|
+
<message name="MessagingService_addContact">
|
|
1303
|
+
<part name="Contact_1" type="tns:Contact"/>
|
|
1304
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1305
|
+
</message>
|
|
1306
|
+
<message name="MessagingService_addContactResponse">
|
|
1307
|
+
<part name="result" type="xsd:string"/>
|
|
1308
|
+
</message>
|
|
1309
|
+
<message name="MessagingService_addDisbursement">
|
|
1310
|
+
<part name="Disbursement_1" type="tns:Disbursement"/>
|
|
1311
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1312
|
+
</message>
|
|
1313
|
+
<message name="MessagingService_addDisbursementResponse">
|
|
1314
|
+
<part name="result" type="xsd:string"/>
|
|
1315
|
+
</message>
|
|
1316
|
+
<message name="MessagingService_addGift">
|
|
1317
|
+
<part name="Gift_1" type="tns:Gift"/>
|
|
1318
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1319
|
+
</message>
|
|
1320
|
+
<message name="MessagingService_addGiftResponse">
|
|
1321
|
+
<part name="result" type="xsd:string"/>
|
|
1322
|
+
</message>
|
|
1323
|
+
<message name="MessagingService_addLoginCredentials">
|
|
1324
|
+
<part name="LoginCredentialsRequest_1" type="tns:LoginCredentialsRequest"/>
|
|
1325
|
+
</message>
|
|
1326
|
+
<message name="MessagingService_addLoginCredentialsResponse">
|
|
1327
|
+
<part name="result" type="tns:LoginCredentialsResponse"/>
|
|
1328
|
+
</message>
|
|
1329
|
+
<message name="MessagingService_addNote">
|
|
1330
|
+
<part name="Note_1" type="tns:Note"/>
|
|
1331
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1332
|
+
</message>
|
|
1333
|
+
<message name="MessagingService_addNoteResponse">
|
|
1334
|
+
<part name="result" type="xsd:string"/>
|
|
1335
|
+
</message>
|
|
1336
|
+
<message name="MessagingService_addOutlookIntegrationEmail">
|
|
1337
|
+
<part name="OutlookIntegrationEmail_1" type="tns:OutlookIntegrationEmail"/>
|
|
1338
|
+
<part name="arrayOfAccount_2" type="tns:ArrayOfAccount"/>
|
|
1339
|
+
</message>
|
|
1340
|
+
<message name="MessagingService_addOutlookIntegrationEmailResponse">
|
|
1341
|
+
<part name="result" type="xsd:string"/>
|
|
1342
|
+
</message>
|
|
1343
|
+
<message name="MessagingService_addOutlookIntegrationError">
|
|
1344
|
+
<part name="String_1" type="xsd:string"/>
|
|
1345
|
+
</message>
|
|
1346
|
+
<message name="MessagingService_addOutlookIntegrationErrorResponse"/>
|
|
1347
|
+
<message name="MessagingService_addOutlookIntegrationStats">
|
|
1348
|
+
<part name="String_1" type="xsd:string"/>
|
|
1349
|
+
<part name="Date_2" type="xsd:dateTime"/>
|
|
1350
|
+
<part name="int_3" type="xsd:int"/>
|
|
1351
|
+
<part name="int_4" type="xsd:int"/>
|
|
1352
|
+
<part name="int_5" type="xsd:int"/>
|
|
1353
|
+
<part name="int_6" type="xsd:int"/>
|
|
1354
|
+
<part name="int_7" type="xsd:int"/>
|
|
1355
|
+
</message>
|
|
1356
|
+
<message name="MessagingService_addOutlookIntegrationStatsResponse"/>
|
|
1357
|
+
<message name="MessagingService_addPayment">
|
|
1358
|
+
<part name="Payment_1" type="tns:Payment"/>
|
|
1359
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1360
|
+
</message>
|
|
1361
|
+
<message name="MessagingService_addPaymentResponse">
|
|
1362
|
+
<part name="result" type="xsd:string"/>
|
|
1363
|
+
</message>
|
|
1364
|
+
<message name="MessagingService_addPledge">
|
|
1365
|
+
<part name="Pledge_1" type="tns:Pledge"/>
|
|
1366
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1367
|
+
</message>
|
|
1368
|
+
<message name="MessagingService_addPledgeResponse">
|
|
1369
|
+
<part name="result" type="xsd:string"/>
|
|
1370
|
+
</message>
|
|
1371
|
+
<message name="MessagingService_addRecurringGift">
|
|
1372
|
+
<part name="RecurringGift_1" type="tns:RecurringGift"/>
|
|
1373
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1374
|
+
</message>
|
|
1375
|
+
<message name="MessagingService_addRecurringGiftResponse">
|
|
1376
|
+
<part name="result" type="xsd:string"/>
|
|
1377
|
+
</message>
|
|
1378
|
+
<message name="MessagingService_addSoftCredit">
|
|
1379
|
+
<part name="SoftCredit_1" type="tns:SoftCredit"/>
|
|
1380
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1381
|
+
</message>
|
|
1382
|
+
<message name="MessagingService_addSoftCreditResponse">
|
|
1383
|
+
<part name="result" type="xsd:string"/>
|
|
1384
|
+
</message>
|
|
1385
|
+
<message name="MessagingService_connect">
|
|
1386
|
+
<part name="ConnectRequest_1" type="tns:ConnectRequest"/>
|
|
1387
|
+
</message>
|
|
1388
|
+
<message name="MessagingService_connectResponse">
|
|
1389
|
+
<part name="result" type="xsd:string"/>
|
|
1390
|
+
</message>
|
|
1391
|
+
<message name="MessagingService_externalLogin">
|
|
1392
|
+
<part name="ExternalLoginRequest_1" type="tns:ExternalLoginRequest"/>
|
|
1393
|
+
</message>
|
|
1394
|
+
<message name="MessagingService_externalLoginResponse">
|
|
1395
|
+
<part name="result" type="xsd:string"/>
|
|
1396
|
+
</message>
|
|
1397
|
+
<message name="MessagingService_findAccountsForOutlookIntegration">
|
|
1398
|
+
<part name="String_1" type="xsd:string"/>
|
|
1399
|
+
<part name="String_2" type="xsd:string"/>
|
|
1400
|
+
<part name="boolean_3" type="xsd:boolean"/>
|
|
1401
|
+
</message>
|
|
1402
|
+
<message name="MessagingService_findAccountsForOutlookIntegrationResponse">
|
|
1403
|
+
<part name="result" type="tns:ArrayOfAccount"/>
|
|
1404
|
+
</message>
|
|
1405
|
+
<message name="MessagingService_getAccount">
|
|
1406
|
+
<part name="String_1" type="xsd:string"/>
|
|
1407
|
+
</message>
|
|
1408
|
+
<message name="MessagingService_getAccountResponse">
|
|
1409
|
+
<part name="result" type="tns:Account"/>
|
|
1410
|
+
</message>
|
|
1411
|
+
<message name="MessagingService_getAccountById">
|
|
1412
|
+
<part name="int_1" type="xsd:int"/>
|
|
1413
|
+
</message>
|
|
1414
|
+
<message name="MessagingService_getAccountByIdResponse">
|
|
1415
|
+
<part name="result" type="tns:Account"/>
|
|
1416
|
+
</message>
|
|
1417
|
+
<message name="MessagingService_getAccountByPersonaType">
|
|
1418
|
+
<part name="String_1" type="xsd:string"/>
|
|
1419
|
+
<part name="String_2" type="xsd:string"/>
|
|
1420
|
+
<part name="boolean_3" type="xsd:boolean"/>
|
|
1421
|
+
</message>
|
|
1422
|
+
<message name="MessagingService_getAccountByPersonaTypeResponse">
|
|
1423
|
+
<part name="result" type="tns:Account"/>
|
|
1424
|
+
</message>
|
|
1425
|
+
<message name="MessagingService_getAccountByUniqueDefinedValue">
|
|
1426
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1427
|
+
</message>
|
|
1428
|
+
<message name="MessagingService_getAccountByUniqueDefinedValueResponse">
|
|
1429
|
+
<part name="result" type="tns:Account"/>
|
|
1430
|
+
</message>
|
|
1431
|
+
<message name="MessagingService_getAccountFromPhoneAThonList">
|
|
1432
|
+
<part name="String_1" type="xsd:string"/>
|
|
1433
|
+
</message>
|
|
1434
|
+
<message name="MessagingService_getAccountFromPhoneAThonListResponse">
|
|
1435
|
+
<part name="result" type="tns:Account"/>
|
|
1436
|
+
</message>
|
|
1437
|
+
<message name="MessagingService_getAccountInvolvePrivacySettings">
|
|
1438
|
+
<part name="String_1" type="xsd:string"/>
|
|
1439
|
+
</message>
|
|
1440
|
+
<message name="MessagingService_getAccountInvolvePrivacySettingsResponse">
|
|
1441
|
+
<part name="result" type="tns:Account"/>
|
|
1442
|
+
</message>
|
|
1443
|
+
<message name="MessagingService_getAccountRef">
|
|
1444
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1445
|
+
</message>
|
|
1446
|
+
<message name="MessagingService_getAccountRefResponse">
|
|
1447
|
+
<part name="result" type="xsd:string"/>
|
|
1448
|
+
</message>
|
|
1449
|
+
<message name="MessagingService_getApproaches">
|
|
1450
|
+
<part name="boolean_1" type="xsd:boolean"/>
|
|
1451
|
+
</message>
|
|
1452
|
+
<message name="MessagingService_getApproachesResponse">
|
|
1453
|
+
<part name="result" type="tns:ArrayOfstring"/>
|
|
1454
|
+
</message>
|
|
1455
|
+
<message name="MessagingService_getCachedCartElements">
|
|
1456
|
+
<part name="int_1" type="xsd:int"/>
|
|
1457
|
+
</message>
|
|
1458
|
+
<message name="MessagingService_getCachedCartElementsResponse">
|
|
1459
|
+
<part name="result" type="tns:PagedCartElementsResponse"/>
|
|
1460
|
+
</message>
|
|
1461
|
+
<message name="MessagingService_getCachedDefinedFields">
|
|
1462
|
+
<part name="int_1" type="xsd:int"/>
|
|
1463
|
+
</message>
|
|
1464
|
+
<message name="MessagingService_getCachedDefinedFieldsResponse">
|
|
1465
|
+
<part name="result" type="tns:PagedDefinedFieldsResponse"/>
|
|
1466
|
+
</message>
|
|
1467
|
+
<message name="MessagingService_getCachedJournalEntries">
|
|
1468
|
+
<part name="int_1" type="xsd:int"/>
|
|
1469
|
+
</message>
|
|
1470
|
+
<message name="MessagingService_getCachedJournalEntriesResponse">
|
|
1471
|
+
<part name="result" type="tns:PagedJournalEntriesResponse"/>
|
|
1472
|
+
</message>
|
|
1473
|
+
<message name="MessagingService_getCachedQueryResults">
|
|
1474
|
+
<part name="int_1" type="xsd:int"/>
|
|
1475
|
+
</message>
|
|
1476
|
+
<message name="MessagingService_getCachedQueryResultsResponse">
|
|
1477
|
+
<part name="result" type="tns:PagedQueryResultsResponse"/>
|
|
1478
|
+
</message>
|
|
1479
|
+
<message name="MessagingService_getCalendarItem">
|
|
1480
|
+
<part name="String_1" type="xsd:string"/>
|
|
1481
|
+
</message>
|
|
1482
|
+
<message name="MessagingService_getCalendarItemResponse">
|
|
1483
|
+
<part name="result" type="tns:CalendarItem"/>
|
|
1484
|
+
</message>
|
|
1485
|
+
<message name="MessagingService_getCampaigns">
|
|
1486
|
+
<part name="boolean_1" type="xsd:boolean"/>
|
|
1487
|
+
</message>
|
|
1488
|
+
<message name="MessagingService_getCampaignsResponse">
|
|
1489
|
+
<part name="result" type="tns:ArrayOfstring"/>
|
|
1490
|
+
</message>
|
|
1491
|
+
<message name="MessagingService_getCartCategory">
|
|
1492
|
+
<part name="String_1" type="xsd:string"/>
|
|
1493
|
+
</message>
|
|
1494
|
+
<message name="MessagingService_getCartCategoryResponse">
|
|
1495
|
+
<part name="result" type="tns:CartCategory"/>
|
|
1496
|
+
</message>
|
|
1497
|
+
<message name="MessagingService_getCartElements">
|
|
1498
|
+
<part name="PagedCartElementsRequest_1" type="tns:PagedCartElementsRequest"/>
|
|
1499
|
+
</message>
|
|
1500
|
+
<message name="MessagingService_getCartElementsResponse">
|
|
1501
|
+
<part name="result" type="tns:PagedCartElementsResponse"/>
|
|
1502
|
+
</message>
|
|
1503
|
+
<message name="MessagingService_getCartItem">
|
|
1504
|
+
<part name="String_1" type="xsd:string"/>
|
|
1505
|
+
</message>
|
|
1506
|
+
<message name="MessagingService_getCartItemResponse">
|
|
1507
|
+
<part name="result" type="tns:CartItem"/>
|
|
1508
|
+
</message>
|
|
1509
|
+
<message name="MessagingService_getCartPreferences">
|
|
1510
|
+
<part name="String_1" type="xsd:string"/>
|
|
1511
|
+
</message>
|
|
1512
|
+
<message name="MessagingService_getCartPreferencesResponse">
|
|
1513
|
+
<part name="result" type="tns:CartPreferences"/>
|
|
1514
|
+
</message>
|
|
1515
|
+
<message name="MessagingService_getContact">
|
|
1516
|
+
<part name="String_1" type="xsd:string"/>
|
|
1517
|
+
</message>
|
|
1518
|
+
<message name="MessagingService_getContactResponse">
|
|
1519
|
+
<part name="result" type="tns:Contact"/>
|
|
1520
|
+
</message>
|
|
1521
|
+
<message name="MessagingService_getContactByUniqueDefinedValue">
|
|
1522
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1523
|
+
</message>
|
|
1524
|
+
<message name="MessagingService_getContactByUniqueDefinedValueResponse">
|
|
1525
|
+
<part name="result" type="tns:Contact"/>
|
|
1526
|
+
</message>
|
|
1527
|
+
<message name="MessagingService_getContactRef">
|
|
1528
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1529
|
+
</message>
|
|
1530
|
+
<message name="MessagingService_getContactRefResponse">
|
|
1531
|
+
<part name="result" type="xsd:string"/>
|
|
1532
|
+
</message>
|
|
1533
|
+
<message name="MessagingService_getDeclaration">
|
|
1534
|
+
<part name="String_1" type="xsd:string"/>
|
|
1535
|
+
</message>
|
|
1536
|
+
<message name="MessagingService_getDeclarationResponse">
|
|
1537
|
+
<part name="result" type="tns:Declaration"/>
|
|
1538
|
+
</message>
|
|
1539
|
+
<message name="MessagingService_getDefinedField">
|
|
1540
|
+
<part name="String_1" type="xsd:string"/>
|
|
1541
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1542
|
+
</message>
|
|
1543
|
+
<message name="MessagingService_getDefinedFieldResponse">
|
|
1544
|
+
<part name="result" type="tns:DefinedField"/>
|
|
1545
|
+
</message>
|
|
1546
|
+
<message name="MessagingService_getDefinedFields">
|
|
1547
|
+
<part name="PagedDefinedFieldsRequest_1" type="tns:PagedDefinedFieldsRequest"/>
|
|
1548
|
+
</message>
|
|
1549
|
+
<message name="MessagingService_getDefinedFieldsResponse">
|
|
1550
|
+
<part name="result" type="tns:PagedDefinedFieldsResponse"/>
|
|
1551
|
+
</message>
|
|
1552
|
+
<message name="MessagingService_getDisbursement">
|
|
1553
|
+
<part name="String_1" type="xsd:string"/>
|
|
1554
|
+
</message>
|
|
1555
|
+
<message name="MessagingService_getDisbursementResponse">
|
|
1556
|
+
<part name="result" type="tns:Disbursement"/>
|
|
1557
|
+
</message>
|
|
1558
|
+
<message name="MessagingService_getDonorLoginPreferences"/>
|
|
1559
|
+
<message name="MessagingService_getDonorLoginPreferencesResponse">
|
|
1560
|
+
<part name="result" type="tns:DonorLoginPreferences"/>
|
|
1561
|
+
</message>
|
|
1562
|
+
<message name="MessagingService_getDuplicateAccount">
|
|
1563
|
+
<part name="DuplicateAccountSearch_1" type="tns:DuplicateAccountSearch"/>
|
|
1564
|
+
</message>
|
|
1565
|
+
<message name="MessagingService_getDuplicateAccountResponse">
|
|
1566
|
+
<part name="result" type="tns:Account"/>
|
|
1567
|
+
</message>
|
|
1568
|
+
<message name="MessagingService_getDuplicateAccounts">
|
|
1569
|
+
<part name="DuplicateAccountSearch_1" type="tns:DuplicateAccountSearch"/>
|
|
1570
|
+
</message>
|
|
1571
|
+
<message name="MessagingService_getDuplicateAccountsResponse">
|
|
1572
|
+
<part name="result" type="tns:ArrayOfAccount"/>
|
|
1573
|
+
</message>
|
|
1574
|
+
<message name="MessagingService_getDynamicQueryResults">
|
|
1575
|
+
<part name="PagedDynamicQueryResultsRequest_1" type="tns:PagedDynamicQueryResultsRequest"/>
|
|
1576
|
+
</message>
|
|
1577
|
+
<message name="MessagingService_getDynamicQueryResultsResponse">
|
|
1578
|
+
<part name="result" type="tns:PagedQueryResultsResponse"/>
|
|
1579
|
+
</message>
|
|
1580
|
+
<message name="MessagingService_getEntityRole">
|
|
1581
|
+
<part name="String_1" type="xsd:string"/>
|
|
1582
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1583
|
+
</message>
|
|
1584
|
+
<message name="MessagingService_getEntityRoleResponse">
|
|
1585
|
+
<part name="result" type="tns:EntityRole"/>
|
|
1586
|
+
</message>
|
|
1587
|
+
<message name="MessagingService_getExistingQueryResults">
|
|
1588
|
+
<part name="PagedExistingQueryResultsRequest_1" type="tns:PagedExistingQueryResultsRequest"/>
|
|
1589
|
+
</message>
|
|
1590
|
+
<message name="MessagingService_getExistingQueryResultsResponse">
|
|
1591
|
+
<part name="result" type="tns:PagedQueryResultsResponse"/>
|
|
1592
|
+
</message>
|
|
1593
|
+
<message name="MessagingService_getFunds">
|
|
1594
|
+
<part name="boolean_1" type="xsd:boolean"/>
|
|
1595
|
+
</message>
|
|
1596
|
+
<message name="MessagingService_getFundsResponse">
|
|
1597
|
+
<part name="result" type="tns:ArrayOfstring"/>
|
|
1598
|
+
</message>
|
|
1599
|
+
<message name="MessagingService_getGift">
|
|
1600
|
+
<part name="String_1" type="xsd:string"/>
|
|
1601
|
+
</message>
|
|
1602
|
+
<message name="MessagingService_getGiftResponse">
|
|
1603
|
+
<part name="result" type="tns:Gift"/>
|
|
1604
|
+
</message>
|
|
1605
|
+
<message name="MessagingService_getInvitation">
|
|
1606
|
+
<part name="String_1" type="xsd:string"/>
|
|
1607
|
+
</message>
|
|
1608
|
+
<message name="MessagingService_getInvitationResponse">
|
|
1609
|
+
<part name="result" type="tns:Invitation"/>
|
|
1610
|
+
</message>
|
|
1611
|
+
<message name="MessagingService_getJournalEntries">
|
|
1612
|
+
<part name="PagedJournalEntriesRequest_1" type="tns:PagedJournalEntriesRequest"/>
|
|
1613
|
+
</message>
|
|
1614
|
+
<message name="MessagingService_getJournalEntriesResponse">
|
|
1615
|
+
<part name="result" type="tns:PagedJournalEntriesResponse"/>
|
|
1616
|
+
</message>
|
|
1617
|
+
<message name="MessagingService_getLetters">
|
|
1618
|
+
<part name="boolean_1" type="xsd:boolean"/>
|
|
1619
|
+
</message>
|
|
1620
|
+
<message name="MessagingService_getLettersResponse">
|
|
1621
|
+
<part name="result" type="tns:ArrayOfstring"/>
|
|
1622
|
+
</message>
|
|
1623
|
+
<message name="MessagingService_getMyAccount"/>
|
|
1624
|
+
<message name="MessagingService_getMyAccountResponse">
|
|
1625
|
+
<part name="result" type="tns:Account"/>
|
|
1626
|
+
</message>
|
|
1627
|
+
<message name="MessagingService_getMyAccountByPersonaType">
|
|
1628
|
+
<part name="String_1" type="xsd:string"/>
|
|
1629
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1630
|
+
</message>
|
|
1631
|
+
<message name="MessagingService_getMyAccountByPersonaTypeResponse">
|
|
1632
|
+
<part name="result" type="tns:Account"/>
|
|
1633
|
+
</message>
|
|
1634
|
+
<message name="MessagingService_getMyEntityRole"/>
|
|
1635
|
+
<message name="MessagingService_getMyEntityRoleResponse">
|
|
1636
|
+
<part name="result" type="tns:EntityRole"/>
|
|
1637
|
+
</message>
|
|
1638
|
+
<message name="MessagingService_getMyJournalEntries"/>
|
|
1639
|
+
<message name="MessagingService_getMyJournalEntriesResponse">
|
|
1640
|
+
<part name="result" type="ns2:collection"/>
|
|
1641
|
+
</message>
|
|
1642
|
+
<message name="MessagingService_getMyJournalSummary"/>
|
|
1643
|
+
<message name="MessagingService_getMyJournalSummaryResponse">
|
|
1644
|
+
<part name="result" type="tns:JournalSummary"/>
|
|
1645
|
+
</message>
|
|
1646
|
+
<message name="MessagingService_getMyPrivacyPreferences"/>
|
|
1647
|
+
<message name="MessagingService_getMyPrivacyPreferencesResponse">
|
|
1648
|
+
<part name="result" type="tns:PrivacyPreferences"/>
|
|
1649
|
+
</message>
|
|
1650
|
+
<message name="MessagingService_getNextCartElements"/>
|
|
1651
|
+
<message name="MessagingService_getNextCartElementsResponse">
|
|
1652
|
+
<part name="result" type="tns:PagedCartElementsResponse"/>
|
|
1653
|
+
</message>
|
|
1654
|
+
<message name="MessagingService_getNextDefinedFields"/>
|
|
1655
|
+
<message name="MessagingService_getNextDefinedFieldsResponse">
|
|
1656
|
+
<part name="result" type="tns:PagedDefinedFieldsResponse"/>
|
|
1657
|
+
</message>
|
|
1658
|
+
<message name="MessagingService_getNextJournalEntries"/>
|
|
1659
|
+
<message name="MessagingService_getNextJournalEntriesResponse">
|
|
1660
|
+
<part name="result" type="tns:PagedJournalEntriesResponse"/>
|
|
1661
|
+
</message>
|
|
1662
|
+
<message name="MessagingService_getNextQueryResults"/>
|
|
1663
|
+
<message name="MessagingService_getNextQueryResultsResponse">
|
|
1664
|
+
<part name="result" type="tns:PagedQueryResultsResponse"/>
|
|
1665
|
+
</message>
|
|
1666
|
+
<message name="MessagingService_getNote">
|
|
1667
|
+
<part name="String_1" type="xsd:string"/>
|
|
1668
|
+
</message>
|
|
1669
|
+
<message name="MessagingService_getNoteResponse">
|
|
1670
|
+
<part name="result" type="tns:Note"/>
|
|
1671
|
+
</message>
|
|
1672
|
+
<message name="MessagingService_getNoteByUniqueDefinedValue">
|
|
1673
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1674
|
+
</message>
|
|
1675
|
+
<message name="MessagingService_getNoteByUniqueDefinedValueResponse">
|
|
1676
|
+
<part name="result" type="tns:Note"/>
|
|
1677
|
+
</message>
|
|
1678
|
+
<message name="MessagingService_getNoteRef">
|
|
1679
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1680
|
+
</message>
|
|
1681
|
+
<message name="MessagingService_getNoteRefResponse">
|
|
1682
|
+
<part name="result" type="xsd:string"/>
|
|
1683
|
+
</message>
|
|
1684
|
+
<message name="MessagingService_getOrderItem">
|
|
1685
|
+
<part name="String_1" type="xsd:string"/>
|
|
1686
|
+
</message>
|
|
1687
|
+
<message name="MessagingService_getOrderItemResponse">
|
|
1688
|
+
<part name="result" type="tns:OrderItem"/>
|
|
1689
|
+
</message>
|
|
1690
|
+
<message name="MessagingService_getOrderShipping">
|
|
1691
|
+
<part name="String_1" type="xsd:string"/>
|
|
1692
|
+
</message>
|
|
1693
|
+
<message name="MessagingService_getOrderShippingResponse">
|
|
1694
|
+
<part name="result" type="tns:OrderShipping"/>
|
|
1695
|
+
</message>
|
|
1696
|
+
<message name="MessagingService_getOrderTax">
|
|
1697
|
+
<part name="String_1" type="xsd:string"/>
|
|
1698
|
+
</message>
|
|
1699
|
+
<message name="MessagingService_getOrderTaxResponse">
|
|
1700
|
+
<part name="result" type="tns:OrderTax"/>
|
|
1701
|
+
</message>
|
|
1702
|
+
<message name="MessagingService_getOrganizationPreferences"/>
|
|
1703
|
+
<message name="MessagingService_getOrganizationPreferencesResponse">
|
|
1704
|
+
<part name="result" type="tns:OrganizationPreferences"/>
|
|
1705
|
+
</message>
|
|
1706
|
+
<message name="MessagingService_getOutlookIntegrationContactMethods"/>
|
|
1707
|
+
<message name="MessagingService_getOutlookIntegrationContactMethodsResponse">
|
|
1708
|
+
<part name="result" type="tns:ArrayOfDefinedValue"/>
|
|
1709
|
+
</message>
|
|
1710
|
+
<message name="MessagingService_getOutlookIntegrationVersion"/>
|
|
1711
|
+
<message name="MessagingService_getOutlookIntegrationVersionResponse">
|
|
1712
|
+
<part name="result" type="xsd:string"/>
|
|
1713
|
+
</message>
|
|
1714
|
+
<message name="MessagingService_getPayment">
|
|
1715
|
+
<part name="String_1" type="xsd:string"/>
|
|
1716
|
+
</message>
|
|
1717
|
+
<message name="MessagingService_getPaymentResponse">
|
|
1718
|
+
<part name="result" type="tns:Payment"/>
|
|
1719
|
+
</message>
|
|
1720
|
+
<message name="MessagingService_getPhoneAThonLists">
|
|
1721
|
+
<part name="boolean_1" type="xsd:boolean"/>
|
|
1722
|
+
</message>
|
|
1723
|
+
<message name="MessagingService_getPhoneAThonListsResponse">
|
|
1724
|
+
<part name="result" type="tns:ArrayOfPhoneAThonList"/>
|
|
1725
|
+
</message>
|
|
1726
|
+
<message name="MessagingService_getPledge">
|
|
1727
|
+
<part name="String_1" type="xsd:string"/>
|
|
1728
|
+
</message>
|
|
1729
|
+
<message name="MessagingService_getPledgeResponse">
|
|
1730
|
+
<part name="result" type="tns:Pledge"/>
|
|
1731
|
+
</message>
|
|
1732
|
+
<message name="MessagingService_getPrivacyPreferences">
|
|
1733
|
+
<part name="String_1" type="xsd:string"/>
|
|
1734
|
+
</message>
|
|
1735
|
+
<message name="MessagingService_getPrivacyPreferencesResponse">
|
|
1736
|
+
<part name="result" type="tns:PrivacyPreferences"/>
|
|
1737
|
+
</message>
|
|
1738
|
+
<message name="MessagingService_getQueryResultStats">
|
|
1739
|
+
<part name="String_1" type="xsd:string"/>
|
|
1740
|
+
<part name="String_2" type="xsd:string"/>
|
|
1741
|
+
</message>
|
|
1742
|
+
<message name="MessagingService_getQueryResultStatsResponse">
|
|
1743
|
+
<part name="result" type="tns:QueryResultStats"/>
|
|
1744
|
+
</message>
|
|
1745
|
+
<message name="MessagingService_getRecurringGift">
|
|
1746
|
+
<part name="String_1" type="xsd:string"/>
|
|
1747
|
+
</message>
|
|
1748
|
+
<message name="MessagingService_getRecurringGiftResponse">
|
|
1749
|
+
<part name="result" type="tns:RecurringGift"/>
|
|
1750
|
+
</message>
|
|
1751
|
+
<message name="MessagingService_getRecurringGiftSchedule">
|
|
1752
|
+
<part name="String_1" type="xsd:string"/>
|
|
1753
|
+
</message>
|
|
1754
|
+
<message name="MessagingService_getRecurringGiftScheduleResponse">
|
|
1755
|
+
<part name="result" type="tns:RecurringGiftSchedule"/>
|
|
1756
|
+
</message>
|
|
1757
|
+
<message name="MessagingService_getSegmentedDonation">
|
|
1758
|
+
<part name="String_1" type="xsd:string"/>
|
|
1759
|
+
</message>
|
|
1760
|
+
<message name="MessagingService_getSegmentedDonationResponse">
|
|
1761
|
+
<part name="result" type="tns:SegmentedDonation"/>
|
|
1762
|
+
</message>
|
|
1763
|
+
<message name="MessagingService_getSegmentedOrder">
|
|
1764
|
+
<part name="String_1" type="xsd:string"/>
|
|
1765
|
+
</message>
|
|
1766
|
+
<message name="MessagingService_getSegmentedOrderResponse">
|
|
1767
|
+
<part name="result" type="tns:SegmentedOrder"/>
|
|
1768
|
+
</message>
|
|
1769
|
+
<message name="MessagingService_getSegmentedPledge">
|
|
1770
|
+
<part name="String_1" type="xsd:string"/>
|
|
1771
|
+
</message>
|
|
1772
|
+
<message name="MessagingService_getSegmentedPledgeResponse">
|
|
1773
|
+
<part name="result" type="tns:SegmentedPledge"/>
|
|
1774
|
+
</message>
|
|
1775
|
+
<message name="MessagingService_getSoftCredit">
|
|
1776
|
+
<part name="String_1" type="xsd:string"/>
|
|
1777
|
+
</message>
|
|
1778
|
+
<message name="MessagingService_getSoftCreditResponse">
|
|
1779
|
+
<part name="result" type="tns:SoftCredit"/>
|
|
1780
|
+
</message>
|
|
1781
|
+
<message name="MessagingService_getSystemDefinedValues">
|
|
1782
|
+
<part name="String_1" type="xsd:string"/>
|
|
1783
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1784
|
+
</message>
|
|
1785
|
+
<message name="MessagingService_getSystemDefinedValuesResponse">
|
|
1786
|
+
<part name="result" type="tns:ArrayOfDefinedValue"/>
|
|
1787
|
+
</message>
|
|
1788
|
+
<message name="MessagingService_getTransaction">
|
|
1789
|
+
<part name="String_1" type="xsd:string"/>
|
|
1790
|
+
</message>
|
|
1791
|
+
<message name="MessagingService_getTransactionResponse">
|
|
1792
|
+
<part name="result" type="xsd:anyType"/>
|
|
1793
|
+
</message>
|
|
1794
|
+
<message name="MessagingService_getTransactionByUniqueDefinedValue">
|
|
1795
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1796
|
+
</message>
|
|
1797
|
+
<message name="MessagingService_getTransactionByUniqueDefinedValueResponse">
|
|
1798
|
+
<part name="result" type="xsd:anyType"/>
|
|
1799
|
+
</message>
|
|
1800
|
+
<message name="MessagingService_getTransactionProcessors">
|
|
1801
|
+
<part name="boolean_1" type="xsd:boolean"/>
|
|
1802
|
+
</message>
|
|
1803
|
+
<message name="MessagingService_getTransactionProcessorsResponse">
|
|
1804
|
+
<part name="result" type="tns:ArrayOfTransactionProcessor"/>
|
|
1805
|
+
</message>
|
|
1806
|
+
<message name="MessagingService_getTransactionRef">
|
|
1807
|
+
<part name="DefinedValue_1" type="tns:DefinedValue"/>
|
|
1808
|
+
</message>
|
|
1809
|
+
<message name="MessagingService_getTransactionRefResponse">
|
|
1810
|
+
<part name="result" type="xsd:string"/>
|
|
1811
|
+
</message>
|
|
1812
|
+
<message name="MessagingService_getUserDefinedSetValues">
|
|
1813
|
+
<part name="String_1" type="xsd:string"/>
|
|
1814
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1815
|
+
</message>
|
|
1816
|
+
<message name="MessagingService_getUserDefinedSetValuesResponse">
|
|
1817
|
+
<part name="result" type="tns:ArrayOfDefinedValue"/>
|
|
1818
|
+
</message>
|
|
1819
|
+
<message name="MessagingService_hasMoreCartElements"/>
|
|
1820
|
+
<message name="MessagingService_hasMoreCartElementsResponse">
|
|
1821
|
+
<part name="result" type="xsd:boolean"/>
|
|
1822
|
+
</message>
|
|
1823
|
+
<message name="MessagingService_hasMoreDefinedFields"/>
|
|
1824
|
+
<message name="MessagingService_hasMoreDefinedFieldsResponse">
|
|
1825
|
+
<part name="result" type="xsd:boolean"/>
|
|
1826
|
+
</message>
|
|
1827
|
+
<message name="MessagingService_hasMoreJournalEntries"/>
|
|
1828
|
+
<message name="MessagingService_hasMoreJournalEntriesResponse">
|
|
1829
|
+
<part name="result" type="xsd:boolean"/>
|
|
1830
|
+
</message>
|
|
1831
|
+
<message name="MessagingService_hasMoreQueryResults"/>
|
|
1832
|
+
<message name="MessagingService_hasMoreQueryResultsResponse">
|
|
1833
|
+
<part name="result" type="xsd:boolean"/>
|
|
1834
|
+
</message>
|
|
1835
|
+
<message name="MessagingService_initLinkedTransaction"/>
|
|
1836
|
+
<message name="MessagingService_initLinkedTransactionResponse">
|
|
1837
|
+
<part name="result" type="tns:LinkedTransaction"/>
|
|
1838
|
+
</message>
|
|
1839
|
+
<message name="MessagingService_isMyPasswordExpired"/>
|
|
1840
|
+
<message name="MessagingService_isMyPasswordExpiredResponse">
|
|
1841
|
+
<part name="result" type="xsd:boolean"/>
|
|
1842
|
+
</message>
|
|
1843
|
+
<message name="MessagingService_login">
|
|
1844
|
+
<part name="String_1" type="xsd:string"/>
|
|
1845
|
+
<part name="String_2" type="xsd:string"/>
|
|
1846
|
+
</message>
|
|
1847
|
+
<message name="MessagingService_loginResponse">
|
|
1848
|
+
<part name="result" type="xsd:string"/>
|
|
1849
|
+
</message>
|
|
1850
|
+
<message name="MessagingService_logout"/>
|
|
1851
|
+
<message name="MessagingService_logoutResponse"/>
|
|
1852
|
+
<message name="MessagingService_pingOkay"/>
|
|
1853
|
+
<message name="MessagingService_pingOkayResponse">
|
|
1854
|
+
<part name="result" type="xsd:string"/>
|
|
1855
|
+
</message>
|
|
1856
|
+
<message name="MessagingService_pingTime"/>
|
|
1857
|
+
<message name="MessagingService_pingTimeResponse">
|
|
1858
|
+
<part name="result" type="xsd:dateTime"/>
|
|
1859
|
+
</message>
|
|
1860
|
+
<message name="MessagingService_processAccountChange">
|
|
1861
|
+
<part name="AccountChangeRequest_1" type="tns:AccountChangeRequest"/>
|
|
1862
|
+
</message>
|
|
1863
|
+
<message name="MessagingService_processAccountChangeResponse"/>
|
|
1864
|
+
<message name="MessagingService_processCartOrder">
|
|
1865
|
+
<part name="CartOrderRequest_1" type="tns:CartOrderRequest"/>
|
|
1866
|
+
</message>
|
|
1867
|
+
<message name="MessagingService_processCartOrderResponse">
|
|
1868
|
+
<part name="result" type="tns:CartOrderResponse"/>
|
|
1869
|
+
</message>
|
|
1870
|
+
<message name="MessagingService_processEcommerceRequest">
|
|
1871
|
+
<part name="EcommerceRequest_1" type="tns:EcommerceRequest"/>
|
|
1872
|
+
</message>
|
|
1873
|
+
<message name="MessagingService_processEcommerceRequestResponse">
|
|
1874
|
+
<part name="result" type="tns:EcommerceResponse"/>
|
|
1875
|
+
</message>
|
|
1876
|
+
<message name="MessagingService_processForgottenPasswordEmailHelp">
|
|
1877
|
+
<part name="ForgottenPasswordEmailHelpRequest_1" type="tns:ForgottenPasswordEmailHelpRequest"/>
|
|
1878
|
+
</message>
|
|
1879
|
+
<message name="MessagingService_processForgottenPasswordEmailHelpResponse">
|
|
1880
|
+
<part name="result" type="xsd:int"/>
|
|
1881
|
+
</message>
|
|
1882
|
+
<message name="MessagingService_processForgottenPasswordResetHelp">
|
|
1883
|
+
<part name="ForgottenPasswordResetHelpRequest_1" type="tns:ForgottenPasswordResetHelpRequest"/>
|
|
1884
|
+
</message>
|
|
1885
|
+
<message name="MessagingService_processForgottenPasswordResetHelpResponse">
|
|
1886
|
+
<part name="result" type="xsd:string"/>
|
|
1887
|
+
</message>
|
|
1888
|
+
<message name="MessagingService_processTransaction">
|
|
1889
|
+
<part name="ProcessTransactionRequest_1" type="tns:ProcessTransactionRequest"/>
|
|
1890
|
+
</message>
|
|
1891
|
+
<message name="MessagingService_processTransactionResponse">
|
|
1892
|
+
<part name="result" type="xsd:string"/>
|
|
1893
|
+
</message>
|
|
1894
|
+
<message name="MessagingService_reverseTransaction">
|
|
1895
|
+
<part name="String_1" type="xsd:string"/>
|
|
1896
|
+
<part name="String_2" type="xsd:string"/>
|
|
1897
|
+
</message>
|
|
1898
|
+
<message name="MessagingService_reverseTransactionResponse">
|
|
1899
|
+
<part name="result" type="xsd:string"/>
|
|
1900
|
+
</message>
|
|
1901
|
+
<message name="MessagingService_sendEmail">
|
|
1902
|
+
<part name="SendEmailRequest_1" type="tns:SendEmailRequest"/>
|
|
1903
|
+
</message>
|
|
1904
|
+
<message name="MessagingService_sendEmailResponse">
|
|
1905
|
+
<part name="result" type="xsd:int"/>
|
|
1906
|
+
</message>
|
|
1907
|
+
<message name="MessagingService_updateAccount">
|
|
1908
|
+
<part name="Account_1" type="tns:Account"/>
|
|
1909
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1910
|
+
</message>
|
|
1911
|
+
<message name="MessagingService_updateAccountResponse">
|
|
1912
|
+
<part name="result" type="xsd:string"/>
|
|
1913
|
+
</message>
|
|
1914
|
+
<message name="MessagingService_updateContact">
|
|
1915
|
+
<part name="Contact_1" type="tns:Contact"/>
|
|
1916
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1917
|
+
</message>
|
|
1918
|
+
<message name="MessagingService_updateContactResponse">
|
|
1919
|
+
<part name="result" type="xsd:string"/>
|
|
1920
|
+
</message>
|
|
1921
|
+
<message name="MessagingService_updateForgottenPassword">
|
|
1922
|
+
<part name="String_1" type="xsd:string"/>
|
|
1923
|
+
<part name="String_2" type="xsd:string"/>
|
|
1924
|
+
<part name="String_3" type="xsd:string"/>
|
|
1925
|
+
</message>
|
|
1926
|
+
<message name="MessagingService_updateForgottenPasswordResponse"/>
|
|
1927
|
+
<message name="MessagingService_updateGift">
|
|
1928
|
+
<part name="Gift_1" type="tns:Gift"/>
|
|
1929
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1930
|
+
</message>
|
|
1931
|
+
<message name="MessagingService_updateGiftResponse">
|
|
1932
|
+
<part name="result" type="xsd:string"/>
|
|
1933
|
+
</message>
|
|
1934
|
+
<message name="MessagingService_updateMyExpiredPassword">
|
|
1935
|
+
<part name="String_1" type="xsd:string"/>
|
|
1936
|
+
</message>
|
|
1937
|
+
<message name="MessagingService_updateMyExpiredPasswordResponse"/>
|
|
1938
|
+
<message name="MessagingService_updateMyLoginCredentials">
|
|
1939
|
+
<part name="String_1" type="xsd:string"/>
|
|
1940
|
+
<part name="String_2" type="xsd:string"/>
|
|
1941
|
+
</message>
|
|
1942
|
+
<message name="MessagingService_updateMyLoginCredentialsResponse"/>
|
|
1943
|
+
<message name="MessagingService_updateMyPassword">
|
|
1944
|
+
<part name="String_1" type="xsd:string"/>
|
|
1945
|
+
</message>
|
|
1946
|
+
<message name="MessagingService_updateMyPasswordResponse"/>
|
|
1947
|
+
<message name="MessagingService_updateNote">
|
|
1948
|
+
<part name="Note_1" type="tns:Note"/>
|
|
1949
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1950
|
+
</message>
|
|
1951
|
+
<message name="MessagingService_updateNoteResponse">
|
|
1952
|
+
<part name="result" type="xsd:string"/>
|
|
1953
|
+
</message>
|
|
1954
|
+
<message name="MessagingService_updatePrivacyPreferences">
|
|
1955
|
+
<part name="PrivacyPreferences_1" type="tns:PrivacyPreferences"/>
|
|
1956
|
+
<part name="boolean_2" type="xsd:boolean"/>
|
|
1957
|
+
</message>
|
|
1958
|
+
<message name="MessagingService_updatePrivacyPreferencesResponse"/>
|
|
1959
|
+
<message name="MessagingService_validateCartLicense"/>
|
|
1960
|
+
<message name="MessagingService_validateCartLicenseResponse">
|
|
1961
|
+
<part name="result" type="xsd:boolean"/>
|
|
1962
|
+
</message>
|
|
1963
|
+
<message name="MessagingService_validateDonorLoginLicense"/>
|
|
1964
|
+
<message name="MessagingService_validateDonorLoginLicenseResponse">
|
|
1965
|
+
<part name="result" type="xsd:boolean"/>
|
|
1966
|
+
</message>
|
|
1967
|
+
<message name="MessagingService_validateOutlookIntegrationLicense"/>
|
|
1968
|
+
<message name="MessagingService_validateOutlookIntegrationLicenseResponse">
|
|
1969
|
+
<part name="result" type="xsd:boolean"/>
|
|
1970
|
+
</message>
|
|
1971
|
+
<portType name="MessagingService">
|
|
1972
|
+
<operation name="addAccount" parameterOrder="Account_1 boolean_2">
|
|
1973
|
+
<input message="tns:MessagingService_addAccount"/>
|
|
1974
|
+
<output message="tns:MessagingService_addAccountResponse"/>
|
|
1975
|
+
</operation>
|
|
1976
|
+
<operation name="addAndProcessGift" parameterOrder="Gift_1 boolean_2">
|
|
1977
|
+
<input message="tns:MessagingService_addAndProcessGift"/>
|
|
1978
|
+
<output message="tns:MessagingService_addAndProcessGiftResponse"/>
|
|
1979
|
+
</operation>
|
|
1980
|
+
<operation name="addAndProcessPayment" parameterOrder="Payment_1 boolean_2">
|
|
1981
|
+
<input message="tns:MessagingService_addAndProcessPayment"/>
|
|
1982
|
+
<output message="tns:MessagingService_addAndProcessPaymentResponse"/>
|
|
1983
|
+
</operation>
|
|
1984
|
+
<operation name="addContact" parameterOrder="Contact_1 boolean_2">
|
|
1985
|
+
<input message="tns:MessagingService_addContact"/>
|
|
1986
|
+
<output message="tns:MessagingService_addContactResponse"/>
|
|
1987
|
+
</operation>
|
|
1988
|
+
<operation name="addDisbursement" parameterOrder="Disbursement_1 boolean_2">
|
|
1989
|
+
<input message="tns:MessagingService_addDisbursement"/>
|
|
1990
|
+
<output message="tns:MessagingService_addDisbursementResponse"/>
|
|
1991
|
+
</operation>
|
|
1992
|
+
<operation name="addGift" parameterOrder="Gift_1 boolean_2">
|
|
1993
|
+
<input message="tns:MessagingService_addGift"/>
|
|
1994
|
+
<output message="tns:MessagingService_addGiftResponse"/>
|
|
1995
|
+
</operation>
|
|
1996
|
+
<operation name="addLoginCredentials" parameterOrder="LoginCredentialsRequest_1">
|
|
1997
|
+
<input message="tns:MessagingService_addLoginCredentials"/>
|
|
1998
|
+
<output message="tns:MessagingService_addLoginCredentialsResponse"/>
|
|
1999
|
+
</operation>
|
|
2000
|
+
<operation name="addNote" parameterOrder="Note_1 boolean_2">
|
|
2001
|
+
<input message="tns:MessagingService_addNote"/>
|
|
2002
|
+
<output message="tns:MessagingService_addNoteResponse"/>
|
|
2003
|
+
</operation>
|
|
2004
|
+
<operation name="addOutlookIntegrationEmail" parameterOrder="OutlookIntegrationEmail_1 arrayOfAccount_2">
|
|
2005
|
+
<input message="tns:MessagingService_addOutlookIntegrationEmail"/>
|
|
2006
|
+
<output message="tns:MessagingService_addOutlookIntegrationEmailResponse"/>
|
|
2007
|
+
</operation>
|
|
2008
|
+
<operation name="addOutlookIntegrationError" parameterOrder="String_1">
|
|
2009
|
+
<input message="tns:MessagingService_addOutlookIntegrationError"/>
|
|
2010
|
+
<output message="tns:MessagingService_addOutlookIntegrationErrorResponse"/>
|
|
2011
|
+
</operation>
|
|
2012
|
+
<operation name="addOutlookIntegrationStats" parameterOrder="String_1 Date_2 int_3 int_4 int_5 int_6 int_7">
|
|
2013
|
+
<input message="tns:MessagingService_addOutlookIntegrationStats"/>
|
|
2014
|
+
<output message="tns:MessagingService_addOutlookIntegrationStatsResponse"/>
|
|
2015
|
+
</operation>
|
|
2016
|
+
<operation name="addPayment" parameterOrder="Payment_1 boolean_2">
|
|
2017
|
+
<input message="tns:MessagingService_addPayment"/>
|
|
2018
|
+
<output message="tns:MessagingService_addPaymentResponse"/>
|
|
2019
|
+
</operation>
|
|
2020
|
+
<operation name="addPledge" parameterOrder="Pledge_1 boolean_2">
|
|
2021
|
+
<input message="tns:MessagingService_addPledge"/>
|
|
2022
|
+
<output message="tns:MessagingService_addPledgeResponse"/>
|
|
2023
|
+
</operation>
|
|
2024
|
+
<operation name="addRecurringGift" parameterOrder="RecurringGift_1 boolean_2">
|
|
2025
|
+
<input message="tns:MessagingService_addRecurringGift"/>
|
|
2026
|
+
<output message="tns:MessagingService_addRecurringGiftResponse"/>
|
|
2027
|
+
</operation>
|
|
2028
|
+
<operation name="addSoftCredit" parameterOrder="SoftCredit_1 boolean_2">
|
|
2029
|
+
<input message="tns:MessagingService_addSoftCredit"/>
|
|
2030
|
+
<output message="tns:MessagingService_addSoftCreditResponse"/>
|
|
2031
|
+
</operation>
|
|
2032
|
+
<operation name="connect" parameterOrder="ConnectRequest_1">
|
|
2033
|
+
<input message="tns:MessagingService_connect"/>
|
|
2034
|
+
<output message="tns:MessagingService_connectResponse"/>
|
|
2035
|
+
</operation>
|
|
2036
|
+
<operation name="externalLogin" parameterOrder="ExternalLoginRequest_1">
|
|
2037
|
+
<input message="tns:MessagingService_externalLogin"/>
|
|
2038
|
+
<output message="tns:MessagingService_externalLoginResponse"/>
|
|
2039
|
+
</operation>
|
|
2040
|
+
<operation name="findAccountsForOutlookIntegration" parameterOrder="String_1 String_2 boolean_3">
|
|
2041
|
+
<input message="tns:MessagingService_findAccountsForOutlookIntegration"/>
|
|
2042
|
+
<output message="tns:MessagingService_findAccountsForOutlookIntegrationResponse"/>
|
|
2043
|
+
</operation>
|
|
2044
|
+
<operation name="getAccount" parameterOrder="String_1">
|
|
2045
|
+
<input message="tns:MessagingService_getAccount"/>
|
|
2046
|
+
<output message="tns:MessagingService_getAccountResponse"/>
|
|
2047
|
+
</operation>
|
|
2048
|
+
<operation name="getAccountById" parameterOrder="int_1">
|
|
2049
|
+
<input message="tns:MessagingService_getAccountById"/>
|
|
2050
|
+
<output message="tns:MessagingService_getAccountByIdResponse"/>
|
|
2051
|
+
</operation>
|
|
2052
|
+
<operation name="getAccountByPersonaType" parameterOrder="String_1 String_2 boolean_3">
|
|
2053
|
+
<input message="tns:MessagingService_getAccountByPersonaType"/>
|
|
2054
|
+
<output message="tns:MessagingService_getAccountByPersonaTypeResponse"/>
|
|
2055
|
+
</operation>
|
|
2056
|
+
<operation name="getAccountByUniqueDefinedValue" parameterOrder="DefinedValue_1">
|
|
2057
|
+
<input message="tns:MessagingService_getAccountByUniqueDefinedValue"/>
|
|
2058
|
+
<output message="tns:MessagingService_getAccountByUniqueDefinedValueResponse"/>
|
|
2059
|
+
</operation>
|
|
2060
|
+
<operation name="getAccountFromPhoneAThonList" parameterOrder="String_1">
|
|
2061
|
+
<input message="tns:MessagingService_getAccountFromPhoneAThonList"/>
|
|
2062
|
+
<output message="tns:MessagingService_getAccountFromPhoneAThonListResponse"/>
|
|
2063
|
+
</operation>
|
|
2064
|
+
<operation name="getAccountInvolvePrivacySettings" parameterOrder="String_1">
|
|
2065
|
+
<input message="tns:MessagingService_getAccountInvolvePrivacySettings"/>
|
|
2066
|
+
<output message="tns:MessagingService_getAccountInvolvePrivacySettingsResponse"/>
|
|
2067
|
+
</operation>
|
|
2068
|
+
<operation name="getAccountRef" parameterOrder="DefinedValue_1">
|
|
2069
|
+
<input message="tns:MessagingService_getAccountRef"/>
|
|
2070
|
+
<output message="tns:MessagingService_getAccountRefResponse"/>
|
|
2071
|
+
</operation>
|
|
2072
|
+
<operation name="getApproaches" parameterOrder="boolean_1">
|
|
2073
|
+
<input message="tns:MessagingService_getApproaches"/>
|
|
2074
|
+
<output message="tns:MessagingService_getApproachesResponse"/>
|
|
2075
|
+
</operation>
|
|
2076
|
+
<operation name="getCachedCartElements" parameterOrder="int_1">
|
|
2077
|
+
<input message="tns:MessagingService_getCachedCartElements"/>
|
|
2078
|
+
<output message="tns:MessagingService_getCachedCartElementsResponse"/>
|
|
2079
|
+
</operation>
|
|
2080
|
+
<operation name="getCachedDefinedFields" parameterOrder="int_1">
|
|
2081
|
+
<input message="tns:MessagingService_getCachedDefinedFields"/>
|
|
2082
|
+
<output message="tns:MessagingService_getCachedDefinedFieldsResponse"/>
|
|
2083
|
+
</operation>
|
|
2084
|
+
<operation name="getCachedJournalEntries" parameterOrder="int_1">
|
|
2085
|
+
<input message="tns:MessagingService_getCachedJournalEntries"/>
|
|
2086
|
+
<output message="tns:MessagingService_getCachedJournalEntriesResponse"/>
|
|
2087
|
+
</operation>
|
|
2088
|
+
<operation name="getCachedQueryResults" parameterOrder="int_1">
|
|
2089
|
+
<input message="tns:MessagingService_getCachedQueryResults"/>
|
|
2090
|
+
<output message="tns:MessagingService_getCachedQueryResultsResponse"/>
|
|
2091
|
+
</operation>
|
|
2092
|
+
<operation name="getCalendarItem" parameterOrder="String_1">
|
|
2093
|
+
<input message="tns:MessagingService_getCalendarItem"/>
|
|
2094
|
+
<output message="tns:MessagingService_getCalendarItemResponse"/>
|
|
2095
|
+
</operation>
|
|
2096
|
+
<operation name="getCampaigns" parameterOrder="boolean_1">
|
|
2097
|
+
<input message="tns:MessagingService_getCampaigns"/>
|
|
2098
|
+
<output message="tns:MessagingService_getCampaignsResponse"/>
|
|
2099
|
+
</operation>
|
|
2100
|
+
<operation name="getCartCategory" parameterOrder="String_1">
|
|
2101
|
+
<input message="tns:MessagingService_getCartCategory"/>
|
|
2102
|
+
<output message="tns:MessagingService_getCartCategoryResponse"/>
|
|
2103
|
+
</operation>
|
|
2104
|
+
<operation name="getCartElements" parameterOrder="PagedCartElementsRequest_1">
|
|
2105
|
+
<input message="tns:MessagingService_getCartElements"/>
|
|
2106
|
+
<output message="tns:MessagingService_getCartElementsResponse"/>
|
|
2107
|
+
</operation>
|
|
2108
|
+
<operation name="getCartItem" parameterOrder="String_1">
|
|
2109
|
+
<input message="tns:MessagingService_getCartItem"/>
|
|
2110
|
+
<output message="tns:MessagingService_getCartItemResponse"/>
|
|
2111
|
+
</operation>
|
|
2112
|
+
<operation name="getCartPreferences" parameterOrder="String_1">
|
|
2113
|
+
<input message="tns:MessagingService_getCartPreferences"/>
|
|
2114
|
+
<output message="tns:MessagingService_getCartPreferencesResponse"/>
|
|
2115
|
+
</operation>
|
|
2116
|
+
<operation name="getContact" parameterOrder="String_1">
|
|
2117
|
+
<input message="tns:MessagingService_getContact"/>
|
|
2118
|
+
<output message="tns:MessagingService_getContactResponse"/>
|
|
2119
|
+
</operation>
|
|
2120
|
+
<operation name="getContactByUniqueDefinedValue" parameterOrder="DefinedValue_1">
|
|
2121
|
+
<input message="tns:MessagingService_getContactByUniqueDefinedValue"/>
|
|
2122
|
+
<output message="tns:MessagingService_getContactByUniqueDefinedValueResponse"/>
|
|
2123
|
+
</operation>
|
|
2124
|
+
<operation name="getContactRef" parameterOrder="DefinedValue_1">
|
|
2125
|
+
<input message="tns:MessagingService_getContactRef"/>
|
|
2126
|
+
<output message="tns:MessagingService_getContactRefResponse"/>
|
|
2127
|
+
</operation>
|
|
2128
|
+
<operation name="getDeclaration" parameterOrder="String_1">
|
|
2129
|
+
<input message="tns:MessagingService_getDeclaration"/>
|
|
2130
|
+
<output message="tns:MessagingService_getDeclarationResponse"/>
|
|
2131
|
+
</operation>
|
|
2132
|
+
<operation name="getDefinedField" parameterOrder="String_1 boolean_2">
|
|
2133
|
+
<input message="tns:MessagingService_getDefinedField"/>
|
|
2134
|
+
<output message="tns:MessagingService_getDefinedFieldResponse"/>
|
|
2135
|
+
</operation>
|
|
2136
|
+
<operation name="getDefinedFields" parameterOrder="PagedDefinedFieldsRequest_1">
|
|
2137
|
+
<input message="tns:MessagingService_getDefinedFields"/>
|
|
2138
|
+
<output message="tns:MessagingService_getDefinedFieldsResponse"/>
|
|
2139
|
+
</operation>
|
|
2140
|
+
<operation name="getDisbursement" parameterOrder="String_1">
|
|
2141
|
+
<input message="tns:MessagingService_getDisbursement"/>
|
|
2142
|
+
<output message="tns:MessagingService_getDisbursementResponse"/>
|
|
2143
|
+
</operation>
|
|
2144
|
+
<operation name="getDonorLoginPreferences" parameterOrder="">
|
|
2145
|
+
<input message="tns:MessagingService_getDonorLoginPreferences"/>
|
|
2146
|
+
<output message="tns:MessagingService_getDonorLoginPreferencesResponse"/>
|
|
2147
|
+
</operation>
|
|
2148
|
+
<operation name="getDuplicateAccount" parameterOrder="DuplicateAccountSearch_1">
|
|
2149
|
+
<input message="tns:MessagingService_getDuplicateAccount"/>
|
|
2150
|
+
<output message="tns:MessagingService_getDuplicateAccountResponse"/>
|
|
2151
|
+
</operation>
|
|
2152
|
+
<operation name="getDuplicateAccounts" parameterOrder="DuplicateAccountSearch_1">
|
|
2153
|
+
<input message="tns:MessagingService_getDuplicateAccounts"/>
|
|
2154
|
+
<output message="tns:MessagingService_getDuplicateAccountsResponse"/>
|
|
2155
|
+
</operation>
|
|
2156
|
+
<operation name="getDynamicQueryResults" parameterOrder="PagedDynamicQueryResultsRequest_1">
|
|
2157
|
+
<input message="tns:MessagingService_getDynamicQueryResults"/>
|
|
2158
|
+
<output message="tns:MessagingService_getDynamicQueryResultsResponse"/>
|
|
2159
|
+
</operation>
|
|
2160
|
+
<operation name="getEntityRole" parameterOrder="String_1 boolean_2">
|
|
2161
|
+
<input message="tns:MessagingService_getEntityRole"/>
|
|
2162
|
+
<output message="tns:MessagingService_getEntityRoleResponse"/>
|
|
2163
|
+
</operation>
|
|
2164
|
+
<operation name="getExistingQueryResults" parameterOrder="PagedExistingQueryResultsRequest_1">
|
|
2165
|
+
<input message="tns:MessagingService_getExistingQueryResults"/>
|
|
2166
|
+
<output message="tns:MessagingService_getExistingQueryResultsResponse"/>
|
|
2167
|
+
</operation>
|
|
2168
|
+
<operation name="getFunds" parameterOrder="boolean_1">
|
|
2169
|
+
<input message="tns:MessagingService_getFunds"/>
|
|
2170
|
+
<output message="tns:MessagingService_getFundsResponse"/>
|
|
2171
|
+
</operation>
|
|
2172
|
+
<operation name="getGift" parameterOrder="String_1">
|
|
2173
|
+
<input message="tns:MessagingService_getGift"/>
|
|
2174
|
+
<output message="tns:MessagingService_getGiftResponse"/>
|
|
2175
|
+
</operation>
|
|
2176
|
+
<operation name="getInvitation" parameterOrder="String_1">
|
|
2177
|
+
<input message="tns:MessagingService_getInvitation"/>
|
|
2178
|
+
<output message="tns:MessagingService_getInvitationResponse"/>
|
|
2179
|
+
</operation>
|
|
2180
|
+
<operation name="getJournalEntries" parameterOrder="PagedJournalEntriesRequest_1">
|
|
2181
|
+
<input message="tns:MessagingService_getJournalEntries"/>
|
|
2182
|
+
<output message="tns:MessagingService_getJournalEntriesResponse"/>
|
|
2183
|
+
</operation>
|
|
2184
|
+
<operation name="getLetters" parameterOrder="boolean_1">
|
|
2185
|
+
<input message="tns:MessagingService_getLetters"/>
|
|
2186
|
+
<output message="tns:MessagingService_getLettersResponse"/>
|
|
2187
|
+
</operation>
|
|
2188
|
+
<operation name="getMyAccount" parameterOrder="">
|
|
2189
|
+
<input message="tns:MessagingService_getMyAccount"/>
|
|
2190
|
+
<output message="tns:MessagingService_getMyAccountResponse"/>
|
|
2191
|
+
</operation>
|
|
2192
|
+
<operation name="getMyAccountByPersonaType" parameterOrder="String_1 boolean_2">
|
|
2193
|
+
<input message="tns:MessagingService_getMyAccountByPersonaType"/>
|
|
2194
|
+
<output message="tns:MessagingService_getMyAccountByPersonaTypeResponse"/>
|
|
2195
|
+
</operation>
|
|
2196
|
+
<operation name="getMyEntityRole" parameterOrder="">
|
|
2197
|
+
<input message="tns:MessagingService_getMyEntityRole"/>
|
|
2198
|
+
<output message="tns:MessagingService_getMyEntityRoleResponse"/>
|
|
2199
|
+
</operation>
|
|
2200
|
+
<operation name="getMyJournalEntries" parameterOrder="">
|
|
2201
|
+
<input message="tns:MessagingService_getMyJournalEntries"/>
|
|
2202
|
+
<output message="tns:MessagingService_getMyJournalEntriesResponse"/>
|
|
2203
|
+
</operation>
|
|
2204
|
+
<operation name="getMyJournalSummary" parameterOrder="">
|
|
2205
|
+
<input message="tns:MessagingService_getMyJournalSummary"/>
|
|
2206
|
+
<output message="tns:MessagingService_getMyJournalSummaryResponse"/>
|
|
2207
|
+
</operation>
|
|
2208
|
+
<operation name="getMyPrivacyPreferences" parameterOrder="">
|
|
2209
|
+
<input message="tns:MessagingService_getMyPrivacyPreferences"/>
|
|
2210
|
+
<output message="tns:MessagingService_getMyPrivacyPreferencesResponse"/>
|
|
2211
|
+
</operation>
|
|
2212
|
+
<operation name="getNextCartElements" parameterOrder="">
|
|
2213
|
+
<input message="tns:MessagingService_getNextCartElements"/>
|
|
2214
|
+
<output message="tns:MessagingService_getNextCartElementsResponse"/>
|
|
2215
|
+
</operation>
|
|
2216
|
+
<operation name="getNextDefinedFields" parameterOrder="">
|
|
2217
|
+
<input message="tns:MessagingService_getNextDefinedFields"/>
|
|
2218
|
+
<output message="tns:MessagingService_getNextDefinedFieldsResponse"/>
|
|
2219
|
+
</operation>
|
|
2220
|
+
<operation name="getNextJournalEntries" parameterOrder="">
|
|
2221
|
+
<input message="tns:MessagingService_getNextJournalEntries"/>
|
|
2222
|
+
<output message="tns:MessagingService_getNextJournalEntriesResponse"/>
|
|
2223
|
+
</operation>
|
|
2224
|
+
<operation name="getNextQueryResults" parameterOrder="">
|
|
2225
|
+
<input message="tns:MessagingService_getNextQueryResults"/>
|
|
2226
|
+
<output message="tns:MessagingService_getNextQueryResultsResponse"/>
|
|
2227
|
+
</operation>
|
|
2228
|
+
<operation name="getNote" parameterOrder="String_1">
|
|
2229
|
+
<input message="tns:MessagingService_getNote"/>
|
|
2230
|
+
<output message="tns:MessagingService_getNoteResponse"/>
|
|
2231
|
+
</operation>
|
|
2232
|
+
<operation name="getNoteByUniqueDefinedValue" parameterOrder="DefinedValue_1">
|
|
2233
|
+
<input message="tns:MessagingService_getNoteByUniqueDefinedValue"/>
|
|
2234
|
+
<output message="tns:MessagingService_getNoteByUniqueDefinedValueResponse"/>
|
|
2235
|
+
</operation>
|
|
2236
|
+
<operation name="getNoteRef" parameterOrder="DefinedValue_1">
|
|
2237
|
+
<input message="tns:MessagingService_getNoteRef"/>
|
|
2238
|
+
<output message="tns:MessagingService_getNoteRefResponse"/>
|
|
2239
|
+
</operation>
|
|
2240
|
+
<operation name="getOrderItem" parameterOrder="String_1">
|
|
2241
|
+
<input message="tns:MessagingService_getOrderItem"/>
|
|
2242
|
+
<output message="tns:MessagingService_getOrderItemResponse"/>
|
|
2243
|
+
</operation>
|
|
2244
|
+
<operation name="getOrderShipping" parameterOrder="String_1">
|
|
2245
|
+
<input message="tns:MessagingService_getOrderShipping"/>
|
|
2246
|
+
<output message="tns:MessagingService_getOrderShippingResponse"/>
|
|
2247
|
+
</operation>
|
|
2248
|
+
<operation name="getOrderTax" parameterOrder="String_1">
|
|
2249
|
+
<input message="tns:MessagingService_getOrderTax"/>
|
|
2250
|
+
<output message="tns:MessagingService_getOrderTaxResponse"/>
|
|
2251
|
+
</operation>
|
|
2252
|
+
<operation name="getOrganizationPreferences" parameterOrder="">
|
|
2253
|
+
<input message="tns:MessagingService_getOrganizationPreferences"/>
|
|
2254
|
+
<output message="tns:MessagingService_getOrganizationPreferencesResponse"/>
|
|
2255
|
+
</operation>
|
|
2256
|
+
<operation name="getOutlookIntegrationContactMethods" parameterOrder="">
|
|
2257
|
+
<input message="tns:MessagingService_getOutlookIntegrationContactMethods"/>
|
|
2258
|
+
<output message="tns:MessagingService_getOutlookIntegrationContactMethodsResponse"/>
|
|
2259
|
+
</operation>
|
|
2260
|
+
<operation name="getOutlookIntegrationVersion" parameterOrder="">
|
|
2261
|
+
<input message="tns:MessagingService_getOutlookIntegrationVersion"/>
|
|
2262
|
+
<output message="tns:MessagingService_getOutlookIntegrationVersionResponse"/>
|
|
2263
|
+
</operation>
|
|
2264
|
+
<operation name="getPayment" parameterOrder="String_1">
|
|
2265
|
+
<input message="tns:MessagingService_getPayment"/>
|
|
2266
|
+
<output message="tns:MessagingService_getPaymentResponse"/>
|
|
2267
|
+
</operation>
|
|
2268
|
+
<operation name="getPhoneAThonLists" parameterOrder="boolean_1">
|
|
2269
|
+
<input message="tns:MessagingService_getPhoneAThonLists"/>
|
|
2270
|
+
<output message="tns:MessagingService_getPhoneAThonListsResponse"/>
|
|
2271
|
+
</operation>
|
|
2272
|
+
<operation name="getPledge" parameterOrder="String_1">
|
|
2273
|
+
<input message="tns:MessagingService_getPledge"/>
|
|
2274
|
+
<output message="tns:MessagingService_getPledgeResponse"/>
|
|
2275
|
+
</operation>
|
|
2276
|
+
<operation name="getPrivacyPreferences" parameterOrder="String_1">
|
|
2277
|
+
<input message="tns:MessagingService_getPrivacyPreferences"/>
|
|
2278
|
+
<output message="tns:MessagingService_getPrivacyPreferencesResponse"/>
|
|
2279
|
+
</operation>
|
|
2280
|
+
<operation name="getQueryResultStats" parameterOrder="String_1 String_2">
|
|
2281
|
+
<input message="tns:MessagingService_getQueryResultStats"/>
|
|
2282
|
+
<output message="tns:MessagingService_getQueryResultStatsResponse"/>
|
|
2283
|
+
</operation>
|
|
2284
|
+
<operation name="getRecurringGift" parameterOrder="String_1">
|
|
2285
|
+
<input message="tns:MessagingService_getRecurringGift"/>
|
|
2286
|
+
<output message="tns:MessagingService_getRecurringGiftResponse"/>
|
|
2287
|
+
</operation>
|
|
2288
|
+
<operation name="getRecurringGiftSchedule" parameterOrder="String_1">
|
|
2289
|
+
<input message="tns:MessagingService_getRecurringGiftSchedule"/>
|
|
2290
|
+
<output message="tns:MessagingService_getRecurringGiftScheduleResponse"/>
|
|
2291
|
+
</operation>
|
|
2292
|
+
<operation name="getSegmentedDonation" parameterOrder="String_1">
|
|
2293
|
+
<input message="tns:MessagingService_getSegmentedDonation"/>
|
|
2294
|
+
<output message="tns:MessagingService_getSegmentedDonationResponse"/>
|
|
2295
|
+
</operation>
|
|
2296
|
+
<operation name="getSegmentedOrder" parameterOrder="String_1">
|
|
2297
|
+
<input message="tns:MessagingService_getSegmentedOrder"/>
|
|
2298
|
+
<output message="tns:MessagingService_getSegmentedOrderResponse"/>
|
|
2299
|
+
</operation>
|
|
2300
|
+
<operation name="getSegmentedPledge" parameterOrder="String_1">
|
|
2301
|
+
<input message="tns:MessagingService_getSegmentedPledge"/>
|
|
2302
|
+
<output message="tns:MessagingService_getSegmentedPledgeResponse"/>
|
|
2303
|
+
</operation>
|
|
2304
|
+
<operation name="getSoftCredit" parameterOrder="String_1">
|
|
2305
|
+
<input message="tns:MessagingService_getSoftCredit"/>
|
|
2306
|
+
<output message="tns:MessagingService_getSoftCreditResponse"/>
|
|
2307
|
+
</operation>
|
|
2308
|
+
<operation name="getSystemDefinedValues" parameterOrder="String_1 boolean_2">
|
|
2309
|
+
<input message="tns:MessagingService_getSystemDefinedValues"/>
|
|
2310
|
+
<output message="tns:MessagingService_getSystemDefinedValuesResponse"/>
|
|
2311
|
+
</operation>
|
|
2312
|
+
<operation name="getTransaction" parameterOrder="String_1">
|
|
2313
|
+
<input message="tns:MessagingService_getTransaction"/>
|
|
2314
|
+
<output message="tns:MessagingService_getTransactionResponse"/>
|
|
2315
|
+
</operation>
|
|
2316
|
+
<operation name="getTransactionByUniqueDefinedValue" parameterOrder="DefinedValue_1">
|
|
2317
|
+
<input message="tns:MessagingService_getTransactionByUniqueDefinedValue"/>
|
|
2318
|
+
<output message="tns:MessagingService_getTransactionByUniqueDefinedValueResponse"/>
|
|
2319
|
+
</operation>
|
|
2320
|
+
<operation name="getTransactionProcessors" parameterOrder="boolean_1">
|
|
2321
|
+
<input message="tns:MessagingService_getTransactionProcessors"/>
|
|
2322
|
+
<output message="tns:MessagingService_getTransactionProcessorsResponse"/>
|
|
2323
|
+
</operation>
|
|
2324
|
+
<operation name="getTransactionRef" parameterOrder="DefinedValue_1">
|
|
2325
|
+
<input message="tns:MessagingService_getTransactionRef"/>
|
|
2326
|
+
<output message="tns:MessagingService_getTransactionRefResponse"/>
|
|
2327
|
+
</operation>
|
|
2328
|
+
<operation name="getUserDefinedSetValues" parameterOrder="String_1 boolean_2">
|
|
2329
|
+
<input message="tns:MessagingService_getUserDefinedSetValues"/>
|
|
2330
|
+
<output message="tns:MessagingService_getUserDefinedSetValuesResponse"/>
|
|
2331
|
+
</operation>
|
|
2332
|
+
<operation name="hasMoreCartElements" parameterOrder="">
|
|
2333
|
+
<input message="tns:MessagingService_hasMoreCartElements"/>
|
|
2334
|
+
<output message="tns:MessagingService_hasMoreCartElementsResponse"/>
|
|
2335
|
+
</operation>
|
|
2336
|
+
<operation name="hasMoreDefinedFields" parameterOrder="">
|
|
2337
|
+
<input message="tns:MessagingService_hasMoreDefinedFields"/>
|
|
2338
|
+
<output message="tns:MessagingService_hasMoreDefinedFieldsResponse"/>
|
|
2339
|
+
</operation>
|
|
2340
|
+
<operation name="hasMoreJournalEntries" parameterOrder="">
|
|
2341
|
+
<input message="tns:MessagingService_hasMoreJournalEntries"/>
|
|
2342
|
+
<output message="tns:MessagingService_hasMoreJournalEntriesResponse"/>
|
|
2343
|
+
</operation>
|
|
2344
|
+
<operation name="hasMoreQueryResults" parameterOrder="">
|
|
2345
|
+
<input message="tns:MessagingService_hasMoreQueryResults"/>
|
|
2346
|
+
<output message="tns:MessagingService_hasMoreQueryResultsResponse"/>
|
|
2347
|
+
</operation>
|
|
2348
|
+
<operation name="initLinkedTransaction" parameterOrder="">
|
|
2349
|
+
<input message="tns:MessagingService_initLinkedTransaction"/>
|
|
2350
|
+
<output message="tns:MessagingService_initLinkedTransactionResponse"/>
|
|
2351
|
+
</operation>
|
|
2352
|
+
<operation name="isMyPasswordExpired" parameterOrder="">
|
|
2353
|
+
<input message="tns:MessagingService_isMyPasswordExpired"/>
|
|
2354
|
+
<output message="tns:MessagingService_isMyPasswordExpiredResponse"/>
|
|
2355
|
+
</operation>
|
|
2356
|
+
<operation name="login" parameterOrder="String_1 String_2">
|
|
2357
|
+
<input message="tns:MessagingService_login"/>
|
|
2358
|
+
<output message="tns:MessagingService_loginResponse"/>
|
|
2359
|
+
</operation>
|
|
2360
|
+
<operation name="logout" parameterOrder="">
|
|
2361
|
+
<input message="tns:MessagingService_logout"/>
|
|
2362
|
+
<output message="tns:MessagingService_logoutResponse"/>
|
|
2363
|
+
</operation>
|
|
2364
|
+
<operation name="pingOkay" parameterOrder="">
|
|
2365
|
+
<input message="tns:MessagingService_pingOkay"/>
|
|
2366
|
+
<output message="tns:MessagingService_pingOkayResponse"/>
|
|
2367
|
+
</operation>
|
|
2368
|
+
<operation name="pingTime" parameterOrder="">
|
|
2369
|
+
<input message="tns:MessagingService_pingTime"/>
|
|
2370
|
+
<output message="tns:MessagingService_pingTimeResponse"/>
|
|
2371
|
+
</operation>
|
|
2372
|
+
<operation name="processAccountChange" parameterOrder="AccountChangeRequest_1">
|
|
2373
|
+
<input message="tns:MessagingService_processAccountChange"/>
|
|
2374
|
+
<output message="tns:MessagingService_processAccountChangeResponse"/>
|
|
2375
|
+
</operation>
|
|
2376
|
+
<operation name="processCartOrder" parameterOrder="CartOrderRequest_1">
|
|
2377
|
+
<input message="tns:MessagingService_processCartOrder"/>
|
|
2378
|
+
<output message="tns:MessagingService_processCartOrderResponse"/>
|
|
2379
|
+
</operation>
|
|
2380
|
+
<operation name="processEcommerceRequest" parameterOrder="EcommerceRequest_1">
|
|
2381
|
+
<input message="tns:MessagingService_processEcommerceRequest"/>
|
|
2382
|
+
<output message="tns:MessagingService_processEcommerceRequestResponse"/>
|
|
2383
|
+
</operation>
|
|
2384
|
+
<operation name="processForgottenPasswordEmailHelp" parameterOrder="ForgottenPasswordEmailHelpRequest_1">
|
|
2385
|
+
<input message="tns:MessagingService_processForgottenPasswordEmailHelp"/>
|
|
2386
|
+
<output message="tns:MessagingService_processForgottenPasswordEmailHelpResponse"/>
|
|
2387
|
+
</operation>
|
|
2388
|
+
<operation name="processForgottenPasswordResetHelp" parameterOrder="ForgottenPasswordResetHelpRequest_1">
|
|
2389
|
+
<input message="tns:MessagingService_processForgottenPasswordResetHelp"/>
|
|
2390
|
+
<output message="tns:MessagingService_processForgottenPasswordResetHelpResponse"/>
|
|
2391
|
+
</operation>
|
|
2392
|
+
<operation name="processTransaction" parameterOrder="ProcessTransactionRequest_1">
|
|
2393
|
+
<input message="tns:MessagingService_processTransaction"/>
|
|
2394
|
+
<output message="tns:MessagingService_processTransactionResponse"/>
|
|
2395
|
+
</operation>
|
|
2396
|
+
<operation name="reverseTransaction" parameterOrder="String_1 String_2">
|
|
2397
|
+
<input message="tns:MessagingService_reverseTransaction"/>
|
|
2398
|
+
<output message="tns:MessagingService_reverseTransactionResponse"/>
|
|
2399
|
+
</operation>
|
|
2400
|
+
<operation name="sendEmail" parameterOrder="SendEmailRequest_1">
|
|
2401
|
+
<input message="tns:MessagingService_sendEmail"/>
|
|
2402
|
+
<output message="tns:MessagingService_sendEmailResponse"/>
|
|
2403
|
+
</operation>
|
|
2404
|
+
<operation name="updateAccount" parameterOrder="Account_1 boolean_2">
|
|
2405
|
+
<input message="tns:MessagingService_updateAccount"/>
|
|
2406
|
+
<output message="tns:MessagingService_updateAccountResponse"/>
|
|
2407
|
+
</operation>
|
|
2408
|
+
<operation name="updateContact" parameterOrder="Contact_1 boolean_2">
|
|
2409
|
+
<input message="tns:MessagingService_updateContact"/>
|
|
2410
|
+
<output message="tns:MessagingService_updateContactResponse"/>
|
|
2411
|
+
</operation>
|
|
2412
|
+
<operation name="updateForgottenPassword" parameterOrder="String_1 String_2 String_3">
|
|
2413
|
+
<input message="tns:MessagingService_updateForgottenPassword"/>
|
|
2414
|
+
<output message="tns:MessagingService_updateForgottenPasswordResponse"/>
|
|
2415
|
+
</operation>
|
|
2416
|
+
<operation name="updateGift" parameterOrder="Gift_1 boolean_2">
|
|
2417
|
+
<input message="tns:MessagingService_updateGift"/>
|
|
2418
|
+
<output message="tns:MessagingService_updateGiftResponse"/>
|
|
2419
|
+
</operation>
|
|
2420
|
+
<operation name="updateMyExpiredPassword" parameterOrder="String_1">
|
|
2421
|
+
<input message="tns:MessagingService_updateMyExpiredPassword"/>
|
|
2422
|
+
<output message="tns:MessagingService_updateMyExpiredPasswordResponse"/>
|
|
2423
|
+
</operation>
|
|
2424
|
+
<operation name="updateMyLoginCredentials" parameterOrder="String_1 String_2">
|
|
2425
|
+
<input message="tns:MessagingService_updateMyLoginCredentials"/>
|
|
2426
|
+
<output message="tns:MessagingService_updateMyLoginCredentialsResponse"/>
|
|
2427
|
+
</operation>
|
|
2428
|
+
<operation name="updateMyPassword" parameterOrder="String_1">
|
|
2429
|
+
<input message="tns:MessagingService_updateMyPassword"/>
|
|
2430
|
+
<output message="tns:MessagingService_updateMyPasswordResponse"/>
|
|
2431
|
+
</operation>
|
|
2432
|
+
<operation name="updateNote" parameterOrder="Note_1 boolean_2">
|
|
2433
|
+
<input message="tns:MessagingService_updateNote"/>
|
|
2434
|
+
<output message="tns:MessagingService_updateNoteResponse"/>
|
|
2435
|
+
</operation>
|
|
2436
|
+
<operation name="updatePrivacyPreferences" parameterOrder="PrivacyPreferences_1 boolean_2">
|
|
2437
|
+
<input message="tns:MessagingService_updatePrivacyPreferences"/>
|
|
2438
|
+
<output message="tns:MessagingService_updatePrivacyPreferencesResponse"/>
|
|
2439
|
+
</operation>
|
|
2440
|
+
<operation name="validateCartLicense" parameterOrder="">
|
|
2441
|
+
<input message="tns:MessagingService_validateCartLicense"/>
|
|
2442
|
+
<output message="tns:MessagingService_validateCartLicenseResponse"/>
|
|
2443
|
+
</operation>
|
|
2444
|
+
<operation name="validateDonorLoginLicense" parameterOrder="">
|
|
2445
|
+
<input message="tns:MessagingService_validateDonorLoginLicense"/>
|
|
2446
|
+
<output message="tns:MessagingService_validateDonorLoginLicenseResponse"/>
|
|
2447
|
+
</operation>
|
|
2448
|
+
<operation name="validateOutlookIntegrationLicense" parameterOrder="">
|
|
2449
|
+
<input message="tns:MessagingService_validateOutlookIntegrationLicense"/>
|
|
2450
|
+
<output message="tns:MessagingService_validateOutlookIntegrationLicenseResponse"/>
|
|
2451
|
+
</operation>
|
|
2452
|
+
</portType>
|
|
2453
|
+
<binding name="MessagingServiceBinding" type="tns:MessagingService">
|
|
2454
|
+
<operation name="addAccount">
|
|
2455
|
+
<input>
|
|
2456
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2457
|
+
</input>
|
|
2458
|
+
<output>
|
|
2459
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2460
|
+
</output>
|
|
2461
|
+
<soap:operation soapAction=""/>
|
|
2462
|
+
</operation>
|
|
2463
|
+
<operation name="addAndProcessGift">
|
|
2464
|
+
<input>
|
|
2465
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2466
|
+
</input>
|
|
2467
|
+
<output>
|
|
2468
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2469
|
+
</output>
|
|
2470
|
+
<soap:operation soapAction=""/>
|
|
2471
|
+
</operation>
|
|
2472
|
+
<operation name="addAndProcessPayment">
|
|
2473
|
+
<input>
|
|
2474
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2475
|
+
</input>
|
|
2476
|
+
<output>
|
|
2477
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2478
|
+
</output>
|
|
2479
|
+
<soap:operation soapAction=""/>
|
|
2480
|
+
</operation>
|
|
2481
|
+
<operation name="addContact">
|
|
2482
|
+
<input>
|
|
2483
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2484
|
+
</input>
|
|
2485
|
+
<output>
|
|
2486
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2487
|
+
</output>
|
|
2488
|
+
<soap:operation soapAction=""/>
|
|
2489
|
+
</operation>
|
|
2490
|
+
<operation name="addDisbursement">
|
|
2491
|
+
<input>
|
|
2492
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2493
|
+
</input>
|
|
2494
|
+
<output>
|
|
2495
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2496
|
+
</output>
|
|
2497
|
+
<soap:operation soapAction=""/>
|
|
2498
|
+
</operation>
|
|
2499
|
+
<operation name="addGift">
|
|
2500
|
+
<input>
|
|
2501
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2502
|
+
</input>
|
|
2503
|
+
<output>
|
|
2504
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2505
|
+
</output>
|
|
2506
|
+
<soap:operation soapAction=""/>
|
|
2507
|
+
</operation>
|
|
2508
|
+
<operation name="addLoginCredentials">
|
|
2509
|
+
<input>
|
|
2510
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2511
|
+
</input>
|
|
2512
|
+
<output>
|
|
2513
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2514
|
+
</output>
|
|
2515
|
+
<soap:operation soapAction=""/>
|
|
2516
|
+
</operation>
|
|
2517
|
+
<operation name="addNote">
|
|
2518
|
+
<input>
|
|
2519
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2520
|
+
</input>
|
|
2521
|
+
<output>
|
|
2522
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2523
|
+
</output>
|
|
2524
|
+
<soap:operation soapAction=""/>
|
|
2525
|
+
</operation>
|
|
2526
|
+
<operation name="addOutlookIntegrationEmail">
|
|
2527
|
+
<input>
|
|
2528
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2529
|
+
</input>
|
|
2530
|
+
<output>
|
|
2531
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2532
|
+
</output>
|
|
2533
|
+
<soap:operation soapAction=""/>
|
|
2534
|
+
</operation>
|
|
2535
|
+
<operation name="addOutlookIntegrationError">
|
|
2536
|
+
<input>
|
|
2537
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2538
|
+
</input>
|
|
2539
|
+
<output>
|
|
2540
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2541
|
+
</output>
|
|
2542
|
+
<soap:operation soapAction=""/>
|
|
2543
|
+
</operation>
|
|
2544
|
+
<operation name="addOutlookIntegrationStats">
|
|
2545
|
+
<input>
|
|
2546
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2547
|
+
</input>
|
|
2548
|
+
<output>
|
|
2549
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2550
|
+
</output>
|
|
2551
|
+
<soap:operation soapAction=""/>
|
|
2552
|
+
</operation>
|
|
2553
|
+
<operation name="addPayment">
|
|
2554
|
+
<input>
|
|
2555
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2556
|
+
</input>
|
|
2557
|
+
<output>
|
|
2558
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2559
|
+
</output>
|
|
2560
|
+
<soap:operation soapAction=""/>
|
|
2561
|
+
</operation>
|
|
2562
|
+
<operation name="addPledge">
|
|
2563
|
+
<input>
|
|
2564
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2565
|
+
</input>
|
|
2566
|
+
<output>
|
|
2567
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2568
|
+
</output>
|
|
2569
|
+
<soap:operation soapAction=""/>
|
|
2570
|
+
</operation>
|
|
2571
|
+
<operation name="addRecurringGift">
|
|
2572
|
+
<input>
|
|
2573
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2574
|
+
</input>
|
|
2575
|
+
<output>
|
|
2576
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2577
|
+
</output>
|
|
2578
|
+
<soap:operation soapAction=""/>
|
|
2579
|
+
</operation>
|
|
2580
|
+
<operation name="addSoftCredit">
|
|
2581
|
+
<input>
|
|
2582
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2583
|
+
</input>
|
|
2584
|
+
<output>
|
|
2585
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2586
|
+
</output>
|
|
2587
|
+
<soap:operation soapAction=""/>
|
|
2588
|
+
</operation>
|
|
2589
|
+
<operation name="connect">
|
|
2590
|
+
<input>
|
|
2591
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2592
|
+
</input>
|
|
2593
|
+
<output>
|
|
2594
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2595
|
+
</output>
|
|
2596
|
+
<soap:operation soapAction=""/>
|
|
2597
|
+
</operation>
|
|
2598
|
+
<operation name="externalLogin">
|
|
2599
|
+
<input>
|
|
2600
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2601
|
+
</input>
|
|
2602
|
+
<output>
|
|
2603
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2604
|
+
</output>
|
|
2605
|
+
<soap:operation soapAction=""/>
|
|
2606
|
+
</operation>
|
|
2607
|
+
<operation name="findAccountsForOutlookIntegration">
|
|
2608
|
+
<input>
|
|
2609
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2610
|
+
</input>
|
|
2611
|
+
<output>
|
|
2612
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2613
|
+
</output>
|
|
2614
|
+
<soap:operation soapAction=""/>
|
|
2615
|
+
</operation>
|
|
2616
|
+
<operation name="getAccount">
|
|
2617
|
+
<input>
|
|
2618
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2619
|
+
</input>
|
|
2620
|
+
<output>
|
|
2621
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2622
|
+
</output>
|
|
2623
|
+
<soap:operation soapAction=""/>
|
|
2624
|
+
</operation>
|
|
2625
|
+
<operation name="getAccountById">
|
|
2626
|
+
<input>
|
|
2627
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2628
|
+
</input>
|
|
2629
|
+
<output>
|
|
2630
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2631
|
+
</output>
|
|
2632
|
+
<soap:operation soapAction=""/>
|
|
2633
|
+
</operation>
|
|
2634
|
+
<operation name="getAccountByPersonaType">
|
|
2635
|
+
<input>
|
|
2636
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2637
|
+
</input>
|
|
2638
|
+
<output>
|
|
2639
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2640
|
+
</output>
|
|
2641
|
+
<soap:operation soapAction=""/>
|
|
2642
|
+
</operation>
|
|
2643
|
+
<operation name="getAccountByUniqueDefinedValue">
|
|
2644
|
+
<input>
|
|
2645
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2646
|
+
</input>
|
|
2647
|
+
<output>
|
|
2648
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2649
|
+
</output>
|
|
2650
|
+
<soap:operation soapAction=""/>
|
|
2651
|
+
</operation>
|
|
2652
|
+
<operation name="getAccountFromPhoneAThonList">
|
|
2653
|
+
<input>
|
|
2654
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2655
|
+
</input>
|
|
2656
|
+
<output>
|
|
2657
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2658
|
+
</output>
|
|
2659
|
+
<soap:operation soapAction=""/>
|
|
2660
|
+
</operation>
|
|
2661
|
+
<operation name="getAccountInvolvePrivacySettings">
|
|
2662
|
+
<input>
|
|
2663
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2664
|
+
</input>
|
|
2665
|
+
<output>
|
|
2666
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2667
|
+
</output>
|
|
2668
|
+
<soap:operation soapAction=""/>
|
|
2669
|
+
</operation>
|
|
2670
|
+
<operation name="getAccountRef">
|
|
2671
|
+
<input>
|
|
2672
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2673
|
+
</input>
|
|
2674
|
+
<output>
|
|
2675
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2676
|
+
</output>
|
|
2677
|
+
<soap:operation soapAction=""/>
|
|
2678
|
+
</operation>
|
|
2679
|
+
<operation name="getApproaches">
|
|
2680
|
+
<input>
|
|
2681
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2682
|
+
</input>
|
|
2683
|
+
<output>
|
|
2684
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2685
|
+
</output>
|
|
2686
|
+
<soap:operation soapAction=""/>
|
|
2687
|
+
</operation>
|
|
2688
|
+
<operation name="getCachedCartElements">
|
|
2689
|
+
<input>
|
|
2690
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2691
|
+
</input>
|
|
2692
|
+
<output>
|
|
2693
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2694
|
+
</output>
|
|
2695
|
+
<soap:operation soapAction=""/>
|
|
2696
|
+
</operation>
|
|
2697
|
+
<operation name="getCachedDefinedFields">
|
|
2698
|
+
<input>
|
|
2699
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2700
|
+
</input>
|
|
2701
|
+
<output>
|
|
2702
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2703
|
+
</output>
|
|
2704
|
+
<soap:operation soapAction=""/>
|
|
2705
|
+
</operation>
|
|
2706
|
+
<operation name="getCachedJournalEntries">
|
|
2707
|
+
<input>
|
|
2708
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2709
|
+
</input>
|
|
2710
|
+
<output>
|
|
2711
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2712
|
+
</output>
|
|
2713
|
+
<soap:operation soapAction=""/>
|
|
2714
|
+
</operation>
|
|
2715
|
+
<operation name="getCachedQueryResults">
|
|
2716
|
+
<input>
|
|
2717
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2718
|
+
</input>
|
|
2719
|
+
<output>
|
|
2720
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2721
|
+
</output>
|
|
2722
|
+
<soap:operation soapAction=""/>
|
|
2723
|
+
</operation>
|
|
2724
|
+
<operation name="getCalendarItem">
|
|
2725
|
+
<input>
|
|
2726
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2727
|
+
</input>
|
|
2728
|
+
<output>
|
|
2729
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2730
|
+
</output>
|
|
2731
|
+
<soap:operation soapAction=""/>
|
|
2732
|
+
</operation>
|
|
2733
|
+
<operation name="getCampaigns">
|
|
2734
|
+
<input>
|
|
2735
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2736
|
+
</input>
|
|
2737
|
+
<output>
|
|
2738
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2739
|
+
</output>
|
|
2740
|
+
<soap:operation soapAction=""/>
|
|
2741
|
+
</operation>
|
|
2742
|
+
<operation name="getCartCategory">
|
|
2743
|
+
<input>
|
|
2744
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2745
|
+
</input>
|
|
2746
|
+
<output>
|
|
2747
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2748
|
+
</output>
|
|
2749
|
+
<soap:operation soapAction=""/>
|
|
2750
|
+
</operation>
|
|
2751
|
+
<operation name="getCartElements">
|
|
2752
|
+
<input>
|
|
2753
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2754
|
+
</input>
|
|
2755
|
+
<output>
|
|
2756
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2757
|
+
</output>
|
|
2758
|
+
<soap:operation soapAction=""/>
|
|
2759
|
+
</operation>
|
|
2760
|
+
<operation name="getCartItem">
|
|
2761
|
+
<input>
|
|
2762
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2763
|
+
</input>
|
|
2764
|
+
<output>
|
|
2765
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2766
|
+
</output>
|
|
2767
|
+
<soap:operation soapAction=""/>
|
|
2768
|
+
</operation>
|
|
2769
|
+
<operation name="getCartPreferences">
|
|
2770
|
+
<input>
|
|
2771
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2772
|
+
</input>
|
|
2773
|
+
<output>
|
|
2774
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2775
|
+
</output>
|
|
2776
|
+
<soap:operation soapAction=""/>
|
|
2777
|
+
</operation>
|
|
2778
|
+
<operation name="getContact">
|
|
2779
|
+
<input>
|
|
2780
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2781
|
+
</input>
|
|
2782
|
+
<output>
|
|
2783
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2784
|
+
</output>
|
|
2785
|
+
<soap:operation soapAction=""/>
|
|
2786
|
+
</operation>
|
|
2787
|
+
<operation name="getContactByUniqueDefinedValue">
|
|
2788
|
+
<input>
|
|
2789
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2790
|
+
</input>
|
|
2791
|
+
<output>
|
|
2792
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2793
|
+
</output>
|
|
2794
|
+
<soap:operation soapAction=""/>
|
|
2795
|
+
</operation>
|
|
2796
|
+
<operation name="getContactRef">
|
|
2797
|
+
<input>
|
|
2798
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2799
|
+
</input>
|
|
2800
|
+
<output>
|
|
2801
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2802
|
+
</output>
|
|
2803
|
+
<soap:operation soapAction=""/>
|
|
2804
|
+
</operation>
|
|
2805
|
+
<operation name="getDeclaration">
|
|
2806
|
+
<input>
|
|
2807
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2808
|
+
</input>
|
|
2809
|
+
<output>
|
|
2810
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2811
|
+
</output>
|
|
2812
|
+
<soap:operation soapAction=""/>
|
|
2813
|
+
</operation>
|
|
2814
|
+
<operation name="getDefinedField">
|
|
2815
|
+
<input>
|
|
2816
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2817
|
+
</input>
|
|
2818
|
+
<output>
|
|
2819
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2820
|
+
</output>
|
|
2821
|
+
<soap:operation soapAction=""/>
|
|
2822
|
+
</operation>
|
|
2823
|
+
<operation name="getDefinedFields">
|
|
2824
|
+
<input>
|
|
2825
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2826
|
+
</input>
|
|
2827
|
+
<output>
|
|
2828
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2829
|
+
</output>
|
|
2830
|
+
<soap:operation soapAction=""/>
|
|
2831
|
+
</operation>
|
|
2832
|
+
<operation name="getDisbursement">
|
|
2833
|
+
<input>
|
|
2834
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2835
|
+
</input>
|
|
2836
|
+
<output>
|
|
2837
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2838
|
+
</output>
|
|
2839
|
+
<soap:operation soapAction=""/>
|
|
2840
|
+
</operation>
|
|
2841
|
+
<operation name="getDonorLoginPreferences">
|
|
2842
|
+
<input>
|
|
2843
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2844
|
+
</input>
|
|
2845
|
+
<output>
|
|
2846
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2847
|
+
</output>
|
|
2848
|
+
<soap:operation soapAction=""/>
|
|
2849
|
+
</operation>
|
|
2850
|
+
<operation name="getDuplicateAccount">
|
|
2851
|
+
<input>
|
|
2852
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2853
|
+
</input>
|
|
2854
|
+
<output>
|
|
2855
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2856
|
+
</output>
|
|
2857
|
+
<soap:operation soapAction=""/>
|
|
2858
|
+
</operation>
|
|
2859
|
+
<operation name="getDuplicateAccounts">
|
|
2860
|
+
<input>
|
|
2861
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2862
|
+
</input>
|
|
2863
|
+
<output>
|
|
2864
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2865
|
+
</output>
|
|
2866
|
+
<soap:operation soapAction=""/>
|
|
2867
|
+
</operation>
|
|
2868
|
+
<operation name="getDynamicQueryResults">
|
|
2869
|
+
<input>
|
|
2870
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2871
|
+
</input>
|
|
2872
|
+
<output>
|
|
2873
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2874
|
+
</output>
|
|
2875
|
+
<soap:operation soapAction=""/>
|
|
2876
|
+
</operation>
|
|
2877
|
+
<operation name="getEntityRole">
|
|
2878
|
+
<input>
|
|
2879
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2880
|
+
</input>
|
|
2881
|
+
<output>
|
|
2882
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2883
|
+
</output>
|
|
2884
|
+
<soap:operation soapAction=""/>
|
|
2885
|
+
</operation>
|
|
2886
|
+
<operation name="getExistingQueryResults">
|
|
2887
|
+
<input>
|
|
2888
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2889
|
+
</input>
|
|
2890
|
+
<output>
|
|
2891
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2892
|
+
</output>
|
|
2893
|
+
<soap:operation soapAction=""/>
|
|
2894
|
+
</operation>
|
|
2895
|
+
<operation name="getFunds">
|
|
2896
|
+
<input>
|
|
2897
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2898
|
+
</input>
|
|
2899
|
+
<output>
|
|
2900
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2901
|
+
</output>
|
|
2902
|
+
<soap:operation soapAction=""/>
|
|
2903
|
+
</operation>
|
|
2904
|
+
<operation name="getGift">
|
|
2905
|
+
<input>
|
|
2906
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2907
|
+
</input>
|
|
2908
|
+
<output>
|
|
2909
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2910
|
+
</output>
|
|
2911
|
+
<soap:operation soapAction=""/>
|
|
2912
|
+
</operation>
|
|
2913
|
+
<operation name="getInvitation">
|
|
2914
|
+
<input>
|
|
2915
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2916
|
+
</input>
|
|
2917
|
+
<output>
|
|
2918
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2919
|
+
</output>
|
|
2920
|
+
<soap:operation soapAction=""/>
|
|
2921
|
+
</operation>
|
|
2922
|
+
<operation name="getJournalEntries">
|
|
2923
|
+
<input>
|
|
2924
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2925
|
+
</input>
|
|
2926
|
+
<output>
|
|
2927
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2928
|
+
</output>
|
|
2929
|
+
<soap:operation soapAction=""/>
|
|
2930
|
+
</operation>
|
|
2931
|
+
<operation name="getLetters">
|
|
2932
|
+
<input>
|
|
2933
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2934
|
+
</input>
|
|
2935
|
+
<output>
|
|
2936
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2937
|
+
</output>
|
|
2938
|
+
<soap:operation soapAction=""/>
|
|
2939
|
+
</operation>
|
|
2940
|
+
<operation name="getMyAccount">
|
|
2941
|
+
<input>
|
|
2942
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2943
|
+
</input>
|
|
2944
|
+
<output>
|
|
2945
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2946
|
+
</output>
|
|
2947
|
+
<soap:operation soapAction=""/>
|
|
2948
|
+
</operation>
|
|
2949
|
+
<operation name="getMyAccountByPersonaType">
|
|
2950
|
+
<input>
|
|
2951
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2952
|
+
</input>
|
|
2953
|
+
<output>
|
|
2954
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2955
|
+
</output>
|
|
2956
|
+
<soap:operation soapAction=""/>
|
|
2957
|
+
</operation>
|
|
2958
|
+
<operation name="getMyEntityRole">
|
|
2959
|
+
<input>
|
|
2960
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2961
|
+
</input>
|
|
2962
|
+
<output>
|
|
2963
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2964
|
+
</output>
|
|
2965
|
+
<soap:operation soapAction=""/>
|
|
2966
|
+
</operation>
|
|
2967
|
+
<operation name="getMyJournalEntries">
|
|
2968
|
+
<input>
|
|
2969
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2970
|
+
</input>
|
|
2971
|
+
<output>
|
|
2972
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2973
|
+
</output>
|
|
2974
|
+
<soap:operation soapAction=""/>
|
|
2975
|
+
</operation>
|
|
2976
|
+
<operation name="getMyJournalSummary">
|
|
2977
|
+
<input>
|
|
2978
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2979
|
+
</input>
|
|
2980
|
+
<output>
|
|
2981
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2982
|
+
</output>
|
|
2983
|
+
<soap:operation soapAction=""/>
|
|
2984
|
+
</operation>
|
|
2985
|
+
<operation name="getMyPrivacyPreferences">
|
|
2986
|
+
<input>
|
|
2987
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2988
|
+
</input>
|
|
2989
|
+
<output>
|
|
2990
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2991
|
+
</output>
|
|
2992
|
+
<soap:operation soapAction=""/>
|
|
2993
|
+
</operation>
|
|
2994
|
+
<operation name="getNextCartElements">
|
|
2995
|
+
<input>
|
|
2996
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
2997
|
+
</input>
|
|
2998
|
+
<output>
|
|
2999
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3000
|
+
</output>
|
|
3001
|
+
<soap:operation soapAction=""/>
|
|
3002
|
+
</operation>
|
|
3003
|
+
<operation name="getNextDefinedFields">
|
|
3004
|
+
<input>
|
|
3005
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3006
|
+
</input>
|
|
3007
|
+
<output>
|
|
3008
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3009
|
+
</output>
|
|
3010
|
+
<soap:operation soapAction=""/>
|
|
3011
|
+
</operation>
|
|
3012
|
+
<operation name="getNextJournalEntries">
|
|
3013
|
+
<input>
|
|
3014
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3015
|
+
</input>
|
|
3016
|
+
<output>
|
|
3017
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3018
|
+
</output>
|
|
3019
|
+
<soap:operation soapAction=""/>
|
|
3020
|
+
</operation>
|
|
3021
|
+
<operation name="getNextQueryResults">
|
|
3022
|
+
<input>
|
|
3023
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3024
|
+
</input>
|
|
3025
|
+
<output>
|
|
3026
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3027
|
+
</output>
|
|
3028
|
+
<soap:operation soapAction=""/>
|
|
3029
|
+
</operation>
|
|
3030
|
+
<operation name="getNote">
|
|
3031
|
+
<input>
|
|
3032
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3033
|
+
</input>
|
|
3034
|
+
<output>
|
|
3035
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3036
|
+
</output>
|
|
3037
|
+
<soap:operation soapAction=""/>
|
|
3038
|
+
</operation>
|
|
3039
|
+
<operation name="getNoteByUniqueDefinedValue">
|
|
3040
|
+
<input>
|
|
3041
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3042
|
+
</input>
|
|
3043
|
+
<output>
|
|
3044
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3045
|
+
</output>
|
|
3046
|
+
<soap:operation soapAction=""/>
|
|
3047
|
+
</operation>
|
|
3048
|
+
<operation name="getNoteRef">
|
|
3049
|
+
<input>
|
|
3050
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3051
|
+
</input>
|
|
3052
|
+
<output>
|
|
3053
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3054
|
+
</output>
|
|
3055
|
+
<soap:operation soapAction=""/>
|
|
3056
|
+
</operation>
|
|
3057
|
+
<operation name="getOrderItem">
|
|
3058
|
+
<input>
|
|
3059
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3060
|
+
</input>
|
|
3061
|
+
<output>
|
|
3062
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3063
|
+
</output>
|
|
3064
|
+
<soap:operation soapAction=""/>
|
|
3065
|
+
</operation>
|
|
3066
|
+
<operation name="getOrderShipping">
|
|
3067
|
+
<input>
|
|
3068
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3069
|
+
</input>
|
|
3070
|
+
<output>
|
|
3071
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3072
|
+
</output>
|
|
3073
|
+
<soap:operation soapAction=""/>
|
|
3074
|
+
</operation>
|
|
3075
|
+
<operation name="getOrderTax">
|
|
3076
|
+
<input>
|
|
3077
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3078
|
+
</input>
|
|
3079
|
+
<output>
|
|
3080
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3081
|
+
</output>
|
|
3082
|
+
<soap:operation soapAction=""/>
|
|
3083
|
+
</operation>
|
|
3084
|
+
<operation name="getOrganizationPreferences">
|
|
3085
|
+
<input>
|
|
3086
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3087
|
+
</input>
|
|
3088
|
+
<output>
|
|
3089
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3090
|
+
</output>
|
|
3091
|
+
<soap:operation soapAction=""/>
|
|
3092
|
+
</operation>
|
|
3093
|
+
<operation name="getOutlookIntegrationContactMethods">
|
|
3094
|
+
<input>
|
|
3095
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3096
|
+
</input>
|
|
3097
|
+
<output>
|
|
3098
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3099
|
+
</output>
|
|
3100
|
+
<soap:operation soapAction=""/>
|
|
3101
|
+
</operation>
|
|
3102
|
+
<operation name="getOutlookIntegrationVersion">
|
|
3103
|
+
<input>
|
|
3104
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3105
|
+
</input>
|
|
3106
|
+
<output>
|
|
3107
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3108
|
+
</output>
|
|
3109
|
+
<soap:operation soapAction=""/>
|
|
3110
|
+
</operation>
|
|
3111
|
+
<operation name="getPayment">
|
|
3112
|
+
<input>
|
|
3113
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3114
|
+
</input>
|
|
3115
|
+
<output>
|
|
3116
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3117
|
+
</output>
|
|
3118
|
+
<soap:operation soapAction=""/>
|
|
3119
|
+
</operation>
|
|
3120
|
+
<operation name="getPhoneAThonLists">
|
|
3121
|
+
<input>
|
|
3122
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3123
|
+
</input>
|
|
3124
|
+
<output>
|
|
3125
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3126
|
+
</output>
|
|
3127
|
+
<soap:operation soapAction=""/>
|
|
3128
|
+
</operation>
|
|
3129
|
+
<operation name="getPledge">
|
|
3130
|
+
<input>
|
|
3131
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3132
|
+
</input>
|
|
3133
|
+
<output>
|
|
3134
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3135
|
+
</output>
|
|
3136
|
+
<soap:operation soapAction=""/>
|
|
3137
|
+
</operation>
|
|
3138
|
+
<operation name="getPrivacyPreferences">
|
|
3139
|
+
<input>
|
|
3140
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3141
|
+
</input>
|
|
3142
|
+
<output>
|
|
3143
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3144
|
+
</output>
|
|
3145
|
+
<soap:operation soapAction=""/>
|
|
3146
|
+
</operation>
|
|
3147
|
+
<operation name="getQueryResultStats">
|
|
3148
|
+
<input>
|
|
3149
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3150
|
+
</input>
|
|
3151
|
+
<output>
|
|
3152
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3153
|
+
</output>
|
|
3154
|
+
<soap:operation soapAction=""/>
|
|
3155
|
+
</operation>
|
|
3156
|
+
<operation name="getRecurringGift">
|
|
3157
|
+
<input>
|
|
3158
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3159
|
+
</input>
|
|
3160
|
+
<output>
|
|
3161
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3162
|
+
</output>
|
|
3163
|
+
<soap:operation soapAction=""/>
|
|
3164
|
+
</operation>
|
|
3165
|
+
<operation name="getRecurringGiftSchedule">
|
|
3166
|
+
<input>
|
|
3167
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3168
|
+
</input>
|
|
3169
|
+
<output>
|
|
3170
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3171
|
+
</output>
|
|
3172
|
+
<soap:operation soapAction=""/>
|
|
3173
|
+
</operation>
|
|
3174
|
+
<operation name="getSegmentedDonation">
|
|
3175
|
+
<input>
|
|
3176
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3177
|
+
</input>
|
|
3178
|
+
<output>
|
|
3179
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3180
|
+
</output>
|
|
3181
|
+
<soap:operation soapAction=""/>
|
|
3182
|
+
</operation>
|
|
3183
|
+
<operation name="getSegmentedOrder">
|
|
3184
|
+
<input>
|
|
3185
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3186
|
+
</input>
|
|
3187
|
+
<output>
|
|
3188
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3189
|
+
</output>
|
|
3190
|
+
<soap:operation soapAction=""/>
|
|
3191
|
+
</operation>
|
|
3192
|
+
<operation name="getSegmentedPledge">
|
|
3193
|
+
<input>
|
|
3194
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3195
|
+
</input>
|
|
3196
|
+
<output>
|
|
3197
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3198
|
+
</output>
|
|
3199
|
+
<soap:operation soapAction=""/>
|
|
3200
|
+
</operation>
|
|
3201
|
+
<operation name="getSoftCredit">
|
|
3202
|
+
<input>
|
|
3203
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3204
|
+
</input>
|
|
3205
|
+
<output>
|
|
3206
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3207
|
+
</output>
|
|
3208
|
+
<soap:operation soapAction=""/>
|
|
3209
|
+
</operation>
|
|
3210
|
+
<operation name="getSystemDefinedValues">
|
|
3211
|
+
<input>
|
|
3212
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3213
|
+
</input>
|
|
3214
|
+
<output>
|
|
3215
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3216
|
+
</output>
|
|
3217
|
+
<soap:operation soapAction=""/>
|
|
3218
|
+
</operation>
|
|
3219
|
+
<operation name="getTransaction">
|
|
3220
|
+
<input>
|
|
3221
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3222
|
+
</input>
|
|
3223
|
+
<output>
|
|
3224
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3225
|
+
</output>
|
|
3226
|
+
<soap:operation soapAction=""/>
|
|
3227
|
+
</operation>
|
|
3228
|
+
<operation name="getTransactionByUniqueDefinedValue">
|
|
3229
|
+
<input>
|
|
3230
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3231
|
+
</input>
|
|
3232
|
+
<output>
|
|
3233
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3234
|
+
</output>
|
|
3235
|
+
<soap:operation soapAction=""/>
|
|
3236
|
+
</operation>
|
|
3237
|
+
<operation name="getTransactionProcessors">
|
|
3238
|
+
<input>
|
|
3239
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3240
|
+
</input>
|
|
3241
|
+
<output>
|
|
3242
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3243
|
+
</output>
|
|
3244
|
+
<soap:operation soapAction=""/>
|
|
3245
|
+
</operation>
|
|
3246
|
+
<operation name="getTransactionRef">
|
|
3247
|
+
<input>
|
|
3248
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3249
|
+
</input>
|
|
3250
|
+
<output>
|
|
3251
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3252
|
+
</output>
|
|
3253
|
+
<soap:operation soapAction=""/>
|
|
3254
|
+
</operation>
|
|
3255
|
+
<operation name="getUserDefinedSetValues">
|
|
3256
|
+
<input>
|
|
3257
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3258
|
+
</input>
|
|
3259
|
+
<output>
|
|
3260
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3261
|
+
</output>
|
|
3262
|
+
<soap:operation soapAction=""/>
|
|
3263
|
+
</operation>
|
|
3264
|
+
<operation name="hasMoreCartElements">
|
|
3265
|
+
<input>
|
|
3266
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3267
|
+
</input>
|
|
3268
|
+
<output>
|
|
3269
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3270
|
+
</output>
|
|
3271
|
+
<soap:operation soapAction=""/>
|
|
3272
|
+
</operation>
|
|
3273
|
+
<operation name="hasMoreDefinedFields">
|
|
3274
|
+
<input>
|
|
3275
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3276
|
+
</input>
|
|
3277
|
+
<output>
|
|
3278
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3279
|
+
</output>
|
|
3280
|
+
<soap:operation soapAction=""/>
|
|
3281
|
+
</operation>
|
|
3282
|
+
<operation name="hasMoreJournalEntries">
|
|
3283
|
+
<input>
|
|
3284
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3285
|
+
</input>
|
|
3286
|
+
<output>
|
|
3287
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3288
|
+
</output>
|
|
3289
|
+
<soap:operation soapAction=""/>
|
|
3290
|
+
</operation>
|
|
3291
|
+
<operation name="hasMoreQueryResults">
|
|
3292
|
+
<input>
|
|
3293
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3294
|
+
</input>
|
|
3295
|
+
<output>
|
|
3296
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3297
|
+
</output>
|
|
3298
|
+
<soap:operation soapAction=""/>
|
|
3299
|
+
</operation>
|
|
3300
|
+
<operation name="initLinkedTransaction">
|
|
3301
|
+
<input>
|
|
3302
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3303
|
+
</input>
|
|
3304
|
+
<output>
|
|
3305
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3306
|
+
</output>
|
|
3307
|
+
<soap:operation soapAction=""/>
|
|
3308
|
+
</operation>
|
|
3309
|
+
<operation name="isMyPasswordExpired">
|
|
3310
|
+
<input>
|
|
3311
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3312
|
+
</input>
|
|
3313
|
+
<output>
|
|
3314
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3315
|
+
</output>
|
|
3316
|
+
<soap:operation soapAction=""/>
|
|
3317
|
+
</operation>
|
|
3318
|
+
<operation name="login">
|
|
3319
|
+
<input>
|
|
3320
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3321
|
+
</input>
|
|
3322
|
+
<output>
|
|
3323
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3324
|
+
</output>
|
|
3325
|
+
<soap:operation soapAction=""/>
|
|
3326
|
+
</operation>
|
|
3327
|
+
<operation name="logout">
|
|
3328
|
+
<input>
|
|
3329
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3330
|
+
</input>
|
|
3331
|
+
<output>
|
|
3332
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3333
|
+
</output>
|
|
3334
|
+
<soap:operation soapAction=""/>
|
|
3335
|
+
</operation>
|
|
3336
|
+
<operation name="pingOkay">
|
|
3337
|
+
<input>
|
|
3338
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3339
|
+
</input>
|
|
3340
|
+
<output>
|
|
3341
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3342
|
+
</output>
|
|
3343
|
+
<soap:operation soapAction=""/>
|
|
3344
|
+
</operation>
|
|
3345
|
+
<operation name="pingTime">
|
|
3346
|
+
<input>
|
|
3347
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3348
|
+
</input>
|
|
3349
|
+
<output>
|
|
3350
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3351
|
+
</output>
|
|
3352
|
+
<soap:operation soapAction=""/>
|
|
3353
|
+
</operation>
|
|
3354
|
+
<operation name="processAccountChange">
|
|
3355
|
+
<input>
|
|
3356
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3357
|
+
</input>
|
|
3358
|
+
<output>
|
|
3359
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3360
|
+
</output>
|
|
3361
|
+
<soap:operation soapAction=""/>
|
|
3362
|
+
</operation>
|
|
3363
|
+
<operation name="processCartOrder">
|
|
3364
|
+
<input>
|
|
3365
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3366
|
+
</input>
|
|
3367
|
+
<output>
|
|
3368
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3369
|
+
</output>
|
|
3370
|
+
<soap:operation soapAction=""/>
|
|
3371
|
+
</operation>
|
|
3372
|
+
<operation name="processEcommerceRequest">
|
|
3373
|
+
<input>
|
|
3374
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3375
|
+
</input>
|
|
3376
|
+
<output>
|
|
3377
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3378
|
+
</output>
|
|
3379
|
+
<soap:operation soapAction=""/>
|
|
3380
|
+
</operation>
|
|
3381
|
+
<operation name="processForgottenPasswordEmailHelp">
|
|
3382
|
+
<input>
|
|
3383
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3384
|
+
</input>
|
|
3385
|
+
<output>
|
|
3386
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3387
|
+
</output>
|
|
3388
|
+
<soap:operation soapAction=""/>
|
|
3389
|
+
</operation>
|
|
3390
|
+
<operation name="processForgottenPasswordResetHelp">
|
|
3391
|
+
<input>
|
|
3392
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3393
|
+
</input>
|
|
3394
|
+
<output>
|
|
3395
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3396
|
+
</output>
|
|
3397
|
+
<soap:operation soapAction=""/>
|
|
3398
|
+
</operation>
|
|
3399
|
+
<operation name="processTransaction">
|
|
3400
|
+
<input>
|
|
3401
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3402
|
+
</input>
|
|
3403
|
+
<output>
|
|
3404
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3405
|
+
</output>
|
|
3406
|
+
<soap:operation soapAction=""/>
|
|
3407
|
+
</operation>
|
|
3408
|
+
<operation name="reverseTransaction">
|
|
3409
|
+
<input>
|
|
3410
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3411
|
+
</input>
|
|
3412
|
+
<output>
|
|
3413
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3414
|
+
</output>
|
|
3415
|
+
<soap:operation soapAction=""/>
|
|
3416
|
+
</operation>
|
|
3417
|
+
<operation name="sendEmail">
|
|
3418
|
+
<input>
|
|
3419
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3420
|
+
</input>
|
|
3421
|
+
<output>
|
|
3422
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3423
|
+
</output>
|
|
3424
|
+
<soap:operation soapAction=""/>
|
|
3425
|
+
</operation>
|
|
3426
|
+
<operation name="updateAccount">
|
|
3427
|
+
<input>
|
|
3428
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3429
|
+
</input>
|
|
3430
|
+
<output>
|
|
3431
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3432
|
+
</output>
|
|
3433
|
+
<soap:operation soapAction=""/>
|
|
3434
|
+
</operation>
|
|
3435
|
+
<operation name="updateContact">
|
|
3436
|
+
<input>
|
|
3437
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3438
|
+
</input>
|
|
3439
|
+
<output>
|
|
3440
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3441
|
+
</output>
|
|
3442
|
+
<soap:operation soapAction=""/>
|
|
3443
|
+
</operation>
|
|
3444
|
+
<operation name="updateForgottenPassword">
|
|
3445
|
+
<input>
|
|
3446
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3447
|
+
</input>
|
|
3448
|
+
<output>
|
|
3449
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3450
|
+
</output>
|
|
3451
|
+
<soap:operation soapAction=""/>
|
|
3452
|
+
</operation>
|
|
3453
|
+
<operation name="updateGift">
|
|
3454
|
+
<input>
|
|
3455
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3456
|
+
</input>
|
|
3457
|
+
<output>
|
|
3458
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3459
|
+
</output>
|
|
3460
|
+
<soap:operation soapAction=""/>
|
|
3461
|
+
</operation>
|
|
3462
|
+
<operation name="updateMyExpiredPassword">
|
|
3463
|
+
<input>
|
|
3464
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3465
|
+
</input>
|
|
3466
|
+
<output>
|
|
3467
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3468
|
+
</output>
|
|
3469
|
+
<soap:operation soapAction=""/>
|
|
3470
|
+
</operation>
|
|
3471
|
+
<operation name="updateMyLoginCredentials">
|
|
3472
|
+
<input>
|
|
3473
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3474
|
+
</input>
|
|
3475
|
+
<output>
|
|
3476
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3477
|
+
</output>
|
|
3478
|
+
<soap:operation soapAction=""/>
|
|
3479
|
+
</operation>
|
|
3480
|
+
<operation name="updateMyPassword">
|
|
3481
|
+
<input>
|
|
3482
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3483
|
+
</input>
|
|
3484
|
+
<output>
|
|
3485
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3486
|
+
</output>
|
|
3487
|
+
<soap:operation soapAction=""/>
|
|
3488
|
+
</operation>
|
|
3489
|
+
<operation name="updateNote">
|
|
3490
|
+
<input>
|
|
3491
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3492
|
+
</input>
|
|
3493
|
+
<output>
|
|
3494
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3495
|
+
</output>
|
|
3496
|
+
<soap:operation soapAction=""/>
|
|
3497
|
+
</operation>
|
|
3498
|
+
<operation name="updatePrivacyPreferences">
|
|
3499
|
+
<input>
|
|
3500
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3501
|
+
</input>
|
|
3502
|
+
<output>
|
|
3503
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3504
|
+
</output>
|
|
3505
|
+
<soap:operation soapAction=""/>
|
|
3506
|
+
</operation>
|
|
3507
|
+
<operation name="validateCartLicense">
|
|
3508
|
+
<input>
|
|
3509
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3510
|
+
</input>
|
|
3511
|
+
<output>
|
|
3512
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3513
|
+
</output>
|
|
3514
|
+
<soap:operation soapAction=""/>
|
|
3515
|
+
</operation>
|
|
3516
|
+
<operation name="validateDonorLoginLicense">
|
|
3517
|
+
<input>
|
|
3518
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3519
|
+
</input>
|
|
3520
|
+
<output>
|
|
3521
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3522
|
+
</output>
|
|
3523
|
+
<soap:operation soapAction=""/>
|
|
3524
|
+
</operation>
|
|
3525
|
+
<operation name="validateOutlookIntegrationLicense">
|
|
3526
|
+
<input>
|
|
3527
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3528
|
+
</input>
|
|
3529
|
+
<output>
|
|
3530
|
+
<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="etapestryAPI/service"/>
|
|
3531
|
+
</output>
|
|
3532
|
+
<soap:operation soapAction=""/>
|
|
3533
|
+
</operation>
|
|
3534
|
+
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
|
|
3535
|
+
</binding>
|
|
3536
|
+
<service name="Service">
|
|
3537
|
+
<port name="MessagingServicePort" binding="tns:MessagingServiceBinding">
|
|
3538
|
+
<soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="https://app.etapestry.com:443/v2messaging/service"/>
|
|
3539
|
+
</port>
|
|
3540
|
+
</service>
|
|
3541
|
+
</definitions>
|