Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 46560 invoked from network); 12 Jan 2007 13:29:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2007 13:29:50 -0000 Received: (qmail 4245 invoked by uid 500); 12 Jan 2007 13:29:49 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 3967 invoked by uid 500); 12 Jan 2007 13:29:48 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 3956 invoked by uid 99); 12 Jan 2007 13:29:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 05:29:48 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of PRADINE@uk.ibm.com designates 195.212.29.139 as permitted sender) Received: from [195.212.29.139] (HELO mtagate6.uk.ibm.com) (195.212.29.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 05:29:36 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate6.uk.ibm.com (8.13.8/8.13.8) with ESMTP id l0CDTE5E047092 for ; Fri, 12 Jan 2007 13:29:14 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.6/8.13.6/NCO v8.1.1) with ESMTP id l0CDTEsj1835116 for ; Fri, 12 Jan 2007 13:29:14 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l0CDTEXl029944 for ; Fri, 12 Jan 2007 13:29:14 GMT Received: from d06ml065.portsmouth.uk.ibm.com (d06ml065.portsmouth.uk.ibm.com [9.149.38.138]) by d06av02.portsmouth.uk.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l0CDTExF029941 for ; Fri, 12 Jan 2007 13:29:14 GMT In-Reply-To: To: axis-user@ws.apache.org MIME-Version: 1.0 Subject: RE: Problem in changes the value of WSA_NAMESPACE X-Mailer: Lotus Notes Release 7.0 HF277 June 21, 2006 From: Brian De Pradine Message-ID: Date: Fri, 12 Jan 2007 13:28:51 +0000 X-MIMETrack: Serialize by Router on D06ML065/06/M/IBM(Release 6.5.5HF882 | September 26, 2006) at 12/01/2007 13:29:14, Serialize complete at 12/01/2007 13:29:14 Content-Type: multipart/alternative; boundary="=_alternative 004A0B6080257261_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 004A0B6080257261_= Content-Type: text/plain; charset="US-ASCII" Hello Amit, There is no other way that I can think of, using Axis2, as the support for that spec simply isn't implemented. 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? "Amit G Soni" wrote on 12/01/2007 12:15:56: > Hi Brian, > > Thanks a lot for reply. > > Is there any other way around through which I can make this happen. > Other wise I am not able to invoke the webservices. > > For testing I have made some changes in the source code of Axis2 and > put the value of WSA_NAMESPACE as http://schemas.xmlsoap. > org/ws/2004/08/addressing then it works fine. But legally I should > not do that. So if you have any other to does this then please let me know. > > Thanks, > Amit Soni > > > From: Brian De Pradine [mailto:PRADINE@uk.ibm.com] > Sent: Friday, January 12, 2007 5:28 PM > To: axis-user@ws.apache.org > Subject: Re: Problem in changes the value of WSA_NAMESPACE > > > Hello Amit, > > Axis2 only supports the http://schemas.xmlsoap.org/ws/2004/08/addressing and > http://www.w3.org/2005/08/addressing namespaces so what you are > trying to do won't work. > > 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? > > > "Amit G Soni" wrote on 12/01/2007 09:15:23: > > > Hi, > > > > I want to invoke one webservices and for that I have generated one > > client using Axis2-1.0. > > > > I have to change the value of WSA_NAMESPACE which is http://schemas. > > xmlsoap.org/ws/2004/03/addressing so for that I have done something like > > > > ConfigurationContext context = ConfigurationContextFactory. > > createConfigurationContextFromFileSystem(s, s+"/conf/axis2.xml"); > > context.setProperty(AddressingConstants.WS_ADDRESSING_VERSION, " > > http://schemas.xmlsoap.org/ws/2004/03/addressing"); > > > > But still it gives me the value of WSA_NAMESPACE is http://schemas. > > xmlsoap.org/ws/2004/08/addressing > > > > Can any please help me how can I solve this problem. > > > > Thanks, > > Amit Soni --=_alternative 004A0B6080257261_= Content-Type: text/html; charset="US-ASCII"
Hello Amit,

There is no other way that I can think of, using Axis2, as the support for that spec simply isn't implemented.

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?


"Amit G Soni" <Amit.G@mphasis.com> wrote on 12/01/2007 12:15:56:

> Hi Brian,

>  
> Thanks a lot for reply.
>  
> Is there any other way around through which I can make this happen.
> Other wise I am not able to invoke the webservices.

>  
> For testing I have made some changes in the source code of Axis2 and
> put the value of  WSA_NAMESPACE as http://schemas.xmlsoap.
> org/ws/2004/08/addressing then it works fine. But legally I should  
> not do that. So if you have any other to does this then please let me know.

>  
> Thanks,
> Amit Soni
>  
>
> From: Brian De Pradine [mailto:PRADINE@uk.ibm.com]
> Sent: Friday, January 12, 2007 5:28 PM
> To: axis-user@ws.apache.org
> Subject: Re: Problem in changes the value of WSA_NAMESPACE

>  
>
> Hello Amit,
>
> Axis2 only supports the http://schemas.xmlsoap.org/ws/2004/08/addressing and
> http://www.w3.org/2005/08/addressing namespaces so what you are
> trying to do won't work.
>
> 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?
>
>
> "Amit G Soni" <Amit.G@mphasis.com> wrote on 12/01/2007 09:15:23:
>
> > Hi,
> >  
> > I want to invoke one webservices and for that I have generated one
> > client using Axis2-1.0.
> >  
> > I have to change the value of WSA_NAMESPACE which is http://schemas.
> > xmlsoap.org/ws/2004/03/addressing  so for that I have done something like
> >  
> > ConfigurationContext context = ConfigurationContextFactory.
> > createConfigurationContextFromFileSystem(s, s+"/conf/axis2.xml");
> > context.setProperty(AddressingConstants.WS_ADDRESSING_VERSION, "
> > http://schemas.xmlsoap.org/ws/2004/03/addressing");
> >  
> > But still it gives me the value of WSA_NAMESPACE is http://schemas.
> > xmlsoap.org/ws/2004/08/addressing
> >  
> > Can any please help me how can I solve this problem.
> >  
> > Thanks,
> > Amit Soni
--=_alternative 004A0B6080257261_=--