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:
- Obtain SDK and API documentation.
- Confirm that you have a valid Responsys API user
- Update the config.default.inc with your login information and WSDL and endpoint locations.
- Rename config.default.inc to config.inc
- 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.