Re: [axis2] dynamic client invocation w/o intermediate class generation

2006-06-21 Thread Deepal Jayasinghe
So they can use RPCServiceClient it can support that Davanum Srinivas wrote: > Sanjiva, > > they want send and receive java primitives and beans. > > -- dims > > On 6/14/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > >> Hi Tony, >> >> Have you looked at the ServiceClient API? That's precis

Re: [axis2] client development

2006-06-21 Thread Deepal Jayasinghe
Hi Tony; Sorry for late reply; Service client has an API which can take WSDL and create e client for that , and after that you can invoke the service using the created client, But you have to create the OMElemnt and pass that to the whatever method you are going to use. public ServiceClient(Conf

[reminder] W3C WSDL 2.0 Implementors Call, Thursday, 2006-06-22, 1400 UTC (10 AM EDT)

2006-06-21 Thread Arthur Ryman
Let's use this call to firm up the agenda for the July 5-7 interop event. We need to plan the testing. Here is the callin info: IRC (see http://www.w3.org/Project/IRC/):  irc.w3.org:6665  #ws-desc   WS_DescWG(WSDL)  Web Services Description WG  Thursday, 22 June  10:00am-11:00am/14:00-15:00 U

[axis2] Axis2 BOF at ApacheCon EU

2006-06-21 Thread Sanjiva Weerawarana
Folks, we've signed up for a BOF at AC EU: http://wiki.apache.org/apachecon/BirdsOfaFeatherEu06 If you're coming to AC EU please come by for a healthy session :). I'd like to share this BOF with Axis2/Java and Axis2/C since both are following the same design. Sanjiva. -

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Davanum Srinivas
Rajith, i think you can continue working on Axis2 side of things...assuming WsmService is populated (and u can write some throwway code to populate it using annogen) -- dims On 6/21/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote: Dims & Eddie, > It'll be some work to get done, though, and an

[jira] Resolved: (AXIS2-832) JAXWSTest should only start and stop the server one time.

2006-06-21 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-832?page=all ] Rich Scheuerle resolved AXIS2-832: -- Resolution: Fixed > JAXWSTest should only start and stop the server one time. > - > > K

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Eddie O'Neil
Ah -- interesting. :) If what I'll try works (using our Mirror-like APIs), we shouldn't have any dependence on com.sun stuff -- you'll be able to plug an implementation in that provides the same information via reflection or whatever. It'll be some work to get done, though, and annogen is lik

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Davanum Srinivas
Whichever you think is right is ok with me. Let me clarify what i as thinking...I was trying to make sure that we avoid com.sun stuff (so that we can work in FOSS jvm's) and also work with JDK1.4 by using say Retrotranslator (http://retrotranslator.sourceforge.net/). thanks, dims On 6/21/06, Edd

Re: [jira] Commented: (AXIS2-532) Session Management

2006-06-21 Thread Rajith Attapattu
Hey Deepal,Thanks for the reply and no misunderstandings at all.I am defintely +1 for the module approach. (As I mentioned to you before)As long as I can add the config to the axis2 system module approach is great. Well infact module is the best approach. >And I think adding a method to get session

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Eddie O'Neil
Rajith-- Sounds good -- once you've got some code, send it along and I can get it into SVN. We still have the outstanding issue of how to check / validate the annotations on a POJO. What were your thoughts about how to do that? FWIW, I'll take a pass at seeing if the Mirror-like API we've got

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Rajith Attapattu
Eddie,Thanks for answering the concerns raised by Nicholas and Dennis.As dims pointed out, I will start with annogen to get the ReflectionWsmServiceFactory going.Regards,Rajith On 6/21/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Eddie,As i was telling Rajith, we'd like to try annogen based runt

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Eddie O'Neil
That's certainly an option, though it means that we'd need to rework the annotation checker which is what captures the interpretation of the 181 spec to move it away from using Mirror. The value in Mirror / apt is that it's supported in Eclipse tooling -- you can get syntax and semantic checkin

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Davanum Srinivas
Eddie, As i was telling Rajith, we'd like to try annogen based runtime annotation processing to start with. -- dims On 6/21/06, Eddie O'Neil <[EMAIL PROTECTED]> wrote: Nicholas -- Basically, yes. :) WSM will handle the complexity around the specification's details regarding the @WebServ

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Eddie O'Neil
Nicholas --  Basically, yes.  :)  WSM will handle the complexity around the specification's details regarding the @WebService annotation, SEIs, and WSDL binding.  There's code living here:    http://svn.apache.org/repos/asf/beehive/wsm/trunk/src/core/org/apache/beehive/wsm/processor/checker/Jsr181

Re: Annotation parsing framework for Axis2 (Re: [wsm] a plan)

2006-06-21 Thread Eddie O'Neil
Catching up on this thread... Dennis, sorry -- I led Rajith down the wrong path. I thought we'd used a Mirror API call in Beehive to retrieve all of the declarations that had an annotation of some type. Seems I remembered incorrectly. :) I'm not super famliar with Axis2 and don't know the se

[jira] Created: (AXIS2-837) Java2WSDL should generate a WSDL interface that accepts an empty SOAP Body

