Apache Soap Problem, rpcrouter is throwing exception
Expand Post »
Hello friends....
I have configure my apache soap.....
It is saying that after configuration if i go on "http://localhost:8080/soap/servlet/rpcrouter" it will give following message...... "Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me."
But in my case it is throwing exception which is pasted below...
I am using tomcat apache server... soap 2.3.1
My class path is:
set classpath=C:\Jars\bsf.jar;C:\Jars\js.jar;C:\Jars\activation.jar;C:\Jars\xerces.jar;C:\Jars\activation.jar;C:\Jars\soap-bin-2.3.1\soap-2_3_1\lib\soap.jar;C:\Jars\soap-bin-2.3.1\soap-2_3_1;C:\Jars\javamail-1_4\javamail-1.4\mail.jar;C:\ch3;C:\Program Files\Java\jdk1.5.0_04\lib\tools.jar;C:\Program Files\Java\jdk1.5.0_04\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.5.0_04\jre\lib\rt.jar;
and Exception is:
======================================================
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
Re: Apache Soap Problem, rpcrouter is throwing exception
1) Apache SOAP is deprecated. Use Axis instead.
2) What's not clear about that message? It's pretty obvious that you're using the wrong request protocol.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.