Hi guys, While I send a soap call to the server, it works very well if there is no problem with the soap call. But if I have made some mistake with it, I will get a FileNotFoundException. I traced into the SOAP code and found that RPCRouterServlet has caught those problems and a right SOAP response with fault information has also been produced which I can print out on the server. But I still failed on the client side while using "URLConnection.getInputStream()" to get the response. I am very confused about this.
Thanks! Bo