Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Axis deployment endpoint

843834Jun 23 2004 — edited Jun 30 2004
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2004
Added on Jun 23 2004
1 comment
206 views