On Wed, Jan 19, 2011 at 11:53 PM, Dennis Sosnoski wrote:
> The stubs are reusable, but not reentrant - so if you're running
> multiple threads you'll want to either create a new one each time
> (higher overhead), cache them per thread, or synchronize around each use
> (only if there's not much use
On Mon, Dec 13, 2010 at 10:51 PM, Andreas Veithen
wrote:
> On Tue, Dec 14, 2010 at 04:38, David Rees wrote:
>> For some strange reason with the axis2 1.5.3 release, Maven central
>> does not have the axis2-1.5.3.jar jar file. Instead it has a
>> "jar.jar" file - w
For some strange reason with the axis2 1.5.3 release, Maven central
does not have the axis2-1.5.3.jar jar file. Instead it has a
"jar.jar" file - weird! It appears that the base jar file has an
additional jar added to it.
For example, go to https://repository.sonatype.org/ and search for
axis2 -
On Mon, Sep 27, 2010 at 8:26 PM, Glen Daniels wrote:
> On 9/27/2010 10:13 PM, David Rees wrote:
>> After upgrading from axis2 1.4.1 to 1.5.2, I have noticed that the
>> generated function naming has slightly changed.
>
> Yup - 1.4.1 was doing it wrong and we fixed the defaul
After upgrading from axis2 1.4.1 to 1.5.2, I have noticed that the
generated function naming has slightly changed.
Instead of keeping the wsdl's original operation name, the first
character is lower cased (perhaps for Java naming conventions?
For example, if the wsdl operation name is ABCfunction