Forum Discussion
juandid
16 years agoOccasional Contributor
Hi
In discussion with a colleague I realized that I have to provide the full path for the war file. I always assumed the war file would end up in the folder I provided for the value "war directory". If you change the documentation and just provide the line "C:\Temp\soapuimocks.war" instead of just "soapuimocks.war" there will be no doubt anymore where the war file is going to be stored.
Now I used to deploy the war file into my tomcat 5.5.31 on Windows Vista. I am able to access the wsdl file under http://localhost:8080/calculator/mockCa ... nding?wsdl
But accessing http://localhost:8080/calculator gives me a content with 3 frames each saying me something like
HTTP Status 404 - /master
--------------------------------------------------------------------------------
type Status report
message /master
description The requested resource (/master) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.31
However running a sample request from within soapUI upon the endpoint http://localhost:8080/calculator/mockCa ... ortBinding results in a java.net.ConnectException. What is the endpoint URL I am supposed to use instead?
In discussion with a colleague I realized that I have to provide the full path for the war file. I always assumed the war file would end up in the folder I provided for the value "war directory". If you change the documentation and just provide the line "C:\Temp\soapuimocks.war" instead of just "soapuimocks.war" there will be no doubt anymore where the war file is going to be stored.
Now I used to deploy the war file into my tomcat 5.5.31 on Windows Vista. I am able to access the wsdl file under http://localhost:8080/calculator/mockCa ... nding?wsdl
But accessing http://localhost:8080/calculator gives me a content with 3 frames each saying me something like
HTTP Status 404 - /master
--------------------------------------------------------------------------------
type Status report
message /master
description The requested resource (/master) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.31
However running a sample request from within soapUI upon the endpoint http://localhost:8080/calculator/mockCa ... ortBinding results in a java.net.ConnectException. What is the endpoint URL I am supposed to use instead?