Re: mvn and wasdl2code

2007-02-21 Thread Anders Malmborg
Tony, thanks for the tip. I added the section but it did not change the outcome. Since then I've tried to use the wsdl2java.bat/wsdl2java.sh without the maven plugin. This also ends with an exception. However another one... Obvisiously the wsdl is far from perfect... But it can be used to gener

Re: mvn and wasdl2code

2007-02-21 Thread Tony Ambrozie
I believe you are missing wsdl4 dependency. wsdl2code plugin uses it and when I looked at it some time ago it did not have it in its pom, so you may need to add it in the wsdl2code plugin dependencies section: wsdl4j wsdl4j

Re: mvn and wasdl2code

2007-02-20 Thread Anders Malmborg
Running mvn generate-source I get the following error: [INFO] [axis2-wsdl2code:wsdl2code {execution: default}] [INFO] [ERROR] FATAL ERROR [INFO] [INFO]

Re: mvn and wasdl2code

2007-02-05 Thread Tony Ambrozie
JIm, I would suggest you try the following, this works for me: [...] org.apache.axis2.maven2 axis2-wsdl2code-maven-plugin 1.1 [...] Thanks' On 2/5/07, Jim Alateras <[EMAIL PROTECTED]> wrote: Hi, I was wondering whether anyone has su

mvn and wasdl2code

2007-02-05 Thread Jim Alateras
Hi, I was wondering whether anyone has successfully used the wsdl2code mvn2 plugin. The initial problem that I am having is locating and downloading a version of the plugin. Here is the error. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'wsdl2code'. [