Hi all ,
I am consuming api ws with httpclient .POST : url + xml string formatted .
I build the xml string my self ( not dw export )
The problem is when i want to use the character & in the string the ws return an error : Illegal xml .
The ws is for sending sms from the app and the xml string contains an url so the client can click from his cell phone to open the a web page with parms ( something like : &parm1&parm2 )
How do i get over it ?
thanks