Subject:Formatting SOAP messages Author:steven matthews Date:16 Jun 2007 03:42 PM
HI THere,
I have developed a simple SOAP client and server. The SOAP server extracts data from DB backend and sends it back to the client as raw ASCII text.
I would like to know how to format the display of that raw text using an XSL stylesheet. I have tried to add a reference to the XSL stylesheet within the SOAP message (a processing instruction) but that does not work.
Has anyone got any ideas about this.
THe SOAP message and the stylesheet are both attached,
Subject:Formatting SOAP messages Author:Tony Lavinio Date:21 Jun 2007 11:11 AM
Does it work if you open the file from the filesystem, instead
of using http:? If so, the problem could be that your webserver
isn't serving up the content with the correct MIME type.