Re: hiding services

2012-05-21 Thread Sagara Gunathunga
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

AxisFault: An unknown transport called https exists when using asynchronous API

2012-05-21 Thread Christopher Legan
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.

Re: AxisFault: An unknown transport called https exists when using asynchronous API

2012-05-21 Thread Christopher Legan
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

Re: Axis2-1.6.2 generated stubs fails to use module rampart

2012-05-21 Thread Asen
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

axis2 mtom attach document to response - help please

2012-05-21 Thread eric johnson
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);      

[Axis2] Log of soap messages creates mutiple logs, instead of just one.

2012-05-21 Thread JOSE L MARTINEZ-AVIAL
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