On Sun, May 20, 2012 at 2:11 PM, Kishanthan Thangarajah <
kshanth2...@gmail.com> wrote:
>
>
> On Mon, Apr 30, 2012 at 4:06 PM, Sagara Gunathunga <
> sagara.gunathu...@gmail.com> wrote:
>
>>
>>
>> On Fri, Apr 27, 2012 at 7:45 PM, Chris van Es wrote:
>>
>>> Thanks Kishanthan.
>>>
>>>
>>> On 27 Apri
I create the Stub with useSeparateListener = true
I have these in axis2.xml, which is loaded into ConfigurationContext when
creating the Stub.
HTTP/1.1
chunked
HTTP/1.1
chunked
When I call an operation with https endpoint, I get this:
org.apache.
Nevermind. I got it.
8080
8443
Christopher Legan
Sr Software Engineer | Lextech Global Services
christopher.le...@lextech.com
M. 815.630.7635
www.lextech.com | Apps for a Mobile Workforce
Twitter/LextechApps
On May 21, 2012, at 11:43 AM, Christopher Legan
Solved:
1. I have set two system properties from my startup servlet.
System.setProperty(org.apache.axis2.Constants.AXIS2_CONF,
config.getServletContext().getRealPath("/WEB-INF/conf/axis2.xml"));
System.setProperty(org.apache.axis2.Constants.AXIS2_REPO,
config.getServletContext().getRealPath("/WEB
Hi,
I'm having some trouble adding an attachment to my response after
attempting to follow the instructions here:
http://axis.apache.org/axis2/java/core/docs/mtom-guide.html#
The example from that url I am following is:
OMElement imageElement = fac.createOMElement("image", omNs);
Hello all,
I just upgraded my webservices client from Axis1 to Axis2. With Axis1 I
was able to log the HTTP requests and responses just by adding the
following line to my log4j.properties
log4j.logger.org.apache.axis.transport.http=DEBUG
and it created nice logs where all the body of the http r