G
Guest
Hello,
I want to make an http post request to a site. I want to pass a
paramaeter having xml such as report=<abc>abc</abc> to it. When I try to do
this, is gives exception. And If send report=<abc>abc</abc>, it takes report
as empty string as it assumes & as delimeter. So how can I pass as xml in
http post request.
Thanks,
Sushi
I want to make an http post request to a site. I want to pass a
paramaeter having xml such as report=<abc>abc</abc> to it. When I try to do
this, is gives exception. And If send report=<abc>abc</abc>, it takes report
as empty string as it assumes & as delimeter. So how can I pass as xml in
http post request.
Thanks,
Sushi