ProductService returns a response object instead of boolean
I created a simple ProductServiceResponse class that provides a success flag and an associated message. This will help provide validation feedback to the end user in Magento when CBS doesn't like their input.
I've only implemented this change for the Mock instance, since we don't have a new WSDL yet.