hello i have a java web service that is generating the below xml responce. i would like to remove all prefixes and attributs encluding namespaces. any help is appreciated.
i would like to remove all prefixes and attributs encluding namespaces. any help is appreciated
Write a Perl or Shell script that removes all prefixes and attributs.
elie haddad
Greenhorn
Joined: Sep 27, 2008
Posts: 3
posted
0
this is a response generated by the webservice and sent to the client, i do not have any control on it. I am searching for something that customizes the generation of the soap message.
thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35256
7
posted
0
If you don't have control over the generation of the message, then you can't customize it there. You'll have to do it on the client side. What is the purpose of wanting to do this?