Greetings All,
Wonder if you guys could possibly help resolve a small issue that I'm
currently experiencing.
I have created a server Axis webservice, and deployed it on Weblogic 8.x.
When I try to register the webservice using Ant it says succesful.
Here is the following Ant task:
<target name="axis-deploy">
<axis-admin
url="http://jdev:27110/axis/services/AdminService"
username="${deploy.ws.username}"
password="${deploy.ws.password}"
port="${deploy.host.port}"
hostname="${deploy.host.ip}"
failonerror="true"
servletpath="/axis/services/AdminService"
debug="true"
xmlfile="./src/com/newlot/ws/deploy.wsdd"
/>
</target>
And the output:
Buildfile: D:\Projects\WS3.3\WS\WS-VCMProxy\build.xml
axis-deploy:
[axis-admin] Processing file
D:\Projects\WS3.3\WS\WS-VCMProxy\src\com\newlot\ws\deploy.wsdd
[axis-admin] <Admin>Done processing</Admin>
BUILD SUCCESSFUL
Total time: 1 second
If I go to the servlet list:
http://jdev:27110/axis/servlet/AxisServlet, only the default webservices are
listed.
I can't find any errors in the Weblogic log. Any ideas as to what the
problem could be?
Regards,
Miguel