RE: Initializing Web Service (Server) before first request received

2010-02-14 Thread Oded Onn
First, thank you Deepal, Michael, Charles and Kouki for your help. Second, after playing with different options, I ended up with a very easy solution. 1. The business logic class implements the interface org.apache.axis2.engine.ServiceLifeCycle 2. Add the class attribute to your service in the

RE: Strange issue with Axis2 setting improper default namespaces in responses

2010-02-14 Thread Doughty, Michael
So I tested an existing client written using Axis2 1.4.1 and Rampart 1.4 against the Web service today written using Axis2 1.5.1 and Rampart 1.5. With encryption and signature turned off things went fine, but when encryption and signature were turned on, the client sent a proper request that

Problem with wsdl2code..

2010-02-14 Thread Harlan Gray
Hi, I am building a web service project with Maven 2.0.9 and Netbeans 6.8. When I try to build the project I get the following log with an error at the end. This error occurs when I use a new location for the repository (made the change localRepositoryD:/maven_repo/localRepository in settings.xml