Axis2 version 1.5:
I have a SOAP web service deployed in the "transportsession" scope.
My service implements Lifecycle:
public class TestLifecycleSkeleton implements
TestLifecycleSkeletonInterface,
Lifecycle {
/**
* Auto generated method signature
*
* @param hello0
The current JAX-WS code doesn't support services packaged with a
services.xml file. See AXIS2-4611.
Andreas
On Wed, Apr 28, 2010 at 03:18, Ramakrishnan Srinivasan
wrote:
> Hello,
>
> I just started learning JAX-WS with Axis 1.5.1, and developing in Eclipse.
> So please help me. Its a very simple
2010/4/29 Håkon Sagehaug
> Hi all,
>
> My issue is related to Rampart 77[1], I get "Out of memory" when uploading
> a large file(650 mb), to a web service with mtom and rampart enabled. The
> stack trace looks like this
>
> java.lang.OutOfMemoryError: Java heap space
> at org.apache.axiom
On Thu, Apr 29, 2010 at 5:22 PM, Damian Carey wrote:
> Hello all,
>
> The summary of this post is "Can Axis2 support MultiRef"
>
> I'm Java desktop guy who is a novice at SOAP / HTTP / multiref / etc.
> I had never heard of multiref until today.
>
> Some months ago a large insurance company gave
Hi all.
These days I am upgrading SOAP Engine from jBossWS ( actually made from axis1.1
) to axis2(axis2-1.3).
I follow the instruction written in eclipse wiki page.
(http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html
)
All of them work fine except one
EnableFromBAOS attempts to read Long.MAX_VALUE length from InputStream as seen
here
((ReadFromSupport)os).readFrom(is, Long.MAX_VALUE);
//you can try bypassing by setting ENABLE_BAOS_OPT false
false
takk
Martin Gainty
__
Note de déni et d
Hello all,
The summary of this post is "Can Axis2 support MultiRef"
I'm Java desktop guy who is a novice at SOAP / HTTP / multiref / etc.
I had never heard of multiref until today.
Some months ago a large insurance company gave permission for our app
to connect to their system via their SOAP int
See http://markmail.org/message/lngu5rjeudvhpgob
On Thu, Apr 29, 2010 at 11:10, johniem wrote:
>
> I've just download the latest axis2.war and try to deploy it to Tomcat 5. And
> this is the error i got:
>
> INFO: Deploying web application archive axis2.war
> [ERROR] StandardWrapper.Throwable
> j
I've just download the latest axis2.war and try to deploy it to Tomcat 5. And
this is the error i got:
INFO: Deploying web application archive axis2.war
[ERROR] StandardWrapper.Throwable
java.lang.NoClassDefFoundError: org.apache.axis2.engine.AxisConfiguration
at java.lang.Class.initialize