Hi,
   
    I have this issue.
<plugin>
          <groupId>org.codehaus.mojo</groupId>
        <artifactId>axistools-maven-plugin</artifactId> 
         <executions>
          <execution>
            <goals>
              <goal>wsdl2java</goal>
            </goals>
          </execution>
        </executions>
        <configuration>          
          <packageSpace>wsdl</packageSpace>
           <testCases>true</testCases>
           <serverSide>true</serverSide>
          <allElements>true</allElements>
        </configuration>
      </plugin>
When I try to use the plugin by giving the path to the wsdl file as in
directory named wad it does not recognize it.
Could you please help me out with this?

This is what I get.
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
----
[INFO] Building sample
[INFO]    task-segment: [clean, install]
[INFO]
------------------------------------------------------------------------
----
[INFO] [clean:clean]
[INFO] Deleting directory C:\projects\wireless\sample-wsclient\target
[INFO] Deleting directory
C:\projects\wireless\sample-wsclient\target\classes
[INFO] Deleting directory
C:\projects\wireless\sample-wsclient\target\test-classes
[INFO] Deleting directory
C:\projects\wireless\sample-wsclient\target\site
Downloading: http://XXXXX/maven/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
Downloading:
http://repo1.maven.org/maven2/axis/axis-jaxrpc/1.4/axis-jaxrpc-1.4.pom
Downloading: http:// XXXXX /maven/axis/axis-saaj/1.4/axis-saaj-1.4.pom
Downloading:
http://repo1.maven.org/maven2/axis/axis-saaj/1.4/axis-saaj-1.4.pom
Downloading: http:// XXXXX
/maven/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
Downloading:
http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
[INFO] [axistools:wsdl2java {execution: default}]
[INFO] about to add compile source root
[INFO] Nothing to generate. All WSDL files are up to date.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to
C:\projects\wireless\sample-wsclient\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

C:\projects\wireless\sample-wsclient\src\main\java\com\ccc\wireless\ws\P
remiumServicesWSClient.java:[3,42] pac
kage com.cc.abc.business.vo.common does not exist

This is what I get.

I appreciate your help.

Thanks,
Samanth Marisetty.

Reply via email to