Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-10 Thread Brian De Pradine
to: axis-dev 10/11/2009 06:33 Please respond to axis-dev Hi Brian, Thanks. It works.. Do we have any documents on this kind of stuff? Thanks, ~Isuru On Mon, Nov 9, 2009 at 11:43 PM, Brian De Pradine prad...@uk.ibm.com wrote: Hi Isuru, You need to add some code similar

Re: How to set SOAP Action using JAXWS dispatch client API?

2009-11-09 Thread Brian De Pradine
Hi Isuru, You need to add some code similar to the following to your client, import javax.xml.ws.BindingProvider; MapString, Object map = dispatch.getRequestContext(); map.put(BindingProvider.SOAPACTION_USE_PROPERTY, Boolean.TRUE);

Re: [VOTE] Web Services Reorg Part 1 : Axis2 TLP

2009-11-09 Thread Brian De Pradine
+1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? From: Glen Daniels g...@thoughtcraft.com To: gene...@ws.apache.org

Re: [jira] Resolved: (AXIS2-3987) Axis2 Addressing treats MessageID as a required element

2009-03-06 Thread Brian De Pradine
That's the tricky bit. It is not us making it mandatory, it is the spec stating that it is mandatory. The following is taken from [1]. In either of the above cases, if the related message lacks a [message id] property, the processor MUST fault. [1]

RE: Axis2 JMSListener on Websphere

2008-10-27 Thread Brian De Pradine
Hello, I am not sure what the solution is but you might want to try the forum at [1] [1] http://www.ibm.com/developerworks/forums/forum.jspa?forumID=266 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the

Re: wsa:MessageID header required?

2008-10-08 Thread Brian De Pradine
Hi Jarek, Please see my response below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Jarek Gawor [EMAIL PROTECTED]

Re: svn commit: r683656 - in /webservices/axis2/trunk/java/modules: addressing/src/org/apache/axis2/handlers/addressing/AddressingValidationHandler.java kernel/src/org/apache/axis2/addressing/Addressi

2008-08-08 Thread Brian De Pradine
Hi Glen, Yes, sorry about that. There is now a new test in the kernel module, AddressingBasedDispatcherTest, to cover that function. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the

Re: [Axis2][VOTE] Axis2 1.4 FINAL - Take #2

2008-04-28 Thread Brian De Pradine
+1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Davanum Srinivas [EMAIL PROTECTED] wrote on 26/04/2008 17:05:07:

Re: Does Axis2 support catalog facility in JAX-WS .

2008-03-14 Thread Brian De Pradine
Hi Venu, You should give axis2 1.4 a try. RC1 should be available soon. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again?

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Brian De Pradine
+1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Dustin Amrhein [EMAIL PROTECTED] 07/03/2008 21:50 Please respond to

Re: [VOTE] Michele Mazzucco as Axis2 Committer

2008-03-03 Thread Brian De Pradine
+1 from me. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Davanum Srinivas [EMAIL PROTECTED] wrote on 03/03/2008

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Brian De Pradine
Not sure that these are needed, C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-api.jar C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-rt.jar Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Brian De Pradine
it right the first time, where will you find the time to do it again? Davanum Srinivas [EMAIL PROTECTED] wrote on 15/02/2008 14:22:13: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jaxws-api.jar is definitely not needed as we have ours...am not sureabout rt. thanks, dims Brian De Pradine

Re: svn commit: r620464 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisService.java

2008-02-11 Thread Brian De Pradine
Hi Dims, It seemed like a reasonable fix at the time, plus I was reusing the fix that currently applies to ?wsdl for this same problem. Your solution is probably better though and should be applied to ?xsd and ?wsdl. I will apply this change to both. Cheers Brian DePradine Web Services

JAX-WS 2.1 Merge

2008-01-27 Thread Brian De Pradine
The merge of the JAX-WS 2.1 code changes into the trunk is now complete. All future development of JAX-WS 2.1 should take place in the trunk. The one outstanding issue is with org.apache.axis2.jaxws.sample.MtomSampleTests. It keeps failing whenever I run a maven build, but when I run it on

Fw: [Axis2] JAX-WS 2.1 Merge

2008-01-27 Thread Brian De Pradine
Resend with [Axis2] in the subject. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? - Forwarded by Brian De Pradine/UK

Re: [Axis2] JAX-WS 2.1 Merge

2008-01-27 Thread Brian De Pradine
? Davanum Srinivas [EMAIL PROTECTED] wrote on 27/01/2008 18:34:35: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, Could u please add a JIRA lest we forget? thanks, dims Brian De Pradine wrote: | The merge of the JAX-WS 2.1 code changes into the trunk is now complete. | All

Re: [Axis2] JAXWS version in Axis2 1.4

