This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes axis java:msg webservice error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "axis java:msg webservice error" Watch "axis java:msg webservice error" New topic
Author

axis java:msg webservice error

vinod shirke
Greenhorn

Joined: Oct 14, 2005
Posts: 4
environment : win2k professional,Tomcat 4.1.27,Axis 1.2.1final release
when trying to deploy the .wsdd file to deploy the following errors are shown

C:\axis-1_2_1\applications>java org.apache.axis.client.AdminClient -1 http://localhost:8080/axis/services/AdminService CatalogPublisherServiceDeploy.wsdd
Processing file http://localhost:8080/axis/services/AdminService
Exception: http:\localhost:8080\axis\services\AdminService (The filename, directory name, or volume label syntax is incorrect)

contents of .wsdd files are

<deployment
xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
<service name="CatalogPublisherService" provider="java:MSG">
<parameter name="className"
value="wroxaxis.chapter2.messaging.CatalogPublisherService"
/>
<parameter name="allowedMethods" value="publishCatalog"/>
</service>
</deployment>

I tried the things by removing the packages also but failed

Best Regards




Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
The syntax of the command is incorrect. You can see that it mistakes a URL for a file. It should read "-l", and not "-1", and there shouldn't be a space between the "-l" and the URL.
[ October 22, 2005: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: axis java:msg webservice error
 
Similar Threads
Issue when deploying wsdd file
Axis Server Confi...
Axis and JBOSS
Unable to test webservice using a client
Unable to use the WS