Jelly seems to be stripping the namespace declaration off my embedded xml 
when getBodyText() is being called.

e.g. the following line:
            <env:Envelope
                xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
                xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; 
                xmlns:xsd="http://www.w3.org/1999/XMLSchema";>

is being displayed on system.err as:
        <env:Envelope>

This is causing SOAP some headaches.....any clues?
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers

Reply via email to