Forum Discussion

uma6kasturi's avatar
uma6kasturi
Occasional Contributor
9 years ago

soap mock war not accessible

Has created mock Services for both rest and soap services 

 

Had deployed them in Tomcat server and verified the end point

 

Soap services are accessible but Rest services are not accessible in  the same server .

 

Rest mock service Name:

REST MockService

 

End point for Soap services :

http://10.103.2.89:8080/soapfile/

 

when I use below for rest 

 

http://10.103.2.89:8080/restfile/

 

its not working 

 

tried below too 

 

http://10.103.2.89:8080/restfile/REST MockService

 

but the space in between REST and MockService is being converted into %20

 

 

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    what do you see when you run below command on linux from tomcat/webapps directory?

    1. ls -R restfile
    or
    2. tree soapfile

    Have you tried deploying it from tomcat user interface?
    • uma6kasturi's avatar
      uma6kasturi
      Occasional Contributor

      I had tried ls- R and got  the output which I had attached in the post 

      • nmrao's avatar
        nmrao
        Champion Level 3
        That was to confirm if the war has all the artifacts required and looked fine.

        May be you can try deploying it from tomcat web UI and see.