Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 886 Bytes

File metadata and controls

21 lines (17 loc) · 886 Bytes

interact_sdk

php soap client for responsys api

Details: Uses php -v 5.3.28 ( cli )
Uses built in php soap client that creates client at runtime ( this means that the WSDL and Endpoint must be up @ Responsys )
Built against latest Responsys API version 6.20 ( as of 6/11/2014 )

Getting Started:

  1. Obtain SDK and API documentation.
  2. Confirm that you have a valid Responsys API user
  3. Update the config.default.inc with your login information and WSDL and endpoint locations.
  4. Rename config.default.inc to config.inc
  5. Start with either the unit tests ( the tests were written for PHPUnit ), or the basic samples to get an understanding of how everything works.

Notes:
Almost all of these calls depend on objects existing on the Responsys side.
Most of this work must be done within the UI unfortunately.