Re: Handling Large data in a method call

2009-05-05 Thread Sudhir Mongia
Hi, Has anyone got any experience in this type of problem ? One possible solution we used temporarily is, pass data fragment in in a call and do multiple calls to send the complete data.But we are reluctant to go with this approach in production. Any help/pointer ? Thanks, Sudhir On Mon, May 4,

Axis2 Performance Tips

2009-05-05 Thread ibrahim demir
Hi All; I woner if there is performance tips and tricks guide for Axis2. I have tried to optimize my sevice and tried to make it simpler in order to have fast response but I believe that is not enough. So can you share your experiences or tips here on performance optimizations about Axis2. For

RE: Axis2/Rampart 1.4 - Ecrypt header information

2009-05-05 Thread Martin Gainty
from what I have seen from Rampart axis2.xml the 'Signature Encrypt Timestamp' InflowSecurity/OutflowSecurity parameters would contain these elements Timestamp Signature client client.properties org.apache.rampart.samples.sample04.PWCBHandler Direct

WS-Policy info in module.xml

2009-05-05 Thread Jonas Buys
What precisely is the difference between the elements and in module.xml? How do you cope with these features programmatically? Thx!

SOAP Header: Message gets modified by AXIS2.

2009-05-05 Thread Walsh, Richard (Dublin)
Hi There, I am trying to add a SOAP Header to a WSDL in AXIS2 version 1.4.1. When I do I see that after I give the WSDL to AXIS2 that it generates two Request Messages, one that contains the message that I want to pass into the operation, and the other that contains a message that I want t

Custom module engagement in Axis2

2009-05-05 Thread Makesh Rao
Hi We are planning to build a custom module in Axis2 that is required to get enabled in INOnly, INOUT & OutOnly patterns. We have a webservice that will use this implementation. I had some doubts on how Axis2 behaves in the OutOnly mode (or even OutIn). The use case is that our service calls an

Re: Axis2 Performance Tips

2009-05-05 Thread David Rees
On Tue, May 5, 2009 at 1:29 AM, ibrahim demir wrote: > I woner if there is performance tips and tricks guide for Axis2. I have > tried to optimize my sevice and tried to make it simpler in order to have > fast response but I believe that is not enough. Yes, there are a number of things you can do

[Axis2] Creating a single executable jar

2009-05-05 Thread Lourenço
Hi everyone, I would like to bundle all jar files from the lib directory of the Axis2 Standard Binary Distribution into a single axis2.jar file which I could run. For example, part of the tree structure is: bin/ axis2server.bat (includes all jar files from lib in the classpath and afterwards lau

Re: Handling Large data in a method call

2009-05-05 Thread Dennis Sosnoski
Hi Sudhir, Are you using WS-Security for the service? WS-Security builds an in-memory model of the XML if you're using signatures (and perhaps at other times - I haven't checked, but there appeared to be some issues in this area). If you're not using WS-Security this type of data should not

Re: Handling Large data in a method call

2009-05-05 Thread Sudhir Mongia
Hi Dennis, We are not using WS-Security. Still its paining us. The problem we are facing is memory consumption while serialization. We are using xmlbeans databinding, we couldn't go for ADB as it doesn't supports Complex type extension and restrictions and we have not evaluated other binding opt

Re: Handling Large data in a method call

2009-05-05 Thread Sudhir Mongia
Hi Dennis, Thanks for your reply, Sorry I missed to thanks you in my previous email, I was slightly inside the problem. Just to add here we are also thinking of using another approaches like http chunking. Thanks, Sudhir On Wed, May 6, 2009 at 10:12 AM, Sudhir Mongia wrote: > Hi Dennis, > We ar

Re: Handling Large data in a method call

2009-05-05 Thread Dennis Sosnoski
XMLBeans serializes everything in-memory, so that's likely the cause of your problems. Depending on your schema you may find either ADB or JiBX a better option. Both ADB and JiBX provide pretty good support for complex type extension, though JiBX doesn't support runtime typing (with xsi:type in

Re: [ANNOUNCE] Axis2 1.5 Release Candidate refreshed and ready for testing

2009-05-05 Thread Amila Suriarachchi
On Fri, May 1, 2009 at 9:18 AM, Glen Daniels wrote: > Hi all! > > New version of Axis2 1.5 Release Candidate is ready, including a) > NOTICE/LICENSE files in the jars, b) some JiBX fixes from Dennis, c) some > fixes from Amila, d) a README which is more clear about building from > scratch. Pleas

Re: Handling Large data in a method call

2009-05-05 Thread Dennis Sosnoski
HTTP chunking is probably already in use, but in any case is unlikely to make any difference in your memory usage. XMLBeans *always* builds the document representation in memory - that's just how it's written. The representation it builds is not as memory-intensive as that used by WS-Security,

Re: Axis2 Performance Tips

2009-05-05 Thread ibrahim demir
Hi David; Thanks for the tips. That was what I really wanted to see here. Sharing these informations are much more valuable than referencing to the guides. I am on the both side. I am serving some services and calling some .NET services also. But what I want to speed is the client side. I will

[Axis2] Mapping qname not fond for the package

2009-05-05 Thread Marc Lefebvre
I have something very simple I am trying to do and am getting this error and feel that its something obvious I am over looking. Here is what I have: I have a class: Foo(), which is my webservice class and is deployed into a Axis2 using Java2WSDL and a class FooBean(), which is created within t

[Axis2] RuntimeException on timestamp = "" when timestamp minOccurs="0",

2009-05-05 Thread ChunTung POON
Hi All, I am running my client on java 1.4 with axis2 1.4.1 I am able to send the server message. However, axis2 seems like cannot construct the response from the soap message the server replied. Following exception occurred when the client tried to construct the response from the soap message.