Gilton Nascimento

Greenhorn
+ Follow
since Feb 10, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gilton Nascimento

Try to use this code to register your WebService:
-> java org.apache.axis.client.AdminClient deploy.wsdd

But, in case the port you're trying to register into the server isn't 8080, use this one below:
-> java org.apache.axis.client.AdminClient -p 80 deploy.wsdd

Where -p is the command to set the server port.
14 years ago