Re: Using maven to create Client jar

2011-02-10 Thread Håkon Sagehaug
Hi Thanks for the tips, I 'll try them out. cheers, Håkon On 10 February 2011 19:06, Tharindu Mathew wrote: > I think you are looking at creating a client stubs jar inside of maven. You > can use an ant task inside maven to do this. Have the regular maven stuff > with an ant task. > > Hope thi

Re: AW: [AXIS2] : SSL implementaion not available

2011-02-10 Thread aashish
Hi Josef How do i check if my server can accept those requests. I have tried to enable it to do so. The endpoint is calling the https port of the server. I'll see if the call leaves the client using tcpmon. Thanks From: Stadelmann Josef To: java-user@axis.apa

Re: Using maven to create Client jar

2011-02-10 Thread Tharindu Mathew
I think you are looking at creating a client stubs jar inside of maven. You can use an ant task inside maven to do this. Have the regular maven stuff with an ant task. Hope this helps. Ex: org.apache.maven.plugins maven-antrun-plugin 1.1

RE: Using maven to create Client jar

2011-02-10 Thread Caristi, Joe
We use the Maven Assembly Plugin to do this: http://maven.apache.org/plugins/maven-assembly-plugin/ From: Håkon Sagehaug [mailto:hakon.sageh...@uni.no] Sent: Tuesday, February 08, 2011 10:45 AM To: java-user@axis.apache.org Subject: Using maven to create Client ja

AW: [AXIS2] : SSL implementaion not available

2011-02-10 Thread Stadelmann Josef
Can your server really accept HTTPS requests? How is your End Point defined? Which port is your endpoint calling? 8080 or … the one where SSL requests are expected? If your server is not configured to understand SSL, but your client sends an encrypted request to the SSL port at the server, the s