I hav the same problem!

Benny

Kris Schneider wrote:

Have you tried (JSTL 1.0):

<%@ taglib prefix="x"  uri="http://java.sun.com/jstl/xml"; %>
<%@ taglib prefix="io" uri="http://jakarta.apache.org/taglibs/io-1.0"; %>

<x:parse var="soapXml">
 <io:soap ...>
   ...
 </io:soap>
</x:parse>

Quoting Danny Kruitbosch <[EMAIL PROTECTED]>:



Hi,

I've been trying to parse a soap message with <io:soap> and then format the output with <xtags:parse> etc. I can't get it to work and keep getting errors.
So next thing I did was going to the list archives and I saw some remarks on this issue. Seems that this works better if I were to use JSTL xml tags.


Can anyone give me an example on how to parse the soap output using io:soap and x:parse from JSTL?

Thanks!

Danny

--
-----------------------------------
Danny Kruitbosch
RDC Datacentrum BV
Postbus 74707
1070 BS Amsterdam

telefoon: +31(0)20 549 7913
fax: +31(0)20 661 1526
e-mail: [EMAIL PROTECTED]
-----------------------------------






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to