Hi,

I use an axisServlet for my webapp with my own transport. I create
TransportListener
and TransportSender. When a message is receive by transportListener, i send
the SOAP message
to axis in order to call the good method.

When Axis finish it's work, it call the TransportSender to send the
response. But in the response,
some elements which are TEXT element contain XML.

in example :

part of response

<MethodeResponse ns="X">
    <arg0 ns="">
         value
    </arg0>
</MethodeResponse>

If value which is a TEXT contain XML nodes, what can i do to block the
processing of these XML nodes ( done by the requester when it receive
response - ie RPCClient ) ?

Thanks,

Mat

Reply via email to