Hi Sandamal, It seems the UI renders the xml tags. You have to escape the html sensitive characters to avoid that. i.e. replace <soap with <soap. If the UI gets the xml, you can use javascripts to do the modification at the client side.
On Fri, Aug 29, 2014 at 6:01 PM, Sandamal Weerasinghe <[email protected]> wrote: > Hi, > > I'm trying to display a SOAP body and its header inside a table. > > e.g. > <soapenv:Body > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><ns:getVersionResponse > xmlns:ns="http://version.services.core.carbon.wso2.org"><return>WSO2 > Enterprise Service Bus-4.8.1</return></ns:getVersionResponse></soapenv:Body> > > > Even though UI the gets an XML message, only the content inside the xml > tags are displayed in the table > > e.g. > WSO2 Enterprise Service Bus-4.8.1 > > Is there a way to overcome this? > > > Thanks. > > Sandamal Weerasinghe | Software Engineer | WSO2 Lanka (Pvt) Ltd > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- K.D. Chamil Jeewantha Associate Technical Lead WSO2, Inc.; http://wso2.com http://kdchamil.blogspot.com Mobile: +94716813892
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
