Re: turn off _any parsing? (workaround)

2005-01-20 Thread toby cabot
On Wed, Jan 19, 2005 at 03:52:38PM -0500, toby cabot wrote: > Even if they were serializable they're big and I don't need the _any > stuff so I'm wondering if there's some way to turn the _any parsing > off and tell Axis to ignore elements that aren't in the schem

turn off _any parsing?

2005-01-19 Thread toby cabot
Hi Folks, I'm using Axis and it's been going great so far, but I just noticed something that I need to fix. I'm using a doc/lit style and have a wsdl document and an XSD, and Axis generates Java classes for me. So far, so good, the service works great *until* the client adds an XML element that'

Re: Using a serializer and deserializer

2004-11-23 Thread toby cabot
Don't know about any docs or tutorials but something like... void axisSerialize(Object report, Writer whereTo) throws IOException { SerializationContext ser = new SerializationContext(whereTo); ser.setPretty(true); ser.setSendDecl(true);

Re: blank wsdl page

2004-10-08 Thread toby cabot
On Fri, Oct 08, 2004 at 12:24:59PM +0100, Suzy Fynes wrote: > Can anyone tell me why when I go the jws link i.e. > http://92.154.112.177:8080/axis/DateValidation.jws and click on the wsld > link that and empty white page whould be returned? No errors or nothing > on the page??? It may be that your