Re: Very odd "No deserializer for java.lang.String" error

2003-10-31 Thread Charles Kubicek
rClass method in DeserializationContextImpl in Axis >1.1. If possible you should upgrade. > >stephen > >Charles Kubicek wrote: > > Hi, > I have a Web service method that takes two paramaters; a user defined > type containing a few Strings, and a string. To beg

Very odd "No deserializer for java.lang.String" error

2003-10-30 Thread Charles Kubicek
Hi, I have a Web service method that takes two paramaters; a user defined type containing a few Strings, and a string. To begin with I got an error saying a deserializer could not be found for my user defined type, so I added the correct lines to my .wsdd file so a bean deserializer could be used