Does axis2-java2wsdl-maven-plugin work (with Axis2 1.5)?

2009-10-20 Thread David Dearing
I am trying to get the java2wsdl Maven plugin to work with no luck. Does anyone have this plugin working? I am using Axis2 1.5 and when I run "mvn axis2-java2wsdl:java2wsdl" I get a NullPointerException. Can anyone offer some help? Thanks! dave from my pom.xml: org.apache.axis2

Trouble with Maven including rampart.mar as client-side dependency

2009-10-19 Thread David Dearing
I am trying to run Axis2+Rampart for a simple example with plain text UsernameToken and Password. I am using Axis2 1.5 and Rampart 1.4. I have a secured service hosted by Axis that works fine with maven. The rampart and rahas modules are deployed correctly, using the mar files from my maven repo

Re: AbstractMethodError in simple Rampart client?

2009-10-12 Thread David Dearing
ends on very stable APIs (Activation, JavaMail and StAX), the only > possible explanation is that you have a mix of Axiom libraries from > different versions. Probably the version of axiom-dom you are using is > older than the version of axiom-api. > > Andreas > > On Fri, Oc

Re: [Axis2] AbstractMethodError in simple Rampart client

2009-10-09 Thread David Dearing
David Dearing wrote: > I have created a simple Axis2 "echo" service and client and am now > trying to add Rampart security, starting with a simple UsernameToken and > plain text Password. > > The secured service is running and it rejects client calls that are > miss

AbstractMethodError in simple Rampart client

2009-10-09 Thread David Dearing
I have created a simple Axis2 "echo" service and client and am now trying to add Rampart security, starting with a simple UsernameToken and plain text Password. The secured service is running and it rejects client calls that are missing the required SOAP header. I set up the client to add the use