Hi all,

I am trying axis and I want to deploy a web service by using Adminclient :

java org.apache.axis.client.AdminClient hello.wsdd

That works fine when I execute it on the same host that tomcat server.

But It doesn't work when I try to call the AxisServlet from another host
I typed :
java org.apache.axis.client.AdminClient -lhttp://foo:8080/axis/servlet/AxisServlet hello./wsdd


The logs on tomcat servers says "Rejected remote access from host /foo".

Is there something I forgot to do ?

Thanks for your help

Virginie

Reply via email to