2008-01-24 Thread Brian De Pradine
for that: https://issues.apache.org/jira/browse/AXIS2-3223 Thanks, Jeff IBM Software Group - WebSphere Web Services Development Phone: 512-838-4587 or Tie Line 678-4587 Internet e-mail and Sametime ID: [EMAIL PROTECTED] Brian De Pradine [EMAIL PROTECTED] 01/15/2008 11:17 AM Please

Re: [Axis2] JAXWS version in Axis2 1.4

2008-01-15 Thread Brian De Pradine
Hi Dims, Nick It would be good to get the code that is currently in the jaxws21 branch moved over to the trunk asap. There is also an existing JIRA to cover the JAX-WS 2.1 development in general, http://issues.apache.org/jira/browse/AXIS2-2722 Cheers Brian DePradine Web Services Development

Re: Prioritized list of 1.4 things to do

2007-11-14 Thread Brian De Pradine
Hi Glen, What is the reasoning behind this requirement: (1) Remove fault flows? (this is prioritized as critical because we need to finish the discussion whether or not we decide to do it) Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319

Re: [Axis2][Strawman] Re-organise AddressingInHandler Code to take account of Security Considerations

2007-10-11 Thread Brian De Pradine
Hello David, Please see my comments below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? David Illsley [EMAIL PROTECTED]

Re: So Long, and Thanks for All the Fish

2007-10-01 Thread Brian De Pradine
Dims, Thanks for all of your work that you have done. I don't know how we will be able to get along without you. Come back soon. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the

Re: Axis2 Roadmap questions

2007-09-18 Thread Brian De Pradine
in current trunk use the services.xml with jaxws messagereceiver. hence wondering.. thanks, dims On 9/14/07, Brian De Pradine [EMAIL PROTECTED] wrote: Hello, Yes, I am currently working on JAX-WS 2.1 support. It should be almost ready to be moved across to the trunk, but I

Re: Axis2 Roadmap questions

2007-09-14 Thread Brian De Pradine
Hello, Yes, I am currently working on JAX-WS 2.1 support. It should be almost ready to be moved across to the trunk, but I need to do some more testing first. I will also have to start raising JIRAs for the remaining bits of work, so that others can join in the fun. Cheers Brian DePradine

Re: [Axis2] Test Failure

2007-09-04 Thread Brian De Pradine
Hello Amila, Sorry, but this still doesn't work. I get the same error as before, as shown below. I think there may be an extra slash before the drive letter, F: in this case, that probably shouldn't be there. Running org.apache.axis2.xmlbeans.WSDL2Java1Test Retrieving schema at 'wsat.xsd',

Re: [Axis2] Test Failure

2007-09-04 Thread Brian De Pradine
Thanks, it's fixed now. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Deepal jayasinghe [EMAIL PROTECTED] wrote on

[Axis2] Test Failure

2007-09-03 Thread Brian De Pradine
Hello all, I am trying to build the trunk and I get the following failure in the XMLBeans module. Has anyone else seen this? Running org.apache.axis2.xmlbeans.WSDL2Java1Test Retrieving schema wsdl:imported from 'wsat.xsd', relative to 'file:/F:/Drivers/a xis2/modules/xmlbeans/test-resources/'.

Re: [Axis2] Test Failure

2007-09-03 Thread Brian De Pradine
it right the first time, where will you find the time to do it again? Amila Suriarachchi [EMAIL PROTECTED] wrote on 03/09/2007 14:45:45: fixed. please take an update. Amila. On 9/3/07, Brian De Pradine [EMAIL PROTECTED] wrote: Hello all, I am trying to build the trunk and I get

Re: [axis2] Importing source in Eclipse

2007-08-01 Thread Brian De Pradine
There are currently a few issues with mvn eclipse:eclipse. It works for the most part, but there are some things that have to be fixed up manually. One of these is that any module that is packaged as a mar doesn't have the .classpath file generated. If you remove the line packagemar/package

Re: Proposed Sandesha2 Hackathon

2007-07-02 Thread Brian De Pradine
Hello Paul, I would like to come along as well. Thanks. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Paul Fremantle

RE: Addressing Exception

