prasadvandra 0 Newbie Poster

Could you please help me in replacing the namespaces in the output.
my input is
<soapenv:Body>
<abc:requestDocumentRequest>
<abc:brand>brand</util:brand>
<abc:portal>port</util:portal>
<abc:userId>userid</abc:userId>
<abc:folderName>folder</abc:folderName>
</abc:requestDocumentRequest>
</soapenv:Body>

I need the soap body with different namespaces

<soapenv:Body>
<xyz:requestDocumentRequest>
<xyz:brand>brand</util:brand>
<xyz:portal>port</util:portal>
<xyz:userId>userid</xyz:userId>
<xyz:folderName>folder</xyz:folderName>
</xyz:requestDocumentRequest>
</soapenv:Body>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.