|
Project Information
Members
|
This is a Ruby on Rails based project that integrates into the ExactTarget WSDL / SOAP WebService framework. Yes, you heard that correctly, A SOAP based WSDL integration using Ruby on Rails - it is possible (c: . There are a collection of files inside this project that allow you to execute each file in a stand alone fashion. When each file is executed in "debug" mode you'll be able to see the SOAP / XML call that gets created, and the XML response that is returned - all printed to screen (see Executing a file inside a shell). This has tremendously helped me troubleshooting to see what has gone wonky. As more objects and methods are added, I'll be updating this project in a "versioning" like fashion to keep the need to get the latest code down to minimum. As well, I strongly encourage the community to contribute back to the project as you integrate into ExactTarget - get some good old fashioned code karma. Gems to install: soap4r wss4r wsse Generate your own drivers using wsdl2ruby: wsdl2ruby.rb --wsdl https://webservice.exacttarget.com/etframework.wsdl --type client --force Executing a file inside a shell: ruby -d createSub.rb |