How java.lang.Object is handled in Axis2 1.4.1?

2010-02-11 Thread Chinmoy Chakraborty
I am using using Axis2 1.4.1. I found if I have argument of a service of type "*java.lang.Object*", Axis2 internally converts it into "* javax.activation.DataHandler*". So Axis2 does support "java.lang.Object" as argument of a service method? Chinmoy

Re: Axis2/Rampart WS-Security performance

2010-02-11 Thread Asankha C. Perera
Hi Amila > > > In the very first scenario upto 640 concurrency level both have > same through put while for 1280 threads UE has a sudden increment > and for 2560 other ESB has a relatively high change. What could be > the reason for that? > Which set are you referring to - the W

Re: Axis2/Rampart WS-Security performance

2010-02-11 Thread Amila Suriarachchi
On Thu, Feb 11, 2010 at 10:23 PM, Asankha C. Perera wrote: > Hi Amila > > how many messages you sent for one scenario test? > > i.e for eg 500b message with 640 threads > This depends on the concurrency, and can be found exactly by looking at > the script used to run the load test. For example, wh

Anyone know how to deserialize xml into java object?

2010-02-11 Thread Ivan Cheung
Hi, I have web service that I need to integrate with, the service is unable and slow. I am trying to mock it out (by building a simulator) so in case it is down, we can use the simulator and our dev is not affected. I have used wsdl2java to generate the client stub, I was able to serialized the

How do I deserialize xml into a java object.

2010-02-11 Thread Ivan Cheung
Hi, I have web service that I need to integrate with, the service is unable and slow. I am trying to mock it out (by building a simulator) so in case it is down, we can use the simulator and our dev is not affected. I have used wsdl2java to generate the client stub, I was able to serialized the

[jira] Commented: (AXIS2-4356) WSDL2Java doesn't support xsd:elem...@fixed

2010-02-11 Thread ALB (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832665#action_12832665 ] ALB commented on AXIS2-4356: I'm looking to have elements with a fixed attribute set when the c

RE: Please Unsubscribe

2010-02-11 Thread Nilesh.Vyas
Thanks Martin. But I could not find the instructions to unsubscribe Thanks Nilesh From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Wednesday, February 10, 2010 1:27 PM To: axis-dev@ws.apache.org Subject: RE: Please Unsubscribe this is a golden opportunity for everyone at WF to learn Web Ser

Re: Axis2/Rampart WS-Security performance

2010-02-11 Thread Asankha C. Perera
Hi Amila > how many messages you sent for one scenario test? > i.e for eg 500b message with 640 threads This depends on the concurrency, and can be found exactly by looking at the script used to run the load test. For example, when 20 users were being used, the iterations were 1000, while for 2560

Re: Axis2/Rampart WS-Security performance

2010-02-11 Thread Amila Suriarachchi
hi Asankha, how many messages you sent for one scenario test? i.e for eg 500b message with 640 threads In the very first scenario upto 640 concurrency level both have same through put while for 1280 threads UE has a sudden increment and for 2560 other ESB has a relatively high change. What could

Re: HELP: Monitoring SOAP request

2010-02-11 Thread Amila Suriarachchi
On Thu, Feb 11, 2010 at 4:59 PM, Marco Indaco wrote: > Hi at all, > i'm working on Apache ODE, and my objective is to modify soap request > an external web service of flow at run-time, > ODE is based on framework axis 2. > > My idea is based on intercept SOAP request in XML format, modify it, > an

RE: Axis2/Rampart WS-Security performance

2010-02-11 Thread Martin Gainty
i found building an AXIOM DOM object graph the easiest way to transmit both the inmessage and outmessage For each complexType Axis WSDL2jAVA/wsdl2cODE their own parse method which in turn references an extensionMapper tied to that parse ..so 250 complexTypes have 250 different parse lookup met

HELP: Monitoring SOAP request

2010-02-11 Thread Marco Indaco
Hi at all, i'm working on Apache ODE, and my objective is to modify soap request an external web service of flow at run-time, ODE is based on framework axis 2. My idea is based on intercept SOAP request in XML format, modify it, and inject a new SOAP request to framework. I saw that MessageContex

Re: Axis2/Rampart WS-Security performance

2010-02-11 Thread Dennis Sosnoski
Hi Asankha, From what I've seen, most of the performance problems with Axis2/Rampart lay outside of WSS4J. Rampart could certainly do a better job of optimizing its use of WSS4J - for example by not going through the overhead of constructing an AXIOM DOM representation of the message and pass

[Axis2] - Complex Types in WSDL

2010-02-11 Thread Mani Rana
Hello Sir/Madam, We have a Java web service that uses a complex data type (array of custom objects inside an array of custom objects) and are trying to deploy it using Axis2. We are noticing that Axis2 is not creating the wsdl properly. The wsdl file does not contain definitions for the custom o