RE: Need extended Message Services Example

2005-01-20 Thread Nathan Wardle
I tried to do this too. I spent ages trying to get it working, but it didn't. The MsgProvider has a switch statement that checkes the method type. The problem I had was that the value being tested was never set in the OperationDesc. Therefore, I'd just get an error message saying that it was an

RE: what axis generated classes should i use?

2005-01-18 Thread Nathan Wardle
No, you shouldn't have any problems. I'm using XDoclet to generate the services and typemappings for the server-config.wsdd file and haven't had any problems. -Original Message- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 January 2005 3:43 PM To: [EMAIL PROTECTED] S

RE: non-stub doc-lit client

2005-01-18 Thread Nathan Wardle
Hi, I am having problems writing a client for a Doc-lit service. The service I want to create simple receives a string which is the ID of an xml document. It then returns the next xml document in the sequence. I tried using the MsgProvider as it appeared to be good for handling this kind of r

RE: BeanSerializer

2004-11-22 Thread Nathan Wardle
Title: BeanSerializer If you just want to serialise java objects to xml, you could look at java.beans.XMLEncoder. However, if you want to see how axis does it this won't help. -Original Message-From: Levy, Avi [mailto:[EMAIL PROTECTED]Sent: Tuesday, 23 November 2004 9:54 AMTo

RE: does anyone have complex serialization working?

2004-11-14 Thread Nathan Wardle
We've actually ended up writing our own serialiser and deserialiser based on a reflection excerpt from Better, Faster, Lighter Java by Bruce Tate and Justin Gehtland (pg 70 something). We combined this with the strategy pattern (one class per type of strategy (ie ArrayStrategy, Map, Collection,

RE: (newbie) returning boolean value

2004-11-03 Thread Nathan Wardle
Hi Tim, boolean has a wrapper class called Boolean. This is probably what will be returned. You should be able to call ((Boolean)result).booleanValue to get the primitive type. Nathan -Original Message- From: Tim Hu [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 November 2004 2:29 PM To: a

RE: WSDL2Java and deploy.wsdd

2004-10-18 Thread Nathan Wardle
rniello [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 October 2004 10:22 AM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java and deploy.wsdd Nathan Wardle wrote: >Hi Dan, > >I had similar problems because I wanted to use a custom provider. My solution was to >not use WSDL2Java for the generation

RE: WSDL2Java and deploy.wsdd

2004-10-18 Thread Nathan Wardle
Hi Dan, I had similar problems because I wanted to use a custom provider. My solution was to not use WSDL2Java for the generation of server side code. Instead, I used XDoclet to generate the deploy.wsdd (well actually I just generated the server-config.wsdd for all services. This works really w

RE:No Serializer Found [solved!]

2004-10-07 Thread Nathan Wardle
web service could possibly reference - including copies of the axis JAR files. So far, this has been the "only" way that I have been able to deploy my web service without getting the exact same message. Give it a try and let us know if you have any success. Bob On Thu, 7 Oct 2

No Serializer Found

2004-10-06 Thread Nathan Wardle
I know there have been other threads about this problem but I still haven't found a solution that works for me. The Exception: java.io.IOException: No serializer found for class au.com.dytech.find_spike.model.MyBean in registry [EMAIL PROTECTED] The service from server-config: