Expand my Community achievements bar.

webservice request namespace

Avatar

Level 1
Hi there...

How can i put a namespace in my request xml in flex. So, my
going data is:



<clientRequestwithReturn>

<MoneyTransferRequest>

<requestChannel>01</requestChannel>

<fromAccountNo>0008830006000007</fromAccountNo>

........

</MoneyTransferRequest>

</clientRequestwithReturn>



But i need to send :



<xxx:clientRequestwithReturn xmlns:open="
http://www.xxxxx.org/">

<yyy:MoneyTransferRequest xmlns:mon="
http://www.yyyyy.com/">

<requestChannel>01</requestChannel>

<fromAccountNo>0008830006000007</fromAccountNo>

....

</mon:MoneyTransferRequest>

</open:clientRequestwithReturn>



So i need to put namespace info to my request object. How can
i do it?
0 Replies