in reply to Re: Problem with Yahoo::Marketing module
in thread Problem with Yahoo::Marketing module

Ok, after a some discussion and a lot of poking around I found the issue. SOAP::Lite is converting the DateTime object after Yahoo::Marketing::DateTimeAccessor is already doing that. So making the DateTimeAccessor module not do its conversion gives you correct XML from SOAP::Lite. As a quick hack to accomplish this I just commented out the call to the _force_datetime_object sub. Thanks monks!
  • Comment on Re^2: Problem with Yahoo::Marketing module