Loading external WSS Policy by Rampart

2011-02-24 Thread Thomas Fielenbach
Hi all, Currently I'm working on securing messages with rampart. Therefore I just add Username/Pass/Timestamp in a policy. This works all fine (at client and at server-side) using a code first approach and defining the policy as well as the rampart-config in the services.xml. services.xml (pa

Re: [axis2] Authentication failed. Security failed.

2011-02-24 Thread Thilina Mahesh Buddhika
Can you please try this with latest Rampart release, i.e. 1.5.1. It was released against Axis2 1.5.4 Thanks, Thilina On Thu, Feb 24, 2011 at 4:55 PM, Rananjay Singh < rananjay.si...@esteltelecom.com> wrote: > *Hi axis team,* > > * * > > *I am facing a big security problem while using axis serve

Re: Loading external WSS Policy by Rampart

2011-02-24 Thread Thilina Mahesh Buddhika
Do you see any errors during the service deployment when an external policy reference is used? I guess, the policy is not properly attached to the service which is the most probable reason for the Must Understand check failed error. Thanks, Thilina On Thu, Feb 24, 2011 at 5:03 PM, Thomas Fielenb

Re: Loading external WSS Policy by Rampart

2011-02-24 Thread Thomas Fielenbach
Am 24.02.2011 13:57, schrieb Thilina Mahesh Buddhika: Do you see any errors during the service deployment when an external policy reference is used? I guess, the policy is not properly attached to the service which is the most probable reason for the Must Understand check failed error. Thank

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Daniel Sanchez Gonzalez
s in advance. Regards, Dani __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 5896 (20110222) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 5903 (20110224) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
On 24 Feb 2011, at 13:55, Daniel Sanchez Gonzalez wrote: > Does anybody know about this problem? I've just stumbled upon a similar problem. Sometimes, the setXXX(String) methods are being called with null as a parameter. (Some manually entered printlns confirmed this) The symptom I was getting

Question on generated WSDL file

2011-02-24 Thread Savoy, Melinda
I am working on my XP local box trying to test a web service tutorial and in the WSDL file I am showing param names that are not descriptive of what is needed to be passed in by those who will ultimately be trying to consume the web service. My understanding is that the names in my method shoul

RE: Axis2 - Issue with RPCServiceClient - default namespace

2011-02-24 Thread Martin Gainty
xsd is assigned with -xsdconfig option of wsdl2java (in combination with -d xmlbeans style) wsdl2java | grep xsd -xsdconfigUse XMLBeans .xsdconfig file. Valid only with -d xmlbeans. but if you are using -nsp ns1=Wsdl_package the package is identified for each namespace in wsdl schema wsdl

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
I've done a little digging, and made some progress. The problem appears to be in the ADB databinding code. If I change to using xmlbeans, then everything runs fine. (Oh, and then I change all my client code. Gr.) I've created a JIRA for this: https://issues.apache.org/jira/browse/AXIS2-

Fwd: Axis Deserialization Behavior

2011-02-24 Thread Buddhike de Silva
Hi All, Please see the thread below. It looks like we've found cases where Axis fails to deserialize a message returned from a WCF service if we add an optional element to the type after the Axis code generated. Could you please let us know which settings we could use to prevent that from happenin

Re: Re: Contract-first without service element?

2011-02-24 Thread Afkham Azeez
I don't think that can be done. For example, the default stub constructor sets the default EPR, so without a service element in the WSDL, that cannot be done. On Tue, Feb 22, 2011 at 4:04 PM, wrote: > how can I configure this? if I execute wsdl2java with the param -uri > , I always get an excep

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Daniel Sanchez Gonzalez
-- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org -- __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 5905 (20110224) __ ESET NOD32 Antivirus ha

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
How big/complex is your WSDL ? The one I'm using which generates this error is for a commercial system, and is over 3MB in size. If you've got a simple WSDL, it would be good to attach it to the JIRA to demonstrate the problem. GTG From: Daniel Sanchez Go

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Daniel Sanchez Gonzalez
a String value is setted. - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org -- __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 5905 (20110224) __

RE: Error in Axis2 client and Wsdl2java tool

2011-02-24 Thread Gordon Ross
Great, thanks ! GTG From: Daniel Sanchez Gonzalez [dsanc...@at4wireless.com] Sent: 25 February 2011 07:06 To: java-user@axis.apache.org Subject: RE: Error in Axis2 client and Wsdl2java tool Done. I've attached my wsdl file. ---