Re: Does the service client caches attachments by default ?

2010-06-07 Thread Andreas Veithen
Jorge, Can you try that with Axis2 1.6-SNAPSHOT? Andreas On Mon, Jun 7, 2010 at 23:58, Jorge Medina wrote: > Hi Axis2 users: > >    I am accessing a service that provides the response with an MTOM > attachment. (The attachment can be just hundreds of  KB up to 75 MB). >    I am using an Axis2 v

Re: Does the service client caches attachments by default ?

2010-06-07 Thread Jorge Medina
and just in case someone asks, this is what the server is sending, followed by the attachment (that I omitted) http://schemas.xmlsoap.org/soap/envelope/ "> 137778386 http://www.w3.org/2004/08/xop/include"; href="cid:2b2ed5e7-54cc-4dd4-a6

Re: Does the service client caches attachments by default ?

2010-06-07 Thread Jorge Medina
Also, I want to make a recommendation to the users of my service. Although they may use any SOAP client, I provide them with a pre-compiled client using Axis2 v1.5.1 (yeah, I know, they could generate their own) I want to give some advise on how to use the service when using Axis2. If the client ca

Does the service client caches attachments by default ?

2010-06-07 Thread Jorge Medina
Hi Axis2 users: I am accessing a service that provides the response with an MTOM attachment. (The attachment can be just hundreds of KB up to 75 MB). I am using an Axis2 v 1.5.1 client. My client code looks something like: MyServiceResponse myServiceResponse=service.downloa

Get Request URI from within Axis2 web service

2010-06-07 Thread Larry Gilliam
Hello, Try as I might, I can't find a way to obtain the request URL from within my Axis2 webapp. I've tried looking in the MessageContext, which I obtained via: MessageContext.getCurrentMessageContext(); and I tried from the AxisService I obtained from the returned MessageContext above. P

Re: Loading a Custom Deployer

2010-06-07 Thread Deepal Jayasinghe
What is "C:\Users\CSinschek" ? Your depoyer need to be some place where Axis2 can find that using either default class path or using it libraries. And your deployer need to have a default constructor as well. Deepal On Mon, Jun 7, 2010 at 1:56 AM, Jan Sinschek wrote: > No, it stands that > $ C

Re: Does Axis2 support 2d array?

2010-06-07 Thread Deepal Jayasinghe
Axis2 does not support 2D arrays for POJOs, but I am not sure about the code generation. On Mon, Jun 7, 2010 at 4:32 AM, Chinmoy Chakraborty wrote: > Hello, > In the following link, I noticed that Axis2 does not support 2D array. Does > it support in latest released code? > http://software.itags.

Does Axis2 support 2d array?

2010-06-07 Thread Chinmoy Chakraborty
Hello, In the following link, I noticed that Axis2 does not support 2D array. Does it support in latest released code? http://software.itags.org/apache/15330/ Chinmoy