Hello!
I've asked this question before but got no response.
I apologize to be asking again.

When called,axis would return a XML file like this:

<ns:EchoResponse xmlns:ns="http://myuri.com/">
<ns:EchoReturn>Hello!!!</ns:EchoReturn>
</ns:EchoResponse>

Is there a way I could change  the Return  suffix to Result?
ie.  how to get something like:

<ns:EchoResponse xmlns:ns="http://myuri.com/">
<ns:EchoResult>Hello!!!</ns:EchoResult>
</ns:EchoResponse>

Thanks.

Arcadius.

Reply via email to