Axis Error No deserializer for

2005-04-17 Thread [EMAIL PROTECTED]
Hi All, I am using AXIS 1.2 RC2 both on server side and client side. I have my usual typemapping declarations in server-config.wsdd for a java bean com.ws.DummyBean. I am also using custom (de)serializers and WebSphere 5.1. No matter how I tweak my server-config.wsdd I am always getting below

Re: sign/encrypt a portion of soap message !

2005-04-17 Thread Anne Thomas Manes
wss4j is still beta software, but I suggest that you start your work using it rather than trying to write your own module from scratch. If you aren't willing to use beta software in production, then I suggest that you consider using one or more of the following commercial products: - a commercial

Serializer errors

2005-04-17 Thread Keith McNeill
I've noticed that there are quite a number of mails related to serializer errors. The following may or may not be helpful. I encountered a similar problem and the root cause was compiling and using the code on 2 different JDKs. I had compiled on 1.5 but was using 1.4 and this caused problems.

Service specific configuration of Client-config.wsdd

2005-04-17 Thread Brian Nielsen
I'm having a problem creating a 'client-config.wsdd' with service specific handlers, that'll get executed. When I use the global requestFlow/responseFlow there is no problem but when I want to move them into the section under a specific service, they are not called. The one I'm trying to use was

Re: Service specific configuration of Client-config.wsdd

2005-04-17 Thread Dan O'Neill
Hi, I'm also having this problem. (I didn't check the links to see if they were my questions?). I have to say it was a huge problem for me as handlers were the basis for my project. So what I had to do was add code to every client... but this isn't always going to be appropriate (using the

Re: java.lang.ClassCastException

2005-04-17 Thread Dan O'Neill
What type of method are you calling? does that method actually want an arguement? And if it does is it returning a string? On 4/14/05, Bruno Gonçalves [EMAIL PROTECTED] wrote: Hi there! I'm using Axis (1.2 RC3) on Tomcat 5.0.28, and when I run the TestClient or similar, I get a

Re: Service specific configuration of Client-config.wsdd

2005-04-17 Thread Dan O'Neill
Really sorry but could ya point me in the right direction for that link? I googled it and read some archives about it but It seems to be what I was trying before...? On 4/17/05, Davanum Srinivas [EMAIL PROTECTED] wrote: See ws-fx\wss4j\interop\org\apache\ws\axis\oasis\Client_deploy.wsdd. It

Re: Service specific configuration of Client-config.wsdd

2005-04-17 Thread Dan O'Neill
I'll post what I tried in the morning? Could ya give me some feedback thanks? On 4/17/05, Dan O'Neill [EMAIL PROTECTED] wrote: Really sorry but could ya point me in the right direction for that link? I googled it and read some archives about it but It seems to be what I was trying

Re: Service specific configuration of Client-config.wsdd

2005-04-17 Thread Davanum Srinivas
http://cvs.apache.org/viewcvs.cgi/ws-fx/wss4j/interop/org/apache/ws/axis/oasis/ On 4/17/05, Dan O'Neill [EMAIL PROTECTED] wrote: I'll post what I tried in the morning? Could ya give me some feedback thanks? On 4/17/05, Dan O'Neill [EMAIL PROTECTED] wrote: Really sorry but could ya point me

Re: sign/encrypt a portion of soap message !

2005-04-17 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anne Thomas Manes wrote: wss4j is still beta software, but I suggest that you start your work using it rather than trying to write your own module from scratch. I will be looking at wssj4 this week, but for my production software I will be using my

Time Analysis

2005-04-17 Thread Anshuk Pal Chaudhuri
I am invoking external web service from my Axis Client.Now what i wantto do is that is to analyze the performance of the web service from thetime analysis point of view. Say the the total time (T)= ServiceTime(S)+ MessageTime(M)+Waiting Time (W) How do i Do that? Thanksin advance. Anshuk