Hello Guys,

I m using maven 2.0.9.
Have completed the proxy settings in setting.xml.
This is my pom:

<project>
                <modelVersion>4.0.0</modelVersion>
                <groupId>org.apache.axis2</groupId>
                <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
                <version>2</version>
  <build>
        <plugins>
                <plugin>
                        <groupId>org.apache.axis2</groupId>
                        <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
                                <version>1.4</version>
                        <executions>
                                <execution>
                                        <goals>
                                                <goal>wsdl2code</goal>
                                        </goals>
                                <configuration>
                                        
<packageName>com.mblox.soap.paymentapi</packageName>
                                        <wsdlFile>payment.wsdl</wsdlFile>
                                </configuration>
                                </execution>
                        </executions>
                </plugin>
        </plugins>
    </build>
</project>

And getting the above exception.
Please help me to remove the exception and generate JAVA code out of a wsdl.

Thanks,
Asif

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to