RE: .net and axis2/rampart

2011-03-07 Thread Martin Gainty
bilité pour le contenu fourni. > From: abz...@gmail.com > Date: Mon, 7 Mar 2011 19:11:58 + > Subject: Re: .net and axis2/rampart > To: java-dev@axis.apache.org > CC: mgai...@hotmail.com > > Just to let you know the addressing issue mentioned earlier is not an issue.

Re: .net and axis2/rampart

2011-02-23 Thread Abid K.
Lastly, the error WCF now reports is... 'The message received over Transport security has unsigned 'To' header.' On 23 February 2011 15:30, Abid K. wrote: > Also, I should point out I modified the auto-generated stub and included... > >      _operationClient.getOptions( ).setSoapVersionURI( > S

Re: .net and axis2/rampart

2011-02-23 Thread Abid K.
Also, I should point out I modified the auto-generated stub and included... _operationClient.getOptions( ).setSoapVersionURI( SOAP12Constants.SOAP_ENVELOPE_NAMESPACE_URI ); Thanks - To unsubscribe, e-mail: java-dev-unsubsc

Re: .net and axis2/rampart

2011-02-23 Thread Abid K.
que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> From: abz...@gmail.com >> Date: Wed, 23 Feb 2011 12:37:29 + >> Subject: Re: .net and axis2/rampart >> T

RE: .net and axis2/rampart

2011-02-23 Thread Martin Gainty
vons accepter aucune responsabilité pour le contenu fourni. > From: abz...@gmail.com > Date: Wed, 23 Feb 2011 12:37:29 +0000 > Subject: Re: .net and axis2/rampart > To: java-dev@axis.apache.org > > Hi, FYI regarding the previous issue, WCF did not like the location of > the ti

Re: .net and axis2/rampart

2011-02-23 Thread Abid K.
Hi, FYI regarding the previous issue, WCF did not like the location of the timestamp element and I have modified the wss4j library to output the timestamp before the signature element. However, I now have the issue with the order of the following elements output by Axis2: ... ... ... WCF expects

Re: .net and axis2/rampart

2011-02-18 Thread Abid K.
Has anyone come across this WCF error... Signing without primary signature requires timestamp. I have changed the config to include the timestamp: Timestamp Signature user PWCBHandler client.properties DirectReference The XML includes the timestamp, but the WCF service still com

Re: .net and axis2/rampart

2011-01-25 Thread Abid K.
Hi all, A little more information. My client has said they do the following in .net to setup the client: --- proxyClient.ClientCredentials.ClientCertificate.SetCertificate(System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser, System.Security.Cryptography.X509Certif

Re: .net and axis2/rampart

2011-01-25 Thread Abid K.
Hi, It seems the client cannot find the key with the value 'a7e24d986ef9fdef06efd76fb33825d502279e95'. Is it possible to specify the key name to something else? I think the client has given it a proper name. Thanks On 24 January 2011 14:11, Thilina Mahesh Buddhika wrote: > It looks like the cer

Re: .net and axis2/rampart

2011-01-24 Thread Thilina Mahesh Buddhika
It looks like the certificate used by client for signing/encrypting the message is not available in the key store of the service''s end. Also check the key store configurations of the service's end whether they are referring to the correct key store, etc. Thanks, Thilina Thilina Mahesh Buddhika

Re: .net and axis2/rampart

2011-01-24 Thread Abid K.
Sorry for not replying sooner. The client receives the following error... --- Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'LocalMachine', FindType 'FindByThumbprint', FindValue 'a7e24d986ef9fdef06efd76fb33825d502279e95'.. ---> Sys

Re: .net and axis2/rampart

2011-01-19 Thread Thilina Mahesh Buddhika
Hi, It seems like the service has thrown an error when trying to process the secured request. The message being logged at RampartReceiver has the fault message 'An error occurred when verifying security for the message'. If you can check the logs at service end, it would provide the actual reason

.net and axis2/rampart

2011-01-19 Thread Abid K.
Hi, I have created a client app using Axis2/Rampart and I'm having difficulties getting it to work with .net/WCF(I think). My axis2.xml config contains (Also tried policy with same results): ... Signature user PWCBHandler client.properties DirectR