Re: [axis2] turning off WS-A

2005-10-10 Thread Steve Loughran
Glen Daniels wrote: * If we read an appropriately annotated WSDL (a la ), we should definitely generate stuff that does send the headers (i.e. turns on the switch). Is that really an extension to WSDL to say addressing required? Interesting. How exactly do you declare it?

Re: [axis2] turning off WS-A

2005-10-03 Thread Deepal Jayasinghe
Hi glen see my comments below; Thanks, Deepal ~Future is Open~ - Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 04, 2005 10:35 AM Subject: Re: [axis2] turnin

Re: [axis2] turning off WS-A

2005-10-03 Thread Glen Daniels
Hi Deepal! I can not understand the difference between engaging and switch on a module , as far as module is concern we have two state on that 1. if the module is there in the repository it is available to engage , but none of its handler there in any flow 2. Available module can be engaged

Re: [axis2] turning off WS-A

2005-10-03 Thread Deepal Jayasinghe
in that service. Thanks, Deepal ~Future is Open~ - Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 04, 2005 9:54 AM Subject: Re: [axis2] turning off WS-A IMHO, Axi

Re: [axis2] turning off WS-A

2005-10-03 Thread Ruchith Fernando
Hi, On 10/4/05, Glen Daniels <[EMAIL PROTECTED]> wrote: > IMHO, Axis2 should not by default generate WSA headers, though WSA > should be available. > > * The addressing module should be engaged, but not "switched on". We > should have a boolean property settable via client side code/config > whic

Re: [axis2] turning off WS-A

2005-10-03 Thread Simon Fell
I want to disable it for the client proxy generated from the WSDL. I'd really like to be able to do it without having to change the axis2 jar. On Tue, 04 Oct 2005 09:46:19 +0600, in soap you wrote: >Do you want to disable addressing for the whole engine, per service >basis, or per operation basi

Re: [axis2] turning off WS-A

2005-10-03 Thread Glen Daniels
IMHO, Axis2 should not by default generate WSA headers, though WSA should be available. * The addressing module should be engaged, but not "switched on". We should have a boolean property settable via client side code/config which enables this (at any level, op/service/engine). On the server

Re: [axis2] turning off WS-A

2005-10-03 Thread Eran Chinthaka
Title: [axis2] turning off WS-A Do you want to disable addressing for the whole engine, per service basis, or per operation basis ? Simon Fell wrote: I'm calling a service that doesn't require WS-Addressing, using an Axis2.0 client generated from the WSDL is there anyw

Re: [axis2] turning off WS-A

2005-10-03 Thread Deepal Jayasinghe
Title: [axis2] turning off WS-A yes you can ,  you have to disbled addressing from your axis2.xml , in axis2.xml you can see element like below   , you have to comment that.   if you work with axis2-0.92.jar you hav to edit the axis2.xml in that. Thanks, Deepal

[axis2] turning off WS-A

2005-10-03 Thread Simon Fell
Title: [axis2] turning off WS-A I'm calling a service that doesn't require WS-Addressing, using an Axis2.0 client generated from the WSDL is there anyway to tell Axis2 to not generate the WS-Addressing headers ? Thanks Simon