Re: Axis 1.4 and Java 1.6 - SOAPElement problem

2008-11-12 Thread TAnnison
I have exactly the same issue - is there a known solution, other than reverting to Java 1.5? Cheers Tracey Arijit Mukherjee wrote: > > Hi All > > So long I was using Axis 1.2.1 and Java 1.5, and was able to > successfully add my custom XML document within a SOAPMessage. I create > the XML do

Re: Changing Axis SOAP from rpc/encoded to document/literal or wrapped

2007-11-27 Thread TAnnison
Thanks, Anne Oddly enough, I did locate and try a SpringBeanMsgProvider just yesyerday, and that's meant to handle the other sorts of messages. But it made no difference at all to the XML it put out! Which is mystifying to me. I'm wondering if maybe the wsdd only controls Axis for incoming messag

Re: [AXIS2] Anyone using spring with axis2 ?

2007-11-26 Thread TAnnison
Aha! >From this info below, I see that I need different handler classes for different service styles - that's more than I knew before! And it seems as though such classes are available out there somewhere, perhaps? We are currently using com.workingmouse.webservice.axis.SpringBeanRPCProvider fo

Changing Axis SOAP from rpc/encoded to document/literal or wrapped

2007-11-26 Thread TAnnison
I'm a SOAP newbie, working on a project that has already been configured by coders that have since departed. And I'm floundering about a bit, and wondering if you could possibly give me some advice? We have a Java project built with the Spring framework, using Axis in order to provide webservice