Axis deployment endpoint
843834Jun 23 2004 — edited Jun 30 2004Hi,
I had created a .wsdd file and use AdminClient to deploy the webservice on my web server. The problem is that after deployment i could not get the wsdl endpoint address to point to my web server's domain hostname(e.g. www.domain.com:8080), it always generate the host 'localhost'.
I had tried
java -cp %axisclasspath%;. org.apache.axis.client.AdminClient -lhttp://www.domain.com:8080/axis/services/MyService deploy.wsdd
but it gave me "(401)unauthorized". Am i missing something? Had been experimenting and searching for clues but in vain.. How do you change the endpoint?
Thanks in advance!
Regards,
Stanly