>> [1] - http://axis2m.svn.sourceforge.net/viewvc/axis2m/trunk/axis2m/
>> [2] - http://axis2m.sourceforge.net/axis2m-spring.html
>
> You guys should add junit to your pom as a dependency with scope "test".
Please disregard this. It actually applies to the other project
mentioned in this thread.
On Wed, Mar 10, 2010 at 11:27 PM, Sagara Gunathunga
wrote:
>
> Hi Dave,
>
> As mentioned wsf/spring provides clear idea about how to configure/
> initialize Axis2 using Spring ApplicationContext. If you intent to use
> spring namespace handlers within the ApplicationContext take a look at
> [1]
On Wed, Mar 10, 2010 at 3:56 PM, David Durham wrote:
> I should also add that I do not intend to have an axis2.xml file
> anywhere. I want to have complete control over the initialization of
> my axis environment programatically. These seems to be more
> difficult than it shou
I should also add that I do not intend to have an axis2.xml file
anywhere. I want to have complete control over the initialization of
my axis environment programatically.These seems to be more
difficult than it should be.
Thanks,
Dave
On Wed, Mar 10, 2010 at 3:39 PM, David Durham wrote
So I'm doing something unusual, I have a spring namespace handler so
that I end up with a spring config like this:
Where is my magic where I end up with requests
routed to a Handler. Now, my handler logic looks basically like this:
if (requestURL.endsWith(".wsdl") {
// serve up th