Hmm... not sure what the problem was there, but moving from 1.2beta back
to 1.1 fixed it...
On Mon, 2004-04-26 at 14:26, Ryan Stutsman wrote:
> Sorry to be such a drain on the list, but I'm getting really really
> close to having my app working...
>
> 9565 [Thread-0] ERROR
> org.apache.axis.encoding.DeserializationContextImpl - No deserializer
> for java.lang.Boolean
> 9570 [Thread-0] ERROR org.apache.axis.client.Call - Exception:
> org.xml.sax.SAXException: No deserializer for
> {http://schemas.xmlsoap.org/soap/encoding/}boolean
>
> Anyone have any idea why there wouldn't be a deserializer mapped for
> java.lang.Boolean? I didn't have to map a serializer on the server side
> and it worked like a charm, seems the client doesn't want to though.