2007-05-29 Thread Brian De Pradine
find the time to do it again? [EMAIL PROTECTED] wrote on 29/05/2007 07:39:13: But still it?s giving the same exception From: Brian De Pradine [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 7:48 PM To: axis-dev@ws.apache.org Subject: RE: Addressing Exception Hello Aldrin

RE: Addressing Exception

2007-05-29 Thread Brian De Pradine
after putting the EndPointReferenceHelper.class in the lib folder of axis2. It?s really a great if you can provide some help From: Brian De Pradine [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 2:39 PM To: axis-dev@ws.apache.org Subject: RE: Addressing Exception Hello Aldrin, Which

Re: [Axis2] Switch either to maven or maven2

2007-05-29 Thread Brian De Pradine
+1 for moving to maven2. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Glen Daniels [EMAIL PROTECTED] wrote on 29/05/2007

RE: Addressing Exception

2007-05-28 Thread Brian De Pradine
;charset=UTF-8 Transfer-Encoding: chunked Date: Fri, 25 May 2007 09:58:14 GMT 0 From: Brian De Pradine [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 7:59 PM To: axis-dev@ws.apache.org Subject: RE: Addressing Exception Hello Aldrin, Hmm ... in axis2 version 1.2

[Axis2] JAX-WS 2.1

2007-05-28 Thread Brian De Pradine
Hello Devs, Sun have recently announced a JAX-WS 2.1 Maintenance Release which adds a number of new features to the existing JAX-WS 2.0. These include direct support for WS-Addressing, and new support for the WebServiceFeature configuration model. For further info please look here, [1]. I

RE: Addressing Exception

2007-05-28 Thread Brian De Pradine
not reading savan configuration file from WEB-INF. That?s the reason I had downloaded some other version of axis2. I am not able to figure how this is linked to savan. From: Brian De Pradine [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 6:29 PM To: axis-dev@ws.apache.org Subject: RE

Re: Addressing Exception

2007-05-25 Thread Brian De Pradine
Hello Aldrin, Let's start with the server side exception. Which version of axis2 are you using? In the latest axis2 version that class should be in kernel.jar, however, in earlier versions of axis2 it was in addressing.mar Cheers Brian DePradine Web Services Development IBM Hursley External

Re: [Vote][Axis2] Sumedha Rubasinghe as a committer

2007-03-21 Thread Brian De Pradine
+1 from me. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Deepal Jayasinghe [EMAIL PROTECTED] wrote on 20/03/2007

Re: [axis2] A couple of Addressing questions

2007-03-20 Thread Brian De Pradine
Hello Glen, See my response below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Glen Daniels [EMAIL PROTECTED] wrote on

Re: [axis2] Re: svn commit: r516065 - /webservices/rampart/trunk/java/modules/rampart-integration/src/test/resources/security/complete.service.xml

2007-03-08 Thread Brian De Pradine
Hi Ruchith, I modified the code recently to only send the message id and the relates to headers in an async response. It is meant to be a small performance tweak. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't

Re: svn commit: r512869 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/AddressingBasedDispatcher.java

2007-03-03 Thread Brian De Pradine
with it? And what will happen if there's no WS-RM etc. around at all and this method doesn't catch this repeated message? Thanks, Sanjiva. Brian De Pradine wrote: Hello, Apologies for not making the intent clearer. We are not swallowing the message, but instead simply allowing

Re: svn commit: r512869 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/AddressingBasedDispatcher.java

2007-03-01 Thread Brian De Pradine
Hello, Apologies for not making the intent clearer. We are not swallowing the message, but instead simply allowing it to continue on it's way through the flow. The idea is that we do not have enough information in the AddressingBasedDispatcher to determine that such messages are 'bad'.

Re: [Vote][Axis2] Isuru Eranga Suriarachchi as a committer

2007-01-31 Thread Brian De Pradine
Here's my +1. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Thilina Gunarathne [EMAIL PROTECTED] 31/01/2007 12:00

Re: [VOTE][Axis2] Move Savan module out of the Axis2 into a new Apache WS subproject

2007-01-19 Thread Brian De Pradine
+1 from me. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Sanka Samaranayake [EMAIL PROTECTED] wrote on 19/01/2007

Re: [AXIS2] [VOTE] Committer Nomination for Mike Rheinheimer and Ann Robinson

2007-01-19 Thread Brian De Pradine
+1 for both Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? R J Scheuerle Jr [EMAIL PROTECTED] wrote on 19/01/2007

Re: [Axis2] Reference parameters read as OMText only

2007-01-17 Thread Brian De Pradine
Hello Esteban, Please raise a jira to cover this issue. Thanks. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Esteban

Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-12-06 Thread Brian De Pradine
Hi Eran, My response is below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Eran Chinthaka [EMAIL PROTECTED] wrote on

Re: [Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-11-28 Thread Brian De Pradine
to the presence of the header, wsa:Tohttp://www.w3.org/2005/08/addressing/anonymous/wsa:To. Once this logic is available then the handler will be spec compliant, and we will be able to add the capability to omit optional headers. Brian De Pradine wrote: 3) if ws-addressing is engaged

[Axis2] Defaulting behaviour when a wsa:To header is omitted from a request message.

2006-11-22 Thread Brian De Pradine
Hello all, Currently, there is a comment in the AddressingFinalInHandler to the effect that if no wsa:To header is found in an inbound request message then we do not use the wsa:Anonymous URL as its default value. This is to allow an alternative, such as the transport URL, to be used instead.

Re: [Vote][Axis2] Nikhil Thaker as a Committer

2006-11-04 Thread Brian De Pradine
+1 from me. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? R J Scheuerle Jr [EMAIL PROTECTED] wrote on 03/11/2006 15:56:06: I

Re: [Axis2] using the EndpointReferenceHelper class

2006-11-03 Thread Brian De Pradine
Hello Chamikara, Your proposal sounds reasonable. I will move the EndpointReferenceHelper in the trunk and 1.1 branches. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where

Re: [Axis2] using the EndpointReferenceHelper class

2006-11-03 Thread Brian De Pradine
/3/06, Brian De Pradine [EMAIL PROTECTED] wrote: Hello Chamikara, Your proposal sounds reasonable. I will move the EndpointReferenceHelper in the trunk and 1.1 branches. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319

Re: [Axis2]Embdeding Jetty to Axis2

2006-10-09 Thread Brian De Pradine
+1 from me. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Jaliya Ekanayake [EMAIL PROTECTED] wrote on 08/10/2006 15:20:49:

Re: [Axis2] Build failure

2006-09-30 Thread Brian De Pradine
Apologies. I appear to have missed that one. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Ruchith Fernando [EMAIL PROTECTED]

Re: FW: Creating or setting header options

2006-08-31 Thread Brian De Pradine
Hello Joe, Have you engaged the addressing module in your client? If you haven't then follow the details here, http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingDualClient Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319

Re: [Axis2] Re: [jira] Commented: (AXIS2-993) org.apache.axis2.addressing.EndpointReference should explicitly save the WS-Addressing namespace

2006-08-21 Thread Brian De Pradine
Eran Chinthaka (JIRA) [EMAIL PROTECTED] wrote on 17/08/2006 14:48:15: I'd like to keep it as it is and rather than implementing toOM and fromOM inside that, we can do the same using one of the following options, without touching the EPR class. 1. Extending from EPR class, we can have two

[Axis2] Re: [jira] Commented: (AXIS2-993) org.apache.axis2.addressing.EndpointReference should explicitly save the WS-Addressing namespace

2006-08-17 Thread Brian De Pradine
Hello all, Eran suggested that we move this discussion to the axis-dev list. Please find my comments below. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you

Re: [Axis2] Build failed

2006-07-11 Thread Brian De Pradine
to do it right the first time, where will you find the time to do it again? Brian De Pradine/UK/[EMAIL PROTECTED] wrote on 07/07/2006 16:33:43: Hi, I tried again with revision 419900, and I got the same problem with the integration module :-( Cheers Brian DePradine Web Services

Re: [Axis2] Build failed

2006-07-07 Thread Brian De Pradine
Hello, I can now build the adb-codegen module, but I now get a build error in the integration module. Looking at the code it seems that the class modules\integration\target\rpc-test2\src\com\example\www\ServiceNameStub.java is making the following method call:

Re: [Axis2] Build failed

2006-07-07 Thread Brian De Pradine
the time to do it again? Rajith Attapattu [EMAIL PROTECTED] wrote on 07/07/2006 15:26:33: Brian, The build was sucessfull for me. Maybe try again. thanks Ajith and dims for the support Regards, Rajith On 7/7/06, Brian De Pradine [EMAIL PROTECTED] wrote: Hello, I can now build

Dispatchers

2006-06-06 Thread Brian De Pradine
Hello, Does anyone know why the core/conf/axis2.xml file includes the RequestURIBasedDispatcher and the SOAPActionBasedDispatcher in the Transport phase of the Inflow? This seems to contradict the phase descriptions in the section Processing an Incoming SOAP Message of the Apache Axis2

[Axis2] Fw: Dispatchers

2006-06-06 Thread Brian De Pradine
Pradine/UK/IBM on 06/06/2006 13:40 - Brian De Pradine/UK/IBM wrote on 06/06/2006 11:02:12: Hello, Does anyone know why the core/conf/axis2.xml file includes the RequestURIBasedDispatcher and the SOAPActionBasedDispatcher in the Transport phase of the Inflow? This seems to contradict

Re: [axis2] Hello

2006-05-29 Thread Brian De Pradine
:35: It should not be there, just removed that. Thanks for pointing that out. -- Chinthaka Brian De Pradine wrote: Hi Eran, The module.xml file for the Addressing module contains the following description, DescriptionThis is WS-Addressing implementation on Axis2

[axis2] Hello

2006-05-25 Thread Brian De Pradine
Hello everyone, My name is Brian, and I plan to do some work on Axis2. I have spent that past few weeks going through the code in order to find my way around, and I am now ready to get started. I was looking at the Addressing support, and I saw a comment in the module.xml file that stated that