I am making the following test, I am calling a webservice for browser to make a test, only that I am having problems due the organization of directories, when alone I have one level of directory and I make the call of this form:
[url=“http://10.160.0.133:5555/invoke/test/soma?parcela1=4&parcela2=4&operacao=soma”]http://10.160.0.133:5555/invoke/test/soma?parcela1=4&parcela2=4&operacao=soma[/url]
functions without problems, more when more than the one level of directory and I make the call of the following form:
[url=“http://10.160.0.133:5555/invoke/test/test/soma?parcela1=4&parcela2=4&operacao=soma”]http://10.160.0.133:5555/invoke/test/test/soma?parcela1=4&parcela2=4&operacao=soma[/url]
does not find the service, has some ideia of that it is?