Welcome Guest, Not a member yet? Register   Sign In
Not able to return a soap XML response back to the caller
#2

[eluser]TheFuzzy0ne[/eluser]
Dude! This is not cool!

I'm not sure why that's not working, or where the response you're receiving actually came from. I would suggest you try turning off the output buffer and just echoing your output before die()ing.
Code:
ob_end_clean();
echo $responsexml;
die();

This isn't a solution, but a possible workaround.


Messages In This Thread
Not able to return a soap XML response back to the caller - by El Forum - 05-30-2013, 10:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB