Getting errorCode from AxisFault

2008-04-02 Thread Collin Peters
messagedk.procard.eclub.api.exceptions.ImplException: javax.ejb.TransactionRolledbackLocalException: javax.ejb.ObjectNotFoundException: No such entity!/message /ns2:APIException /detail /env:Fault How do I get the errorCode out? Or more importantly... how do I get my instance of APIException? Regards, Collin Peters

Where is Rampart 1.2?

2007-05-09 Thread Collin Peters
This link http://ws.apache.org/axis2/modules/index.html talks about Rampart 1.2, but the links point to Rampart 1.1. From what I have seen Rampart 1.2 is not yet out or is this page recently updated in anticipation of it? Regards, Collin

Re: Rampart compatibility with non-Axis libs

2007-05-08 Thread Collin Peters
are compatible with an Axis2 server and a NON-Axis2 client. The features I would like to use are authentication and encryption. Is it easier to just use SSL to encrypt these messages? Regards, Collin On 5/7/07, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Collin Peters wrote: I'm using Axis2 and am wondering

NumerFormatException when sending a null int

2007-05-07 Thread Collin Peters
to any docs that are applicable to this subject. Regards, Collin Peters - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NumerFormatException when sending a null int

2007-05-07 Thread Collin Peters
without making a copy. Thank you. - Original Message - From: Collin Peters [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Monday, May 07, 2007 6:21 PM Subject: NumerFormatException when sending a null int There has to be a simple answer for this that I haven't been able to find

Rampart compatibility with non-Axis libs

2007-05-07 Thread Collin Peters
I'm using Axis2 and am wondering how compatible it is with non-Axis web service libraries. So for example, I have some web services on my server that are built on Axis2. I want these web services to be secured with a login and encryption (via Rampart). Can a non-Axis client access these web

Nested complex types

2007-02-26 Thread Collin Peters
by: java.lang.ClassCastException: org.apache.axiom.om.impl.llom.OMElementImpl That is on the line: Object2 obj2 = details.get(0); Before that it correctly outputs the count of the details. Anybody know what the problem is? Is there any good samples or tutorials on this subject out there? Regards, Collin