Hi Willem, I am glad to see that you are putting together this testcase. What is going to happen to performance testcases that are already there in the CeltiXfire repository? Are you planning to consolidate them or will this be a separate testcase? Btw, Do you have JIRA filed for this? If not, can I ask you to put one in place?
> Current CXF doesn't support the wrapped and bare message at the same time. > I just want to ask do we have any plan to support it, maybe this > milestone or next will support it. Yes, we should certainly plan to support both wrapped and bare messages in the same Interface. The style of message def determined for generating code is specific to an operation. My understanding is that the JAX-WS annotations for each operation determine what the message style is. Are we making any global assumption in the JAX-WS front end code? Is so, I would say that's a bug. That said, Is it possible to proceed by commenting out the operations (sendSimpleEvents) that are bare for the moment? so that you can make progress in actually putting together the performance testcase. Thanks, Adi Sakala > -----Original Message----- > From: Jiang, Ning (Willem) > Sent: Monday, October 09, 2006 5:24 AM > To: [email protected] > Subject: Re: CXF performance test case with Axis > > Hi , > > I just used Benchmark wsdl [Benchmark] to generate JAXWS implementation > by wsdl2java and found out this is mix style (not only wrapped but also > bare) implementation. > Current CXF doesn't support the wrapped and bare message at the same time. > I just want to ask do we have any plan to support it, maybe this > milestone or next will support it. > > [Benchmark]http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/jav a/modules/integration/test/sa > mples/wsdl/bench/Benchmark.wsdl > > Thanks, > Willem. > > Jiang Ning wrote: > > > Hi, > > URL[1] show some performance test result about Axis1 and Axis2 by > > WSO2. IMO this would be an benchmark for JAXWS implementation. I will > > began to port these test case to CXF. > > Any suggestions are welcome. > > > > [1]http://www.wso2.net/2006/05/axis2_performance_testing_round_1 > > > > Thanks, > > Willem. > > > >
