Magento - blank lines being added to wsdl file
Posted
by dan.codes
on Stack Overflow
See other posts from Stack Overflow
or by dan.codes
Published on 2010-06-06T02:27:01Z
Indexed on
2010/06/06
2:32 UTC
Read the original article
Hit count: 323
magento
I am trying to call the API but I keep getting a soap error that can't load the file. I found that the reason is there are about 3 blank lines at the top of the XML file that is returned. I found this by doing wget url.
This use to work just fine, when I debug through the API controller the response or xml looks fine all the way through, I don't see any spaces at all. I have no idea what might be causing this. I don't think there is anything we modified that would do this.
© Stack Overflow or respective owner