i'm consuming a Webservice (created in java) in .Net 2003 (in C#)... whenever i invoke the webmethod, i'm getting below error message

"Additional information: Client found response content type of 'text/html;
charset=ISO-8859-1', but expected 'text/xml'."

but when the same webservice is called from SOAPUI (an open source
application from www.soapui.org) or XMLSpy - it just works fine...

so i'm confused about this, any suggestions??

Cheers
Venu