Hi gang,<br>I&#39;m hoping someone familiar with this module can help me out, as searching the web has failed.<br>
<br>
I&#39;m trying to create a new campaign with the Yahoo::Marketing module as detailed here:<br>
<a href="http://search.cpan.org/%7Eshenj/Yahoo-Marketing-4.30/lib/Yahoo/Marketing.pm#Example_1_-_creating_a_campaign" target="_blank">http://search.cpan.org/~shenj/Yahoo-Marketing-4.30/lib/Yahoo/Marketing.pm#Example_1_-_creating_a_campaign</a><br>


but it fails with this error:<br>
<br>
SOAP FAULT!<br>
String:  XML document invalid.<br>
Code:    E1037<br>
Message: XML document invalid. <br>
<br>
- I&#39;m sure my credentials and permissions are right, since I can use Yahoo&#39;s test file yahoo_ews_client.pl just fine.<br>
- I&#39;m using a start date in the future, as required, and an end date for a year later.<br>
<br>
I can&#39;t tell what&#39;s causing the XML to be invalid though. Dumping the
stream from SOAP::Lite I can see that it is actually a well-formed XML
document, so I don&#39;t know what the deal is. Anyone encountered this
before and have a solution?<br><br>~Scott