We have a webservice that is written in Java accepts a parameter of type float. We are trying to invoke the webservice from .Net client. While invoking the webservice we are getting an exception : org.xml.sax.SAXException Bad types (float -> class java.lang.String)
Could any one please suggest as how to resolve the this problem.
Are you getting this exception on client side or server side ? Try to see whether you SOAP Request/Response is well formed using tools like SOAP Monitor or TCP/IP Sniffer.