Hello, I was trying to run apache SOAP on my win2000 system. I am getting following error. Could you tell me why the response content type is not "text/xml" ? What do I do to fix it ? Regards, [EMAIL PROTECTED] ------------------------------------------------------error listed below---------------------------------------------------------------------- C:\xml\soap\soap-2_1\samples\addressbook>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/server/rpcrouter deploy DeploymentDescriptor.xml Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was: <head><title>Not Found (404)</title></head> <body><h1>Not Found (404)</h1> <b>Original request:</b> /soap/server/http/rpcrouterservlet<br><br> <b>Not found request:</b> /soap/server/http/rpcrouterservlet</body> ] at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:173) at org.apache.soap.rpc.Call.invoke(Call.java:210) at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien t.java:127) at org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java :140) at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2 28) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]