Re: WSHandler: Signature: error during message procesing

2006-07-17 Thread iceal thaddeus lim
6, Dittmann, Werner <[EMAIL PROTECTED]> wrote: You keystore does not contains an alias name 100016. The use parameter in the wsdd file defines also which certificate to use. A certificate and its associated private key is identified by the alias name of it. your alias names are

Re: WSHandler: Signature: error during message procesing

2006-07-13 Thread iceal thaddeus lim
Hi, Well I took Werners advice and tried to replace the alias of the user to the actual alias in my keystore... which I got a org.apache.ws.security.WSSecurityException: Signature creation failed; nested exception is:     java.lang.Exception: Cannot find key for alias: 1000166Now I your advice

Re: WSHandler: Signature: error during message procesing

2006-07-13 Thread iceal thaddeus lim
   throw new UnsupportedCallbackException(callbacks[i], "Unrecognized Callback");    }    }     }}Really need your help here.Thanks in advance. IceOn 7/13/06, iceal thaddeus lim < [EMAIL PROTECTED]> wrote:Thanks for the response. On 7/13/06, Dittmann, Werner < [EMAIL PRO

WSHandler: Signature: error during message procesing

2006-07-12 Thread iceal thaddeus lim
Hi All, What does this exception means? What is usually the cause and solution for this? Please help... getting... very very desperate.Thanking you in advance.Iceneral security error (Unexpected number of X509Data: for Signature)     at org.apache.ws.security.action.SignatureAction.execute(Sign

AXIS and WSS4J - org.apache.ws.security.WSSecurityException: WSHandler: Signature: error during message procesing

2006-07-12 Thread iceal thaddeus lim
Hi All, I'm using AXIS 1.3 and WSS4J 1.5 to connect to a webservice the requires (1) security tokens, (2) digital signatures, and (3) encryption.Thus, 1. I created the Java Codes by WSDL2Java 2. Created the PWCallback for WSS4J3. And used the .p12 key given to me. This is what my client_deploy.wsd

Re: [Axis2 v1.0] security example code

2006-07-11 Thread iceal thaddeus lim
I am doing the same. I just done the Password Callback with Apache Axis. Now I want to learn how to use Encryption using public/private keys. But I have not luck in looking for examples yet. On 7/11/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote: Dear all,  i am trying to engage and test in t

Re: Can WSS4J validate signatures formed using self-signed certificate?

2006-07-11 Thread iceal thaddeus lim
I have a similar problem.How do I Encrypt using Axis and WSS4J, by using WSDL2Java (if its even possible)? Thank you all in advanceIceOn 7/11/06, akkachotu <[EMAIL PROTECTED]> wrote: I am having a consumer that uses Self-Signed-Certificate, public key,private key created using java keytool command

Soap Encryption AXIS and WSS4J ?

2006-07-10 Thread iceal thaddeus lim
Hi, Hi a webservice is deployed via WebLogic and is accepting encrypted messages only.Is it possible to encrypt a soap message using encryption keys? I checked the WSS4J, and it needs to configure the server. But I am not allowed to do anything with the server. Just created the client that  connect

org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR: That node doesn't belong in this document.

2006-07-10 Thread iceal thaddeus lim
-- Forwarded message --From: iceal thaddeus lim <[EMAIL PROTECTED]> Date: Jul 7, 2006 5:44 PMSubject: org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR: That node doesn't belong in this document.To: axis-user@ws.apache.org Hi All, I created a WS client using axis. I

org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR: That node doesn't belong in this document.

2006-07-07 Thread iceal thaddeus lim
Hi All, I created a WS client using axis. I WSDL2Java a webservice. Then used it as ServiceChargingGateway service = new ServiceChargingGatewayLocator();ServiceChargingGatewaySoap message = service.getServiceChargingGatewaySoap ();BillingResponse response = message.eventCharge(msisdn, contentId, pa

Re: Help on Axis and SSL

2006-07-06 Thread iceal thaddeus lim
Thanks Mr. Mall. I'll try this out.On 7/5/06, Manuel Mall <[EMAIL PROTECTED]> wrote: On Wednesday 05 July 2006 16:19, iceal thaddeus lim wrote:> Hi All,>> been googling, trying things out and stuff for a week now on SSL but> still no success... I need help an fast.> Our

Help on Axis and SSL

2006-07-05 Thread iceal thaddeus lim
Hi All,been googling, trying things out and stuff for a week now on SSL but still no success... I need help an fast.Our server operator emailed me a couple of weeks ago with the following files for SSL .crt, csr, .key, .p12 an password  = XXXMMXXXa p12 export key = SomeExportKey Since all I kn