Hi all,
I’m trying to return HTML from a web service via a custom form SOAP action.
When I print the SOAP session keyword it prints the response from the web service as a string but also prints the markup within the string.
Example:
“Lorem Ipsum <strong>Dolor</strong> Simet.”
I want it to do this:
“Lorem Ipsum Dolor Simet.”
Does anyone have any suggestion on how can I accomplish this?
Thanks in advance.
Dave