How to send an xml as input in a provider webservice ?

Hi all,

I am not able to send an xml as input in my provider webservice.
When i pass normal string ,it gives me response.
On passing xml as input,no response is coming.

How to handle this ?
Any thing additional setup required in IS to send xml in webservice ?

try to do html encoding of your xml sting before putting into the service.
since SOAP is using xml, any content you carry need to be html encoded, otherwise, it will confuse the soap parser.