SimpleXml Failed to Generate Object

bejubelbacklink

New Member
I am using Soap for web service call and PHP for entire operation. When I send request I get the response as \[code\]341025COMPLETE\[/code\]. But when I select it for Source it prints the XML behind it.We have passed it to \[code\]simplexml_load_string\[/code\] function but it failed to generate the object for the same.What will be wrong with \[code\]simplexml_load_string\[/code\]? When that same string is hard coded it works when it passed through function parameter it failed.
 
Back
Top