t
t
t
t
i want to add empty xmlns to serviceRequestContext and reinstateAccountInput node
Resultant xml should look like below
< Body>
< serviceRequestContext xmlns="">
< a>t
t
< /serviceRequestContext>
< reinstateAccountInput xmlns="">
< a>t
< b>t
< /reinstateAccountInput>
< /reinstateAccountRequest>
< /Body>
< /Envelope>
Is there any way to do this?
VulpesPosted Nov 13, 2013, 11:10 AM