2006-06-21 Thread Davanum Srinivas (JIRA)
Java2WSDL should generate a WSDL interface that accepts an empty SOAP Body -- Key: AXIS2-837 URL: http://issues.apache.org/jira/browse/AXIS2-837 Project: Apache Axis 2.0 (Axis2) Type: Bug Re

[jira] Assigned: (AXIS2-836) Create tests for JAX-WS Provider

2006-06-21 Thread Rich Scheuerle (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-836?page=all ] Rich Scheuerle reassigned AXIS2-836: Assign To: Rich Scheuerle > Create tests for JAX-WS Provider > > > Key: AXIS2-836 > URL: http://issues

[jira] Created: (AXIS2-836) Create tests for JAX-WS Provider

2006-06-21 Thread Nick Gallardo (JIRA)
Create tests for JAX-WS Provider Key: AXIS2-836 URL: http://issues.apache.org/jira/browse/AXIS2-836 Project: Apache Axis 2.0 (Axis2) Type: Test Components: jaxws Reporter: Nick Gallardo We need to create a set of tests that

[jira] Created: (AXIS-2509) Throughput of tcpmon is limited to 4096 bytes

2006-06-21 Thread bert scheel (JIRA)
Throughput of tcpmon is limited to 4096 bytes - Key: AXIS-2509 URL: http://issues.apache.org/jira/browse/AXIS-2509 Project: Apache Axis Type: Bug Components: Basic Architecture Versions: current (nightly), 1.3

[jira] Updated: (AXIS2-832) JAXWSTest should only start and stop the server one time.

2006-06-21 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-832?page=all ] Jeff Barrett updated AXIS2-832: --- Attachment: patch_axis2-832.txt Server is now only started and stopped once in the attached patch. > JAXWSTest should only start and stop the server one time. > -

[jira] Commented: (AXIS2-830) WSDL2Java fails with NPE when soapAction attribute is missing

2006-06-21 Thread Mike McAngus (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-830?page=comments#action_12417106 ] Mike McAngus commented on AXIS2-830: >From section 3.4 of the wsdl 1.1 spec ( >http://www.w3.org/TR/wsdl#_soap:operation ): "For the HTTP protocol binding of SOAP, [soapAct

[jira] Created: (AXIS-2508) VetorDeserializer cannot deserialize Beans inside of a Vector

2006-06-21 Thread Steffen Heinzl (JIRA)
VetorDeserializer cannot deserialize Beans inside of a Vector - Key: AXIS-2508 URL: http://issues.apache.org/jira/browse/AXIS-2508 Project: Apache Axis Type: Bug Components: Serialization/Deserialization

[jira] Commented: (AXIS2-532) Session Management

2006-06-21 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-532?page=comments#action_12417068 ] Deepal Jayasinghe commented on AXIS2-532: - Hi Rajitha I wen through your patch + documents and they are great. But I have few concern about the patch and the proposal

[jira] Created: (AXIS-2507) org.apache.axis.message.Text needs cloneNode-implementation OR org.apache.axis.message.MessageElement.getElementsNS needs to be fixed

2006-06-21 Thread JIRA
org.apache.axis.message.Text needs cloneNode-implementation OR org.apache.axis.message.MessageElement.getElementsNS needs to be fixed - Key: AXIS-2507

Re: [VOTE] Accept JAX-WS Implementation

2006-06-21 Thread Davanum Srinivas
Venkat, We are following the ip-clearance process. Please see [1] -- dims [1] http://incubator.apache.org/ip-clearance/index.html On 6/21/06, Venkat Reddy <[EMAIL PROTECTED]> wrote: dims, The Software grants section at http://www.apache.org/licenses/ states that "When an individual or corpor

[jira] Assigned: (AXIS2-811) axis 2 class loader issue for loading security jar files from web-inf/lib folder

2006-06-21 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-811?page=all ] Deepal Jayasinghe reassigned AXIS2-811: --- Assign To: Deepal Jayasinghe > axis 2 class loader issue for loading security jar files from web-inf/lib > folder > --

[jira] Created: (AXIS2-835) Bug in the way Axis2 is setting the out transport.

2006-06-21 Thread Chamil Thanthrimudalige (JIRA)
Bug in the way Axis2 is setting the out transport. -- Key: AXIS2-835 URL: http://issues.apache.org/jira/browse/AXIS2-835 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: transports Environment: Mac OS X Java

[jira] Assigned: (AXIS2-807) For an interface with a complex type parameter for the method, incorrect WSDL is generated

2006-06-21 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-807?page=all ] Deepal Jayasinghe reassigned AXIS2-807: --- Assign To: Deepal Jayasinghe > For an interface with a complex type parameter for the method, incorrect WSDL > is generated >

[jira] Commented: (AXIS2-813) Automatically generated WSDL fails to generate complex type for inner classes

2006-06-21 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-813?page=comments#action_12417045 ] Deepal Jayasinghe commented on AXIS2-813: - http://jira.codehaus.org/browse/ANNOGEN-20 > Automatically generated WSDL fails to generate complex type for inner classes >

[jira] Assigned: (AXIS2-831) wrong schematype generated for byte[] parameter in service operation

2006-06-21 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-831?page=all ] Deepal Jayasinghe reassigned AXIS2-831: --- Assign To: Deepal Jayasinghe > wrong schematype generated for byte[] parameter in service operation > -