Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6363799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:04:55+00:00 2026-05-25T00:04:55+00:00

I am trying to deploy an axis 1.4 service using deploy.wsdd and maven axis

  • 0

I am trying to deploy an axis 1.4 service using deploy.wsdd and maven axis tools plugin,
I have configured the pom.xml but getting error where it needs inputFiles.
Please refer my POM below

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>axistools-maven-plugin</artifactId>
    <version>1.4</version>
    <executions>
        <execution>
          <id>deploy-service</id>
          <goals>
          <goal>admin</goal>
        </goals>
        <configuration>
           <inputFiles>
            <inputFile>/src/main/resources/config/axis/deploy.wsdd</inputFile>
            <inputFile>/src/main/resources/configaxis/undeploy.wsdd</inputFile>
          </inputFiles>
          <isServerConfig>true</isServerConfig>
          <configOutputDirectory>/src/main/webapp/WEB-INF</configOutputDirectory>
           </configuration>
       </execution>
    </executions>
</plugin>

I am getting error where I am setting the inputFiles (Which is ArrayList type according to the documentation). Please let me know what is problem with this setting and find the error below

Command :

mvn clean axistools:admin

Error :

[INFO] One or more required plugin parameters are invalid/missing for 'axistools:admin'

[0] Inside the definition for plugin 'axistools-maven-plugin' specify the following:

<configuration>
  ...
  <inputFiles>VALUE</inputFiles>
</configuration>

-OR-

on the command line, specify: '-DinputFile=VALUE'

Please let me know what is the value I need to set?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:04:56+00:00Added an answer on May 25, 2026 at 12:04 am

    I have modified the pom file as follows and it worked

    <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>axistools-maven-plugin</artifactId>
        <version>1.4</version>
         <configuration>
               <inputFiles>
                <inputFile>/src/main/resources/config/axis/deploy.wsdd</inputFile>
                <inputFile>/src/main/resources/configaxis/undeploy.wsdd</inputFile>
              </inputFiles>
              <isServerConfig>true</isServerConfig>
              <configOutputDirectory>/src/main/webapp/WEB-INF</configOutputDirectory>
         </configuration>
        <executions>
            <execution>
              <id>deploy-service</id>
              <goals>
              <goal>admin</goal>
            </goals>
           </execution>
        </executions>
    </plugin>
    

    But there was another problem, I have to give full path in the inputFile and did not add the file for undeploying the web service.
    The plugin executed the AdmitClient, but the problem was that it could not create server-config.wsdd as it could not find the compiled class files. Basically the java are located in src/main/java and compiled to target/classes .
    I am still figuring out how to rectify this problem..
    There is not much documentation about this plugin

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to deploy a webapplication using maven cargo plugin into tomcat server.
Hi I am trying to deploy an application using webstart. I have a requirement
I am trying to deploy and run my webapplication using maven and its tomcat
I'm trying to deploy my Rails app to my webhost (DreamHost) using Capistrano but
I'm trying to deploy a JSP-page on Jetty, using the Jetty WTP plugin for
I'm trying to deploy elmah . For inexplicable reasons, I'm getting an error: .axd
I'm trying to deploy to a slicehost slice using this config/deploy/production.rb file. I'm clueless
I'm trying to deploy an application on Azure but I'm facing some problems. on
Am trying to deploy my CLR Trigger built on .Net 4.0 but changed the
So I'm trying to deploy my app to heroku but it keeps giving me

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.